html, body, div, 
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	font-family:
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	}

body {
	background-color: #FFF;
	font-size: 10px;
}

.box_01 {
	width: 360px;
	background-color: #FFF;
	color: #333;
	font-size: 12px;
	margin-left: 5px;
}

.box_01 a {
	background-color: #FFF;
	color: #030;
	font-size: 12px;
	text-decoration: none;
}
.box_01 a:hover{
	color: #F60;
	font-size: 12px;
	text-decoration: underline;
}
/* ＲＥＣＯＭＥＮ　ＳＴＡＲＴ　▽▽**/
.recob_01 {
	text-align: left;
	padding: 5px;
	width: 165px;
	float: left;
	background-color: #FFFFEC;
	border: 1px solid #063;
	height: 25px;
	margin: 3px;
}
.recob_01 a {
	font-size: 12px;
	color: #030;
}
.recob_01 a:hover {
	color: #FFF;
	background-color: #060;
	display: block;
}
.recob_00 {
	text-align: center;
	padding: 5px;
	background-image: url(/img/index/back_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
}
.recob_box {
	text-align: center;
	padding: 5px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #660;
	background-color: #FFF;
	margin-top: 30px;
}
.recob_cleft {
	clear: both;
}
.recob_titl {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 7px;
	line-height: 30px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/index/top_bar04..gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
}

/* ＲＥＣＯＭＥＮ　ＥＮＤ　△△***/