@charset "utf-8";
/* CSS Document */
@import url("default.css");
@import url("top.css");
@import url("uneidandtai.css");
@import url("accessmap.css");
@import url("oitati.css");
@import url("seika_sundeta.css");
@import url("kinenkan.css");
@import url("aoime.css");
@import url("douyou.css");




body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:150%;
	background-image:url(../img/common/back_img.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
}


#container{
	width:750px;
    margin:5px auto;

}


/*ヘッダー内容*/
#header{
	width:750px;
	height:90px;
	background-image:url(../img/common/header.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#header h1 a{
	text-indent:-9999px;
	position:absolute;
	display:block;
	outline:none;
	width: 262px;
	height: 60px;
	left: 79px;
	top: 15px;
}

/*ヘッダー内容おわり*/


/*メイン内容*/
#main{
	width:730px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	padding-top:10px;
	background-color:#FFFFFF;
}

/*メイン内容終わり*/

/*フッター内容*/
#footer{
	width:750px;
	height:47px;
	background-image:url(../img/common/footer.jpg);
	background-repeat:no-repeat;
}
/*フッター内容終わり*


/*サイドメニュー内容*/
.midasi_dai{
	width:185px;
	height:45px;
	margin-top:3px;
}

#sidemenu{
	width:185px;
	height:auto;
	margin-right:10px;
	float:left;
}

.sidemenu_kukuri{
	width:185px;
	height:auto;

}

.sidemenu ul{
	width:185px;
	height:auto;
	margin:0;
	padding:0;
}

.sidemenu li {
	width:185px;
	height:35px;
	display:block;

}


.sidemenu li a  {
	width:185px;
	height:35px;
	display:block;

}

#syousai{
	width:185px;
	height:auto;
	margin-top:10px;
}


#syousai_top{
	width:185px;
	height:46px;
	background-image:url(../img/common/syousai_top.jpg);
	background-repeat:no-repeat;

}

#syousai_naka{
	width:181px;
	height:auto;
	background-image:url(../img/common/syousai_naka.jpg);
	background-repeat:repeat-y;
	padding:2px;
	color:#CCCCCC;
	
}

#syousai_sita{
	width:185px;
	height:8px;
	background-image:url(../img/common/syousai_sita.jpg);
	background-repeat:no-repeat;
}


#icc{
	width:185px;
	height:65px;
	margin-top:10px;
}

#icc_teikyou{
	width:185px;
	height:auto;
	font-size:12px;
	margin:3px;




}






/*サイドメニュー内容終わり*/

/*エントリー内容*/

#entry-box{
	width:535px;
	height:right;
	float:left;
	margin-top:3px;
	
}

#entry-box h2{
	width:535px;
	height:40px;
	background-image:url(../img/common/h2_bar.gif);
	background-repeat:no-repeat;
}



/*エントリー内容終わり*/


.clear{
	clear:both;



}



/*共通*/


.midasi_title{
	width:530px;
	height:auto;
	padding-bottom:2px;
	border-bottom:solid 2px #FF9900;
	font-weight:bold;
	margin-top:5px;
	padding-left:5px;
}



