/* ボディ */
body{
 background-color: #FFFFFF;
 color: #585858;
 font-size: 12px;
 line-height: 16px;
 margin: 0px 0px 0px 0px;
}
a:link {
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
/* レイアウト-コンテンツセンタリング */
.base{
 width: 840px;
 margin: 0px auto 0px auto;
 background-color: #000000;
}
/* レイアウト-サイド-ヘッダー */
.header{
 height: 10px;
 clear: both;
 background:url(../images/header.jpg);
}
/* レイアウト-サイド-メイン-フッター */
.footer2{
 clear: both;
 height: 20px;
 background:url(../images/footer2.jpg);
 font-size: 10px;
 color: #FFFFFF;
 padding: 0px 0px 0px 230px;
}
/* レイアウト-サイド-メイン-フッター */
.contents1{
	width: 840px;
	height: 213px;
	clear: both;
}
.contents-left2{
	width: 262px;
	height: 362px;
	float: left;
}
.contents-right1{
	width: 578px;
	height: 122px;
	float: right;
}
.contents-right2{
	width: 578px;
	height: 299px;
	float: right;
}
.contents-left1{
	width: 262px;
	height: 59px;
	float: left;
	background:url(../images/dmain_bg.jpg);
}
.contents-left1_box{
	width: 231px;
	margin: 3px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	float: right;
}
.strong {
	background: transparent;
	font-weight: bold;
}
.kaigyo{
 clear: left;
}
.kaigyo2{
 clear: right;
}

