@charset "utf-8";
/* --------------------------------------------------

	css/sitemap.css

-------------------------------------------------- */

/* ------------------------
	contents
------------------------ */
#contents {
	background-image: url(../img/common/cnt_bg01.gif);
}
#contents h2 {
	padding-bottom: 14px;
}

/* navi */
#contents .navi {
	padding-left: 12px;
	padding-bottom: 10px;
}
#contents .navi p {
	text-align: left;
	line-height: 35px;
	height: 35px;
	color: #3a4386;
	margin: 0px;
	padding: 0px;
}
#contents .navi p a {
	line-height: 35px;
	height: 35px;
	display: inherit;
	background-image: none;
	width: inherit;
	font-size: inherit;
	font-weight: normal;
	background-color: transparent;
	text-decoration: underline;
}

#contents p {
	padding-left: 31px;
	padding-bottom: 5px;
}
#contents p a {
	line-height: 25px;
	height: 25px;
	display: block;
	background-image: url(../img/site_map/cnt_icon01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 622px;
	background-color: #F5F6FA;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#contents p a span {
	height: 25px;
	line-height: 25px;
	display: block;
	float: left;
	padding-left: 30px;
	width: 115px;
	font-size: 12px;
	cursor: pointer;
}
#contents p a:hover {
	text-decoration: underline;
}
#contents ul {
	padding-left: 172px;
	padding-bottom: 20px;
}
#contents li {}
#contents li a {
	line-height: 24px;
	height: 24px;
	display: block;
	background-image: url(../img/site_map/cnt_icon02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 481px;
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2fa;
}
#contents li a span {
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	padding-left: 24px;
	width: 262px;
	font-size: 12px;
	cursor: pointer;
}
#contents li a:hover,
#contents li.in a:hover {
	text-decoration: underline;
}
#contents li.ttl {
	line-height: 24px;
	height: 24px;
	display: block;
	background-repeat: no-repeat;
	width: 481px;
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2fa;
	font-weight: bold;
	padding-top: 5px;
}
#contents li.ttl span {
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	width: 286px;
	font-size: 12px;
}
#contents li.in a {
	line-height: 24px;
	height: 24px;
	display: block;
	background-image: url(../img/site_map/cnt_icon02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 461px;
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2fa;
	margin-left: 20px;
}
#contents li.in a span {
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	padding-left: 24px;
	width: 262px;
	font-size: 12px;
	cursor: pointer;
}

/* ------------------------
	side
------------------------ */
#side {
	background-image: url(../img/event_cru/side_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 698px;
}
