@charset "utf-8";
/*======== CONTENTS =========
Description: イベント情報 - スタイル設定
Create-date: 2009/10/26
Create-name: t-kuwahara
===========================*/

div#eventArea {
	width: 645px;
	margin: 0px auto;
}
div.eventContent {
	font-size: 100%;
	clear: both;
	background-color: #FCFAF5;
	border: solid 4px #EDE0C9;
	margin: 0px 0px 20px 0px;
	width: 100%;
	overflow: auto;
}
div.eventContent h2 {
	color: #F3741D;
	font-size: 131%;
	padding: 2px 3px 2px 13px;
	margin: 10px;
	background-image: url(img/line_event01.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	border-bottom: 1px solid #E8D8B9;
}

div.eventPageShowCount {
	text-align: right;
	margin-bottom: 8px;
}
div.eventPaginate {
	text-align: right;
	margin-top: -8px;
	margin-right: 8px;
	margin-bottom: 8px;
}
div.eventPaginate a:link {
	color: #0057D9;
}
div.eventContent h2.eventEnded {
	color: #666666;
	background-image: url(img/line_event02.gif);
}
div.eventContent ul.eventInfo {
	line-height: 1.76;
	color: #55421A;
	float: left;
	width: 382px;
	padding: 0px;
	margin: 0px 0px 0px 25px;
	display: inline;
}
div.eventContent ul.contentWide {
	width: 597px;
}
div.eventContent ul.eventInfo li {
	list-style-type: none;
	padding: 0px 2px 8px 2px;
	margin: 0px 0px 8px 0px;
	background-image: url(../share/img/dot_01.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
div.eventContent ul.eventInfo li pre {
	/* Mozilla */
	white-space: -moz-pre-wrap;
	/* Opera 4-6 */
	white-space: -pre-wrap;
	/* Opera 7 */
	white-space: -o-pre-wrap;
	/* CSS3 */
	white-space: pre-wrap;
	/* IE 5.5+ */
	word-wrap: break-word;
}
div.eventContent div.eventMap {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0px 15px 5px 15px;
	display: inline;
	border: solid 1px #D3BF9A;
	background-color: #CCCCCC;
}
p.eventMapLink {
	float: left;
	width: 200px;
	display: inline;
	margin: 0px 0px 10px 15px;
	display: inline;
}

div#btnEeventEnded {
	margin-top: -5px;
}


/* -------------------------------
		 拡大地図のページ
------------------------------- */
div#eventMapContainer {
	width: 625px;
	margin: 0px auto;
}
div#eventMapContainer h2 {
	color: #F3741D;
	font-size: 131%;
	padding: 2px 3px 2px 13px;
	margin: 10px;
	background-image: url(img/line_event01.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	border-bottom: 1px solid #E8D8B9;
}
div.eventMapContent {
	font-size: 85%;
	clear: both;
	background-color: #FCFAF5;
	border: solid 4px #EDE0C9;
	margin: 0px 0px 0px 0px;
	width: 100%;
	overflow: auto;
}
ul.eventMapInfo {
	color: #55421A;
	padding: 0px;
	margin: 0px 20px 0px 25px;
}
ul.eventMapInfo li {
	list-style-type: none;
	padding: 0px 2px 8px 2px;
	margin: 0px 0px 8px 0px;
	background-image: url(../share/img/dot_01.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
div.eventMapLarge {
	float: left;
	width: 575px;
	height: 625px;
	margin: 0px 0px 10px 25px;
	display: inline;
	border: solid 1px #D3BF9A;
	background-color: #CCCCCC;
}
div.btnCloseEventMap {
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}

