@import url("common.css");
/*----------------------------
枠設定
----------------------------*/
#main-image{
	height:255px;
	overflow:hidden;
	background-image:url(../parts/top/main_image.png);
}
#main-image2{
	height:85px;
	overflow:hidden;
	background-image:url(../parts/top/main-image2.png);
}
#main-image2 a{
	margin-left:224px;
	width:175px;
	height:59px;
	display:block;
	text-indent:-9999px;
}
/*----------------------------
レフトブロック
----------------------------*/
#left_bx{
	width:430px;
	height:310px;
	margin-left:8px;
	float:left;
}
#info{
	width:422px;
	height:160px;
	margin-left:8px;
	border: 1px solid #CC9900;
	margin-bottom:15px;
}
#info_con{
	height:157px;
	padding:10px 5px 0px 8px;
	overflow:auto;
}
#logo{
	width:422px;
	height:83px;
	margin-left:8px;
}
#logo_1{
	height:59px;
	overflow:hidden;
}
#logo_2{
	height:24px;
	overflow:hidden;
	background-image:url(../parts/top/logo2.jpg);
}
#logo_2 p{
	padding-left:130px;
}
/*----------------------------
ライトブロック
----------------------------*/
#right_bx{
	width:486px;
	height:289px;
	margin-left:13px;
	float:left;
}
#right_con{
	height:250px;
	overflow:auto;
}
/*----------------------------
調整用
----------------------------*/
.mbt15{
	margin-bottom:15px;
}
.pad-l10{
	padding-left:10px;
}
.pad10{
	padding:10px;
}
.mar_r10{
	margin-right:10px;
}
* html #main-image {
behavior: expression(IEPNGFIX.fix(this));
}
* html #main-image2 {
behavior: expression(IEPNGFIX.fix(this));
}