body{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	color:#000;
	background-image:url(../img/bg.png);
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,ul,ol,li,dl,dt,dd,th,p,footer,header,section{
	font-weight:normal;
	font-size:100%;
	margin:0;
	padding:0;
}
img{
	vertical-align:bottom;
	border:none;
}
table{
	border-collapse:collapse
}
a {
	color:#03F;
}
a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*ヘッダー*/
.wrap_head {
	height:70px;
	background-color:#0064b2;
}
.header {
	width:950px;
	margin:0px auto;
	overflow:hidden;
}
.logo {
	float:left;
	padding-top:10px;
}
.logo a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.wrap_telmail {
	float:right;
	padding-top:5px;
}

/*コンテンツ*/
.conts {
	width:900px;
	margin:0px auto;
	background-color:#FFF;
	overflow:hidden;
	padding:25px 25px;
}
.wrap_icatch {
	overflow:hidden;
}
.title {
	float:left;
}
.book {
	float:right;
}
.production {
	margin:10px 0px 30px 35px;
	overflow:hidden;
}
.ootsuka {
	float:left;
}
.ootsuka a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.aoki {
	float:left
}
.aoki a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.batu {
	float:left;
	margin:0px 30px;
}
.amazon {
	margin-left:80px;
}
.amazon a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.point {
	margin:30px 0px;
	padding:5px 0px 15px 15px;
	background-color:#fd1e1e;
}
.wrap_stand {
	overflow:hidden;
	margin-bottom:30px;
}
.stand_bf {
	float:left;
	margin-left:70px;
}
.yazirusi {
	float:left;
	margin:130px 80px 0px 80px
}
.stand_af {
	float:left;
}
.wrap_nostand {
	overflow:hidden;
	margin-bottom:30px;
}
.nostand_bf {
	float:left;
	margin-left:20px;
}
.noyazirusi {
	float:left;
	margin:70px 22px 0px 22px
}
.nostand_af {
	float:left;
}
.ronbun {
}
.ronbun h3.title {
	font-size:130%;
	height:40px;
	width:889px;
	background-image:url(../img/h3bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:30px;
}
.ronbun h4 {
	margin:0px 0px 0px 30px;
}
.ronbun p {
	width:820px;
	margin:0px 0px 20px 30px;
	padding-bottom:20px;
	border-bottom:1px solid #999;
}
.ronbun p.bordernone {
	border:none;
	padding-bottom:0px;
}
.link h3.title {
	font-size:130%;
	height:40px;
	width:889px;
	background-image:url(../img/h3bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:30px;
}
.link ul {
	margin:0px 0px 0px 30px;
}
.link ul li {
	list-style-type:none;
}

/*フッター*/
.wrap_footer {
	background-image:url(../img/ftbg.png);
}
.footer {
	overflow:hidden;
	width:950px;
	margin:0px auto;
	padding:20px 0px;
}
.wrap_dl {
	overflow:hidden;
	margin-bottom:10px;
}
dl {
	float:right;
}
dt a{
	text-decoration:none;
}
dd {
	font-size:70%;
}
.copy {
	font-size:70%;
	float:right;
}
