body{
	background-image: url('bg.jpg');
	background-position: center top;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.mother{
	width:800px;
	text-align: left;
	
	/* センタリング */
	position: relative;
	left: 50%;
	margin-left: -500px;
	margin-bottom: 500px;
}



.contents{
	float: left;
	width:595px;
}
.c_title{
	background-image: url('black.png');
	color:white;
	width:100%;
	margin-bottom:2px;
	padding-left: 5px;
}
.c_body{
	background-image: url('white.png');
	width:100%;
	margin-bottom:2px;
	padding-left: 5px;
}
.c_foot{
	background-image: url('black.png');
	width:100%;
	padding-left: 5px;
	margin-bottom:20px;
}




.m_box{
	width:195px;
	float:left;
	margin-left: 7px;
}
.item_r{
	background-image: url('black.png');
	color:white;
	padding: 5px;
	margin: 1px;
	height:200px;
	float:right;
	line-height:100%;
	overflow: hidden;
}
.item_l{
	background-image: url('black.png');
	color:white;
	padding: 5px;
	margin: 1px;
	float:left;
	line-height:100%;
}


a{
	color:#999999;
	text-decoration: none;
}
a:hover {
	color:white;
	text-decoration: none;
}
img{
	border:none;
}

.clear{
	clear: both;
	width: 100%;
}


.small{
	font-size:small;
}

.dokuh{
	background-color: white;
	border: 3px solid white;
}