@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 82.125%;
	line-height: 1.5em;
	color: #000;
}
.clearboth {
	clear: both;
}
.clearleft {
	clear: left;
}
#wrapper {
	width: 800px;
	text-align: left;
	background-color: #FFF;
	margin: 0px auto;
}
#recommend {
	width: 760px;
	padding: 20px;
	background-image: url(img/recommend_bg.gif);
	margin-top: 20px;
}
#box1wrap {
	width: 760px;
	margin: 20px;
}
.box1 {
	width: 246px;
	background-image: url(img/box_bg.gif);
	text-align: center;
	float: left;
	margin: 10px 3px 0 3px;
}
.box1 ul {
	text-align: left;
	margin: 10px 20px;
	font-size: 82.125%;
}
.box1 h3 {
	margin: 10px 0;
}
.box1 .bu {
	margin-bottom: 10px;
}
#box2wrap {
	width: 760px;
	margint: 0 20px;
}
.box2 {
	width: 375px;
	float: left;
	margin: 10px 2px 0 2px;
	background-image: url(img/box2_bg.gif);
}
.box2 .phimage {
	width: 190px;
	float: left;
	text-align: center;
	padding: 10px 0;
}
.box2 .left {
	width: 170px;
	float: right;
	padding-right: 10px;
}
.box2 h3 {
	margin-bottom: 10px;
}
.box2 .left ul {
	font-size: 80%;
	line-height: 1.4em;
	margin: 10px 0;
}
.rec {
	background-color: #FFF;
	padding: 10px;
	width: 740px;
}
.leftimage {
	float: left;
	margin-right: 20px;
}
.rec h2 {
	margin-bottom: 10px;
}
.rec p {
	width: 500px;
	float: left;
}
#banner {
	width: 800px;
	margin-top: 20px;
}
#btm {
	text-align: right;
	margin: 20px 0;
}
#btm a {
	color: #666;
}
