body {	
	margin:0;
	padding: 0;
	font-family: "MS PGothic", "Osaka", sans-serif;
	background:#ffffff;
	width: 865px;
	}

img {
	border-width: 0 0 5px 0;
	border-color: #FFFFFF;
	margin-bottom:5px;
	}

/*h1 {
	font-size: 16px;
	color: #FF6666;
	margin-top: 0;
	margin-bottom: 5px;
	}

h2 {
	font-size: 16px;
	color: #FF6666;
	margin-top: 20px;
	margin-bottom: 5px;
	}*/
	

h1 {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 5px 0px 0px 7px;
	background: #eee;/*背景色*/
	border-left: 5px solid #4087C8;/*左枠線の色*/
	background: url(../images/h2back-blue1.gif) repeat-x;/*背景画像*/
	font-size: 13pt;
	font-weight: bold;
	line-height: 22pt;
	color: #333;/*文字色*/
}

h2{
	clear: both;
	margin: 10px 0px 10px 0px;
	padding: 2px 0 0 10px;
	background: url(../images/h3back-blue1.gif) repeat-x;/*背景画像*/
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	line-height: 20pt;
	color: #333;/*文字色*/
}

h3 {
	font-size: 12px;
	color: #A39876;
	margin: 0px 0 8px;
	padding: 0;
	height: 30px;
	}



h4 {
	font-size: 15px;
	color: #535353;
	margin-top: 12px;
	margin-bottom: 5px;
	}

h5 {
	font-size: 13px;
	color: #535353;
	margin-top: 12px;
	margin-bottom: 5px;
	}

p {
	font-size: 14px;
	line-height: 19px;
	text-indent: 0px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 12px;
	}

ul {
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 6px;
	list-style-type: disc;
	list-style-position: outside;
	}


hr{
	clear: both;
	margin:  5px 0px;
	padding: 0;
	border-width: 1px 0 0 0;
	height: 1px;
	border-style: dotted none none none;
	color: #999999;
	size:2px;
}

em {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
	text-indent: 0px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #1E1E1E;
	}
	
.r {
	color: #FF0000;
	font-weight: bold;
	}
	
.b {
	font-weight: bold;
	}	

.y {
	font-weight: bold;
	background-color: #ffff00;
	}
	
.c {
	text-align:center;
	font-weight: bold;
	}
	
.kago {
	text-align:center;
	margin-top: 10px;
	margin-bottom: 30px;
	}

.right {
	text-align:right;
	font-size: 14px;
	line-height: 19px;
	text-indent: 0px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 12px;
	}
	
.price {
	font-size: 14px;
	line-height: 19px;
	text-indent: 0px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	}

/* ヘッダー　*/

.header  {
	height: 120px;
	position:absolute;
	top:5px;
	left:0px;
	padding-left:5px;
	overflow: visible;
	padding-right: 5px;
	}
	
.topline {
	height:6px;
	font-size:1px;
	width:100%;
	margin: 0;
	padding: 0;
	background-image: url('../images/headline.gif');
	background-repeat:repeat-x;
	}

.topbelt {
	height: 82px;
	width: 855px;
	}

.topleft {
	float: left;
	height: 82px;
	width: 45%;
	background-image: url('../images/top_title.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	}

.topright {
	float: right;
	height: 82px;
	width: 45%;
	background-image: url('../images/kessai.gif');
	background-repeat: no-repeat;
	background-position: right;
	}

.naviline {
	height:32px;
	width: 855px;
	text-align:center;
	font-size:10%;
	margin: 0;
	padding: 0;
	background-image: url('../images/naviback.gif');
	background-repeat:repeat-x;
	}

	.spec{
width:100%;
font-size:14px;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.spec th{
padding: 5px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.spec td{
text-align: left;
vertical-align: top;
padding: 5px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
	


/* 左右コラム */

.leftcol{
	position: absolute;
	top: 130px;
	left: 5px;
	width: 166px;
	overflow: visible;
	height: 957px;
	}
	
.rightcol {
	word-break: break-all;
	position: absolute;
	top: 129px;
	left: 692px;
	width: 166px;
	overflow: auto;
	}

/* 左右コラム内ボックス */

.col_head{
	font-size: 1px;
	margin-top: 5px;
	float: none;
	height: 12px;
	width: 166px;
	background-image: url('../images/colheadgreen.gif');
	background-repeat: no-repeat;
	background-position: left top;
	}

.col_title{
	margin: 0;
	padding: 0;
	}
	
.col_no_title{
	height: 10px;
	margin: 0;
	padding: 0;
	}

.col_mid{
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	padding: 0;
	width: 166px;
	background-image: url('../images/colmid.gif');
	background-repeat: repeat-y;
	background-position: left top;
	}

.col_mid .li{
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 10px;
	padding: 0 15px 8px 15px;
	background: url('../images/listgreen.gif') no-repeat top left;
	}
	
p.col{
	font-size: 12px;
	line-height: 16px;
	text-indent: 0px;
	text-align: left;
	padding: 0 10px 5px 10px;
	margin: 0 0 0 0;
	}
	
p.mail{
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 13px;
	line-height: 12px;
	text-indent: 0;
	text-align: center;
	margin-bottom: 10px;
	}

.col_foot{
	font-size: 1px;
	height: 12px;
	width: 166px;
	background-image: url('../images/colfoot.gif');
	background-repeat: no-repeat;
	background-position: left top;
	}


/* 中コラム */

.midcol{
	width: 505px;
	margin-left: 180px;
	margin-right: 180px;
	margin-top: 140px;
	}

.img_L{
	float: left;
	border: none;
	margin-right:8px;
	margin-top: 2px;
	margin-bottom: 3px;
	}
	
.img_R{
	float: right;
	border: none;
	margin-left:8px;
	margin-top: 2px;
	margin-bottom: 3px;
	}

.midimg{
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	float: none;
	height: 70px;
	width: 100%;
	background-image: url('../images/midimgback.png');
	background-repeat: repeat-x;
	}
	
/* フッター */	
.footer {
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 2px;
	height: 6px;
	width: 100%;
	background-image: url('../images/footer.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	}
	
.copy {
	font-size: 10px;
	color: #4D8ECA;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
	}
