@charset "EUC-JP";
/*--------------------イベント詳細画面用CSS--------------------*/


#allcontents-up{
	width:847px;
	height:20px;
	background-image: url(../images/plate_up2.gif);
	background-repeat: no-repeat;
}

#right-column-area{
float:right;
width:160px;
}

#left-column-area{
float:left;
width:620px;
}

#title-area{
	width:620px;
	margin-bottom: 10px;
}








/*--------------------イベント詳細エリア--------------------*/
#event-detail-area{
	width:620px;
	margin-bottom: 30px;
}

/*詳細日付＆タイトル*/
#event-detail-title{
border-left:2px #FF6600 solid;
padding-left:7px;
color:#FF6600;
font-weight:bold;
margin-bottom:10px;
}

#event-detail-area p.event{
background-image:url(../images/event_icon.gif);
background-repeat:no-repeat;
background-position:0px center;
padding-left:20px;
}

#event-detail-area p.member{
background-image:url(../images/member_icon.gif);
background-repeat:no-repeat;
background-position:0px center;
padding-left:20px;
}

/*詳細タイトル*/
#event-detail-title p.title{
font-size:200%;
}




/*イベント基本情報（講座名など）*/
#event-detail-date{
margin:20px 0;
}

#event-detail-date table{
/*font-size:100%;*/
background-color:#847266;
}

#event-detail-date th{
background-color:#F1EEE2;
color:#847266;
padding:0.5em;
}

#event-detail-date td{
text-align:left;
padding:0.5em;
background-color:#FFFFFF;
}

#event-detail-date span.strong{
font-weight:bold;
color:#FF0000;
}

#event-detail-date span.today{
color:#999999;
}







/*--------------------イベント詳細エリア--------------------*/
div.two-column-area{
width:620px;
margin-bottom:30px;
clear:both;
}

div.right-area{
float:right;
width:305px;
}

div.left-area{
float:left;
width:305px;
}

.border{
border:1px #999900 solid;
padding:3px;
margin-bottom:5px;
}









/*--------------------イベントリスト・講座リストエリア--------------------*/
#event-two-column-area{
width:620px;
}

#event-right-column{
float:right;
width:285px;
}

#event-left-column{
float:left;
width:285px;
}









/*--------------------講座リストエリア--------------------*/
#chair-list{
margin-bottom:25px;
border:1px #A0CC3B solid;
padding:10px;
}

#chair-list table{
/*font-size:100%;*/
margin-bottom:0.5em;
padding-bottom:0.5em;
border-bottom:1px #E5E5E5 dashed;
}

#chair-list th{
width:8em;
text-align:left;
color:#FF6600;
font-weight:bold;
}

#chair-list td{
text-align:left;
padding-bottom:0.3em;
}








/*--------------------イベントリストエリア（詳細用）--------------------*/
#event-list{
margin-bottom:25px;
border:1px #A0CC3B solid;
padding:10px;
}

#event-list table{
/*font-size:100%;*/
margin-bottom:0.5em;
padding-bottom:0.5em;
border-bottom:1px #E5E5E5 dashed;
}

#event-list th{
width:9em;
text-align:left;
color:#FF6600;
font-weight:bold;
}

#event-list td{
text-align:left;
padding-bottom:0.3em;
}

#event-list td.event{
background-image:url(../images/event_icon.gif);
background-repeat:no-repeat;
background-position:0px center;
padding-left:20px;
}

#event-list td.member{
background-image:url(../images/member_icon.gif);
background-repeat:no-repeat;
background-position:0px center;
padding-left:20px;
}
