@charset "UTF-8";

div.container {
    margin: 0 auto;
	width: 960px;
	padding: 10px 0;
}
div.article_title {
	padding: 4px 0;
	font-size: 14px;
	text-align: center;
	background: #2F4F4F;
	font-weight: bold;
	color: #f8f8f8;
}
div.article_box {
	border: solid 1px #2F4F4F;
	margin-bottom:  6px;
}

/* === ページロゴ部分 === */
div.contents_header {
	width: 100%;
	height: 130px;
}
div.header_logo {
	text-align: center;
	background: #FDF5E6;
	padding: 5px 0;
}
div.header_topic_path {
	margin-top: 3px;
	text-align: right;
}
ul.header_topic_path_ul ol {
	display: inline;
	list-style-type: none;
}
ul.header_topic_path_ul ol a {
    padding-right: 10px;
    background: url("../img/topicpath.gif") no-repeat right center;
}


/* === ページ左部分 === */
div.contents_left {
	width: 252px;
	float: left;
}
div.magazine_cover {
	padding-top: 3px;
	background: #F3F3F3;
	text-align: center;
}
div.magazine_cover img {
	width: 225px;
	height: 315px;
	border: solid 1px #bbbbbb;
}
div.magazine_cover_name {
	padding: 2px 4px;
	font-size: 10px;
	color: #696969;
	text-align: right;
}
div.magazine_cover_info {
	border: solid 1px #eeeeee;
	padding: 6px 0 10px 10px;
	background: #FFFAFA;
}

div.magazine_archives {
	border: solid 1px #eeeeee;
	border-top: solid 1px #FFFAFA;
	text-align: center;
	background: #FFFAFA;
}
div.magazine_archives img {
	margin: 3px 1px;
	border: solid 1px #bbbbbb;
}
div.banner_l{
	padding: 2px 0 6px 0;
	border: solid 1px #eeeeee;
	border-top: solid 1px #f8f8f8;
 	text-align: center;
}
div.banner_l img {
	margin-bottom: 6px;
	width: 80%;
	border: solid 1px #bbbbbb;
}


/* === ページ中央部分 === */
div.contents_center {
	margin: 0 2px;
	width: 502px;
	float: left;
}
div.article {
	padding: 12px 0 12px 4px;
	text-align: left;
	background: #f8f8f8;
}
div.article h1 {
	font-size: 20px;
	line-height: 130%;
	padding: 2px;
	color: #007D7F;
}
div.article h2 {
	font-size: 16px;
	line-height: 130%;
	padding: 2px;
	color: #007D7F;
}
div.article h3 {
	font-size: 10px;
	line-height: 130%;
	padding: 4px;
	color: #007D7F;
}
div.article p {
	font-size: 12px;
	line-height: 130%;
	padding: 2px 13px;
}
div.article hr {
	margin: 6px;
	border-top: dashed 1px #dcdcdc;
	color: #f8f8f8;
}
div.article img{
	display: block;
	margin: auto;
	padding: 8px 0;
}

/* === ページ右部分 === */
div.contents_right {
	width: 202px;
	float: left;
}
div.newest_link {
	text-align: center;
}
div.newest_link img {
	margin: 6px 0;
	width: 80%;
	border: solid 1px #bbbbbb;
}
div.mook_info {
	border-left: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
	text-align: center;
}
div.mook_info img {
	width: 80%;
	border: solid 1px #bbbbbb;
}
div.owabi_box {
	padding: 4px 2px;
	border: solid 1px #eeeeee;
	border-top: solid 1px #FFFAFA;
	font-weight: bold;
}

/* === ページフッター部分 === */
div.contents_footer {
	width: 100%;
	height: 130px;
}
div.footer_logo {
	text-align: right;
	background: #FDF5E6;
	padding: 5px 0;
}

/* === 特殊なページ === */
div.contents_center_wide_r { /* 右部分なし */
	margin-left: 2px;
	width: 702px;
	float: left;
}
div.contents_present_head {
	margin-bottom: 3px;
	width: 100%;
	height: 64px;
	line-height: 64px;
	background: #c60000;
	color: #f6f6f6;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
}
div.contents_present_foot {
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: #c60000;
	color: #f6f6f6;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
div.contents_present_owabi {
	text-align: left;
	background: #f8f8f8;
	padding: 4px 8px;
	color: #000000;
	font-size: 13px;
}
div.contents_present_apply{
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #3059A5;
	padding: 4px 2px;
	color: #f6f6f6;
	font-weight: bold;
	font-size: 24px;
}
div.contents_present_apply_text{
	background: #f8f8f8;
	padding: 8px 6px;
}
