@charset "UTF-8";

@import url(basic.css);


/*センターボックス
----------------------------------------------- */
#center-body {
	width: 497px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
}

/*バックナンバーのトップイメージ
----------------------------------------------- */
h1 {
	width: 497px;
}

/*年ごとのリンク
----------------------------------------------- */
#year-link {
	background-image: url(../img/backnumber/main-linkbox-back.gif);
	border: 1px solid #CCCCCC;
	font-size: 75%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
	clear: both;
}


/*バックナンバーインデックスページ
----------------------------------------------- */
#backnumber-container {
	clear: both;
	width: 497px;
	margin-top: 5px;
	overflow: hidden;
}
.backnumber-boxs {
	float: left;
	width: 164px;
	overflow: hidden;
	margin: 15px 0px 0px;
	padding: 12px 0px 20px;
}
.backnumber-cover {
	margin-right: auto;
	margin-left: auto;
	width: 90px;
	overflow: hidden;
}
.backnumber-boxs  h2 {
	font-size: 70%;
	text-align: center;
	margin-top: 0.5em;
	color: #897251;
	letter-spacing: 0px;
}
.cover-img img {
	height: 120px;
}

.backnumber-info {
	font-size: 70%;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 0.5em;
}
.backnumber-link {
	font-size: 70%;
	text-align: center;
	clear: both;
	margin-top: 1em;
}
a.backnumber-more-look {
	background-image: url(../img/backnumber/center-button-more-off.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 66px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
}
a:hover.backnumber-more-look {
	background-image: url(../img/backnumber/center-button-more-on.gif);
}
a.backnumber-buy-link {
	background-image: url(../img/backnumber/center-bn-buy-button2-off.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 114px;
	margin-right: auto;
	margin-left: auto;
}
a:hover.backnumber-buy-link {
	background-image: url(../img/backnumber/center-bn-buy-button2-on.gif);
}

#backnumber-container a:link {
	color: #0000FF;
	text-decoration: none;
}
#backnumber-container a:visited {
	color: #663399;
	text-decoration: none;
}
#backnumber-container a:hover {
	color: #CC0000;
}

/*バックナンバーの詳細ページ
----------------------------------------------- */
.backnumber-box-left {
	float: left;
	width: 120px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.backnumber-cover-post {
	width: 90px;
	clear: both;
}
.backnumber-box-left h2 {
	font-size: 70%;
	clear: both;
	margin-top: 1.7em;
	color: #897251;
	letter-spacing: 0px;
}
.backnumber-info-post {
	font-size: 70%;
	width: 110px;
	clear: both;
	margin-top: 0.5em;
}
.backnumber-box-right {
	float: right;
	width: 365px;
	margin-top: 25px;
}
.backnumber-box-right h3 {
	font-size: 110%;
	color: #003399;
}
.backnumber-box-right p {
	font-size: 75%;
	margin-top: 1em;
}
.buy-backnumber-button-box {
	height: 43px;
	width: 174px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
}
.buy-backnumber-button-box a {
	background-image: url(../img/backnumber/center-bn-buy-button-off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 43px;
	width: 174px;
}
.buy-backnumber-button-box a:hover {
	background-image: url(../img/backnumber/center-bn-buy-button-on.gif);
	background-repeat: no-repeat;
	display: block;
}
.backnumber-turn-box {
	clear: both;
	height: 27px;
	width: 497px;
	margin-top: 35px;
	text-indent: -9999px;
}
.backnumber-turn-box a {
	background-image: url(../img/backnumber/center-bn-turn-button-off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: 497px;
}
.backnumber-turn-box a:hover {
	background-image: url(../img/backnumber/center-bn-turn-button-on.gif);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: 497px;
}
