@charset "utf-8";
@import url("import.css");
@import url("aside.css");
/* ===================================================================
CSS information

 file name  :event.css
 author     :Lyon
 style info :イベントページ用CSS
=================================================================== */

/* -----------------------------------------------------------
	サイトマップ専用
----------------------------------------------------------- */
#contents {
	background:none;
}

#article {
	width:920px;
}

/* -----------------------------------------------------------
	サイトマップここから本番
----------------------------------------------------------- */
#map_content {
	padding:10px;
}

#map_content img {
	border:none;
}

#map_content h2 {
	width:900px;
	height:30px;
	padding:0 0 15px 0;
	background:url(../img/map/sitemap.gif) no-repeat;
}

#map_content h2 p {
	width:900px;
	height:30px;
	padding:0 0 8px 0;
	background:url(../img/map/bg_linel.gif) repeat-x bottom;
}

#map_content h3 {
	margin:0 0 10px 0;
}

#map_content div {
	width:273px;
	margin:0 0 10px 25px;
	padding:0 0 5px 5px;
}

#map_content dl {
	margin:0 0 0 15px;
	padding:0 0 5px 0;
}

#map_content dt {
	margin:0 0 3px 0;
	background:url(../img/map/icon-maru.gif) no-repeat left;
	font-weight:bold;
	text-indent:15px;
}

#map_content dt.deep {
	margin:3px 0 3px 20px;
	background:url(../img/map/icon-maru_gray.gif) no-repeat left;
}

#map_content dd {
	margin:0 0 0 20px;
	padding:0 0 5px 0;
	background:url(../img/map/icon-link.gif) no-repeat left 6px;
	text-indent:13px;
}

#map_content dd.deep {
	margin:0 0 0 40px;
}

#map_content a {
	font-weight:normal;
	color:#8dc21f;
	text-decoration:underline;
}

#map_content #mail h3 dl {
	margin:0 0 -20px 0;
	padding:15px 0 0 15px;
	background:url(../img/map/bg_line.gif) no-repeat top;
}

#map_content #mobile h3 dl {
	margin:0;
	padding:15px 0 0 15px;
	background:url(../img/map/bg_line.gif) no-repeat top;
}

#map_content #mobile {
	margin:0 0 0 25px;
	padding:0 0 5px 5px;
	background:url(../img/map/bg_line.gif) no-repeat bottom;		
}

#map_content #sunset h3 dl {
	margin:0;
	padding:8px 0 10px 15px;
	background:url(../img/map/bg_line.gif) no-repeat bottom;		
}

/* -----------------------------------------------------------
	各列のfloatの設定
----------------------------------------------------------- */
div#columnLeft, div#columnCenter, div#columnRight {
	width:285px;
	margin:0;
	padding:0;
	background:none;
}
div#columnLeft {
	float:left;
}
div#columnCenter {
	float:left;
}
div#columnRight {
	float:left;
}