/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	イベント共通
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*------------ タイトル指定 -------------*/
#contents h3 {
	background: url(../event/images/title_event.gif) 0 0 no-repeat;
	}

/*------------ メニュー個別指定指定 -------------*/
#menu dl.dropdown dt.event a {
	width: 136px;
	background: url(../images/menu_event.gif) 0 -25px no-repeat;
	}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	イベント概要
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*------------ イベント概要 -------------*/
#event_info {
	}
	/*------------ タイトル指定 -------------*/
	#event_info h4 {
		background: url(../event/images/subtitle_eventinfo.gif) 0 0 no-repeat;
		}
	/*------------ ロゴ画像指定 -------------*/
	#event_info #logo {
		margin: 30px 0 30px 202px;
		}
	/*------------ 詳細リスト指定 -------------*/
	#event_info dl#details {
		width: 635px;
		margin: 0 0 0 35px;
		}
		/*------------ タイトル -------------*/
		#event_info dl#details dt {
			width: 116px;
			height: 17px;
			float: left;
			}
			#event_info dl#details dt em {
				display: none;
				}
			/*------------ 個別指定 -------------*/
			#event_info dl#details dt.name {
				background: url(../event/images/title_name.gif) 0 0 no-repeat;
				}
			#event_info dl#details dt.term {
				background: url(../event/images/title_term.gif) 0 0 no-repeat;
				}
			#event_info dl#details dt.place {
				background: url(../event/images/title_place.gif) 0 0 no-repeat;
				}
			#event_info dl#details dt.ticket {
				background: url(../event/images/title_ticket.gif) 0 0 no-repeat;
				}
			#event_info dl#details dt.host {
				background: url(../event/images/title_host.gif) 0 0 no-repeat;
				}
			#event_info dl#details dt.backer {
				background: url(../event/images/title_backer.gif) 0 0 no-repeat;
				}
			#event_info dl#details dt.supporter_sp {
				background: url(../event/images/title_supporter_sp.gif) 0 0 no-repeat;
				}
			#event_info dl#details dt.supporter {
				background: url(../event/images/title_supporter.gif) 0 0 no-repeat;
				}
			#event_info dl#details dt.cooperation {
				background: url(../event/images/title_cooperation.gif) 0 0 no-repeat;
				}
			#event_info dl#details dt.cooperation_sp {
				background: url(../event/images/title_cooperation_sp.gif) 0 0 no-repeat;
				}
			#event_info dl#details dt.cooperation_music {
				background: url(../event/images/title_cooperation_music.gif) 0 0 no-repeat;
				}
			#event_info dl#details dt.cooperation_production {
				background: url(../event/images/title_cooperation_production.gif) 0 0 no-repeat;
				}
			#event_info dl#details dt.inquiry {
				height: 30px;
				background: url(../event/images/title_inquiry.gif) 0 0 no-repeat;
				}
		/*------------ 詳細テキスト -------------*/
		#event_info dl#details dd {
			width: 502px;
			margin: 0;
			padding: 0 0 0 133px;
			font-size: 13px;
			line-height: 1.8;
			position: relative;
			top: -1.5em;
			clear: both;
			}
			#event_info dl#details dd.inquiry {
				top: -2em;
				}


