/*---import CSS-----------------------------------*/
@import "base_layout.css";
@import "common_parts.css";
/*---import CSS-----------------------------------*/

/*---main-----------------------------------*/

#mainbody{
	width: 800px;
	overflow: hidden;
	margin: 35px auto 60px auto;
	padding: 0px;
	clear:both;
}

/*---main side Left-----------------------------------*/
#sideLeft{
	float: left;
	width: 500px;
	margin: 0px;
	background: url(../../img/common/left_bg.jpg) repeat-y;
}

#sideLeft h2.news{
	background: url(../../img/title/title_news.jpg) no-repeat;
	width: 500px;
	height: 35px;
	margin: 0px auto 0px auto;
	display: block;
	text-indent: -9999px;
}

#sideLeft h2.gree{
	background: url(../../img/title/title_gree.jpg) no-repeat;
	width: 500px;
	height: 35px;
	margin: 0px auto 0px auto;
	display: block;
	text-indent: -9999px;
}

#sideLeft .textbox{
	width: 460px;
	margin: 15px auto 20px auto;
	display: block;
	font-size: 13px;
	line-height: 1.6;
}

#sideLeft .left_bottom{
	vertical-align: bottom;
}

/*firefox*/
#sideLeft .box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #sideLeft .box {
    height: 1em;
}

#sideLeft .box {
    display: block;
}
/*firefox*/

/*---main side Right-----------------------------------*/
#sideRight{
	float: right;
	width: 270px;
	margin-left: 30px;
	overflow: hidden;
}

#RightWrapper{
	background: url(../../img/common/right_bg.jpg) repeat-y;
	float: right;
	width: 270px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

#RightWrapper h2.contact{
	background: url(../../img/title/title_contact.jpg) no-repeat;
	width: 270px;
	height: 35px;
	margin: 0px auto 0px auto;
	display: block;
	text-indent: -9999px;
}

#RightWrapper img.logo{
	margin: 10px 25px 20px 25px;
}

#RightWrapper p{
	text-align: center;
}

#RightWrapper .right_box{
	width: 230px;
	margin: 15px auto 0px auto;
	display: block;
}

#RightWrapper .right_bottom{
	vertical-align: bottom;
}

#hatsudenBox{
	background: url(../../img/common/hatsuden_bg.jpg) repeat-y;
	float: right;
	width: 270px;
	height: 110px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

/*#hatsudenArticle{
	width: 150px;
	height: 90px;
	margin: 25px 0px 0px 115px;
	overflow: hidden;
}*/

#hatsudenArticle{
	width: 150px;
	height: 80px;
	margin: 25px 0px 0px 115px;
	overflow: hidden;
}

	/*IE6—p*/
	#menu ul {
		behavior: url("csshover.htc");
		}
	*html #menu ul li ul {
		margin: 0 8px 0 0;
		width: 158px;
		}
	*html #menu ul li ul li a{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		float: left;
		width: 158px;
		}

/*firefox*/
#sideRight .box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #sideLeft .box {
    height: 1em;
}

#sideRight .box {
    display: block;
}
/*firefox*/
