@charset "UTF-8";

@import url(basic.css);


/*センターボックス
----------------------------------------------- */
#center-body {
	width: 497px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
}
#center-body p {
	font-size: 85%;
	clear: both;
	margin-top: 15px;
	margin-left: 10px;
}
#center-body h2 {
	background-color: #f6f6f6;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #00184e;
	border-left-color: #00184e;
	font-size: 95%;
	color: #00184e;
	padding-left: 8px;
	margin-top: 35px;
	padding-top: 3px;
	padding-bottom: 2px;
}
#center-body h3 {
	background-color: #f6f6f6;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #00184e;
	border-left-color: #00184e;
	font-size: 95%;
	color: #00184e;
	padding-left: 8px;
	margin-top: 50px;
	padding-top: 3px;
	padding-bottom: 2px;
	clear: both;
}
.pay-box-regulerinfo {
	overflow: hidden;
	clear: both;
	width: 497px;
}

.pay-box  {
	background-image: url(../img/regular-reader/main-dot1.gif);
	background-repeat: repeat-x;
	margin-top: 30px;
	padding-bottom: 15px;
	overflow: hidden;
	clear: both;
	width: 497px;
}
.pay-box-left  {
	font-size: 80%;
	font-weight: bold;
	color: #00184E;
	float: left;
	width: 115px;
	margin-top: 15px;
	background-image: url(../img/regular-reader/main-mark-ring.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
}
.pay-box-right  {
	float: right;
	font-size: 80%;
	width: 350px;
	margin-top: 15px;
}
#center-body span {
	color: #CC0000;
	display: block;
	font-size: 85%;
	margin-top: 0.7em;
}
.buy-button-box {
	width: 497px;
	margin-top: 25px;
	text-align: center;
	clear: both;
}
a.regular-reader-buy {
	background-image: url(../img/regular-reader/main-button-buyform-off.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 44px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
a:hover.regular-reader-buy {
	background-image: url(../img/regular-reader/main-button-buyform-on.gif);
}
