@charset "utf-8";

@import url(../common/layout.css);
@import url(../common/base.css);
@import url(../menu/menu.css);

#contents{
	margin:30px 0 0 0 ;
}
#side_area{
	margin:30px 0 30px 0 ;
}
/* クリーンバナー削除に伴い、画像配置に変更 */
/*#main_img{
	background:url(main.jpg) no-repeat ;
	padding:129px 0 0 612px ;
}*/
#main_img img{
	vertical-align:bottom;
}
#top_navi{
	list-style:none;
}
#top_navi li{
	float:left;
}
#top_navi li img{
	vertical-align:bottom;
}
#calendar{
	width:180px;
	padding:10px 5px 20px 5px ;
	background-color:#efefef;
	margin:15px 0 20px 0 ;
}
#calendar h3{
	margin:0 0 5px 0 ;
}
#calendar h4 img{
	vertical-align:bottom;
}
#calendar table{
	width:180px;
	background-color:#fff;
	text-align:center;
	vertical-align: center;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-left:#ccc 1px solid;
	padding:0 0 5px 0 ;
	margin:0 0 15px 0 ;
}
#calendar table th{
	border-bottom:#ccc 1px solid ;
	padding:2px 0 ;
}
#calendar table td{
	padding:2px 0 ;
}
.holiday{
	background-color:#e6e1b3;
}
.sun{
	color:#ff9900;
}
.sat{
	color:#648f93;
}
#holiday_annotation img{
	vertical-align:middle;

}
/*トップコンテンツ*/
#top_details {
	list-style-type: none;
	margin-top: 20px;
}
#top_details li {
	padding-bottom: 10px;
}
#info_box {
	line-height: 1.5em;
	list-style-type: none;
	border: 1px solid #C6C3C6;
	padding: 10px;
	margin-top: 10px;
	height:300px;
	overflow:auto;
}
#info_box li {
	background-image: url(top_info_icon.gif);
	background-repeat: repeat-y;
	margin-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #C6C3C6;
}

#top_concept_box{
	background:url(top_concept_bg.jpg) no-repeat bottom;
	padding:20px 250px 35px 25px ;
	width:315px;
	font-size:0.9em;
}
