@import "../../common/css/reset.css";
@import "../../common/css/common.css";
/* ///////////// base design ////////////////////////////////*/
/* global
----------------------------------------------------------*/
#recommend ul#snaviC{
	visibility: visible;
}
#recommend #contents {
	width: 826px;
	background-image: url(../images/bg_body.jpg);
	background-color: #F7F7F7;
	position: relative;
	z-index: 1;
	}

/* header
----------------------------------------------------------*/
#recommend #issue {
	background-image: url(../images/bg_issue.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 140px;
	position: absolute;
	left: 0;
	top: 6px;
}
#recommend #issue img {
	margin-top: 25px;
}
#recommend #backnumber {
	position: absolute;
	height: 40px;
	width: 145px;
	right: 20px;
	top: 43px;
	background-image: url(../images/bg_navi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	z-index: 20;
	zoom: 1;
}
#recommend #backnumber img {
	margin-top: 4px;
	margin-left: 13px;
	vertical-align:top;
}

#recommend #backnumber #bn {
	width: 100px;
	position: relative;
	left: 13px;
	top: -10000px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.8;
	font-weight: bold;
	font-style: italic;
	border: 1px solid;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #F4F4F4;
	display: block;
}
*html #recommend #backnumber #bn {
	margin-top: -3px;
}

#recommend #backnumber a {
	color: #111;
	text-decoration: underline;
}
#recommend #backnumber a:visited {
	color: #333;
	text-decoration: underline;
}
#recommend #backnumber a:hover {
	color: #111;
	text-decoration: none;
}
#mycustomscroll {
	width: 100px;
	height: 130px;
	overflow: auto;
	position: relative;
	/* IE overflow fix, position must be relative or absolute*/
	background-color: #FFFFFF;
}

#recommend #contentsHeader {
	height: 100px;
	width: 826px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
#recommend #headline {
	background-image: url(../images/bg_title.gif);
	background-repeat: repeat-x;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	height: 61px;
	position: relative;
}
#recommend #contentsHeader #url img {
	margin-top: 24px;
	margin-bottom: 3px;
}
#recommend #headline h2 {
	height: 31px;
	width: 269px;
	position: absolute;
	left: 275px;
	top: 12px;
}
#recommend #headline #pring {
	position: absolute;
	top: -60px;
	right: 0px;
}
/* common
----------------------------------------------------------*/
#articleArea{
	position: relative;
	width: 826px;
	clear: both;
	background-image: url(../images/bg_stamp.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
#recommend h4 {
	color: #000;
	font-size: 28px;
	text-decoration: underline;
	line-height: 32px;
	margin-bottom: 20px;
	margin-top: 15px;
	letter-spacing: -2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.text {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
table {
	margin-right: auto;
	margin-left: auto;
}
td {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
}


/* footer
_____________________________________________________________*/
#recommend #footerNavi {
	background-image: url(../images/bg_footer.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 40px;
	width: 790px;
	overflow: hidden;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#recommend #footerNavi #footerPages {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
#recommend #footerNavi #next {
	float: right;
	margin-top: 4px;
	margin-right: 4px;
}
#recommend #archive {
	background-image: url(../images/bg_archive.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 790px;
	padding-top: 5px;
	padding-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}
#recommend #archive div{
	background-image: url(../images/bg_archive_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 12px;
}
#recommend #archive a {
	font-family: "Times New Roman", Times, serif;
	color: #000;
}
#recommend #footerCopyright {
	text-align: center;
	background-image: url(../images/bg_copyright.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 15px;
}

