@charset "UTF-8";

/***** SITEMAP *****/
#sitemap_header {
	background-color: #2d80de;
/*	4月 background-color: #ffb0c3;	*/
/*	7月 background-color: #8bdc99;	*/
/*	10月 background-color: #ffe3a9;	*/
}
#sitemap_title {
	position: relative;
	height: 165px;
}
#sitemap_header h3 {
	padding-left: 10px;
	padding-bottom: 10px;
	height: 155px;
}
#sitemap_header .link_home {
	position: absolute;
	top: 28px;
	left: 474px;
	width: 111px;
	height: 98px;
}
#content .sitemap_wrapping {
	width: 685px;
	background: #FFF url(/img/common/frame_cnt_top_blue.png) no-repeat top;
/*4月 background: #FFF url(/img/common/frame_cnt_top_pink.png) no-repeat top;  */
/*7月 background: #FFF url(/img/common/frame_cnt_top_green.png) no-repeat top;  */
/*10月 background: #FFF url(/img/common/frame_cnt_top_cream.png) no-repeat top; */
	padding-top: 10px;
}
#sitemap {
	margin-left: 25px;
	margin-right: 50px;
	width: 610px;
}
#sitemap p {
	margin-bottom: 10px;
}
#sitemap ul {
	margin-bottom: 20px;
}
#sitemap li {
	background: url(/img/common/arw_red.gif) no-repeat 0 7px;
	padding-left: 8px;
}
.left {
	float: left;
	width: 290px;
}
.right {
	float: right;
	width: 290px;
}
.list_left {
	float: left;
	width: 135px;
	margin-right: 20px;
}
.list_right {
	float: right;
	width: 135px;
}
