@charset "UTF-8";

@import url(basic.css);


/*センターボックス
----------------------------------------------- */
#center-body {
	width: 497px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
}


/*ニュースボックス
----------------------------------------------- */
.news-box {
	clear: both;
	margin-top: 15px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 27px;
	width: 497px;
}

/*ニュースボックス（ページ詳細用ボックス）
----------------------------------------------- */
.news-box-more
 {
	clear: both;
	margin-top: 15px;
	overflow: hidden;
	width: 497px;
}
.news-box-more-entry {
	clear: both;
	overflow: hidden;
	padding-bottom: 27px;
	width: 497px;
	font-size: 80%;
}
.news-box-more-entry  p {
	padding-top: 1em;
}



/*表紙用ボックス
----------------------------------------------- */
.hslice {
	clear: both;
	margin-top: 15px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 27px;
	width: 497px;
}

.news-box-left p,.news-box-left2 p {
	margin-top: 0.7em;
}

.news-box-left {
	float: left;
	width: 200px;
}
.news-box-right {
	float: right;
	width: 290px;
}
.news-box-right h1.entry-title {
	font-size: 105%;
	color: #003399;
}
.news-box-right ul {
	list-style-type: none;
	padding-top: 1em;
	font-size: 80%;
}
.news-box-right dl {
	clear: both;
	margin-top: 30px;
}
.news-box-right dd, .regular-reader-box dd {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*特集用ボックス
----------------------------------------------- */
.news-box-title2 {
	clear: both;
	width: 497px;
	padding-bottom: 10px;
	overflow: hidden;
	font-size: 85%;
}
span.news-label {
	font-weight: bold;
	text-align: center;
	float: left;
	width: 82px;
	background-image: url(../img/home/main-label1.gif);
	color: #FFFFFF;
	font-size: 12px;
}
.news-box-title2 h2 {
	float: right;
	display: inline;
	width: 400px;
	font-size: 110%;
	color: #0033cc;
}
.news-box-left2 {
	float: left;
	width: 315px;
	font-size: 80%;
}
.news-box-right2 {
	float: right;
	width: 165px;
}
.news-box-right2 img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 0.7em;
}

/*定期購入、１冊購入　ボタン　OFF
----------------------------------------------- */
a.regular-reader {
	background-image: url(../img/regular-reader/main-button-sall-off.gif);
	height: 56px;
	width: 254px;
	background-repeat: repeat;
	text-indent: -9999px;
	display: block;
}
a.ones-reader {
	background-image: url(../img/home/main-button-sall-one-off.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 141px;
}

/*定期購入、１冊購入　ボタン　ON
----------------------------------------------- */
a:hover.regular-reader {
	background-image: url(../img/regular-reader/main-button-sall-on.gif);
}
a:hover.ones-reader {
	background-image: url(../img/home/main-button-sall-one-on.gif);

}


/*その他用ボックス
----------------------------------------------- */

.news-box2 {
	clear: both;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 27px;
	width: 497px;
}
.news-list {
	font-size: 85%;
}
.news-list p {
	margin-top: 2em;
}

/*下の定期購読ボタン用ボックス
----------------------------------------------- */
.regular-reader-box {
	clear: both;
	width: 254px;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

/*次号予告ボックス
----------------------------------------------- */
.next-issue-container {
	background-image: url(../img/home/main-nextissue-back1.gif);
	clear: both;
	margin-top: 45px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.next-issue-box {
	background-image: url(../img/home/main-nextissue-back2.gif);
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
h3.next-issue-title {
	font-size: 95%;
	color: #039;
	font-weight: bold;
}
.next-issue-box-left ul {
	list-style-type: none;
	font-size: 80%;
}
.next-issue-box-text {
	font-size: 75%;
	margin-top: 10px;
}

.next-issue-box-left {
	display: inline;
	float: left;
	width: 130px;
	background-image: url(../img/home/main-nextissue-title.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
	margin-left: 10px;
}
.next-issue-box-right {
	float: right;
	width: 345px;
	margin-right: 10px;
}
