@charset "shift_jis";
/* ############################################################################################# */
/* 標準スタイル初期化 */
/* ############################################################################################# */
html {
	color: #333333;
	background-color: #FFFFFF;
	height: 100%;
	line-height: 1;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}
h1, h2, h3, h4, h5, h6, form, dl, dt, dd, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
p {
	margin: 0 0 0.3em;
}
img {
	border-style: none;
}
em {
	font-style: normal;
}
button, input, select, textarea {
	vertical-align: bottom;
	/vertical-align: middle;
}
label {
	cursor: pointer;
}
ul, ol { 
	margin: 0 0 5px;
	padding: 0 0 0 1.5em;
}
hr {
	display: block;
	margin: 20px 0;
	padding: 0;
	height: 0;
	line-height: 0;
	border-top: #AAAAAA 1px solid;
	border-bottom: #E5E5E5 1px solid;
}
a:link {
	color: #113366;
	text-decoration: none;
}
a:visited {
	color: #6A3884;
	text-decoration: none;
}
a:active,
a:hover {
	color: #458CDD;
	text-decoration: underline;
}

/* ############################################################################################# */
/* 基本構造スタイル */
/* ############################################################################################# */
/* --------------------------------------------------------- */
/* 外枠 */
/* --------------------------------------------------------- */
#FRM_CNT{
	width: 100%;
	min-width: 996px;
	padding: 0;
	background-image: url(../img/bg_contents_r3.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #E2E2E2;
}
#FRM_OUTER{
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../img/bg_contents_body_r3.gif);
}
#FRM_BODY{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/bg_contents_outer_r3.gif);
	padding:0;
}
/* --------------------------------------------------------- */
/* header領域 */
/* --------------------------------------------------------- */
#HEADER {
	width: 100%;
}
#HEADER_BODY {
	width: 996px;
	margin:0 auto;
	padding:0;
	background:url(../img/bg_header_top.gif) repeat-x left bottom;
}
div.header_logo{
	float:left;
}
div.header_logo h1{
	line-height:0;
	font-size:0;
}
div.header_info{
	float:left;
	width:430px;
	margin:10px 10px 0;
	padding:5px;
	border:1px solid #CCC;
	background-color:#FFFDF4;
}
div.header_info h2{
	padding-bottom:5px;
	line-height:0;
	font-size:0;
}
div.header_ad{
	float:right;
	margin:11px 10px 0 0;
}
div.header_line{
	width: 996px;
	margin:0 auto;
	background:url(../img/bg_header_top2.gif) repeat-x left bottom;
}
ul.header-article_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.header-article_list li.header-article { 
	padding-left: 20px;
}
ul.header-article_list li.header-article .header-article_title {
	background-image: url(../img/icon_arrow_glay3.gif);
	background-repeat: no-repeat;
	background-position: 3px 0.2em;
	margin-left: -20px;
	margin-bottom: 3px;
	padding-left: 20px;
	padding-bottom: 0;
	font-size:82%;
	font-weight:normal;
	line-height:1.2;
}
/* --------------------------------------------------------- */
/* コンテンツ領域 */
/* --------------------------------------------------------- */
#CONTENTS {
	width: 100%;
}
#CONTENTS_BODY {
	width: 976px;
	margin: 0 auto;
	padding: 15px 10px 5px;
	min-height: 600px;
}
/* --------------------------------------------------------- */
/* 左領域 */
/* --------------------------------------------------------- */
#CONTENTS_MAIN{
	float:left;
	width:660px;
}
/* --------------------------------------------------------- */
/* 右領域 */
/* --------------------------------------------------------- */
#CONTENTS_SUB{
	float:right;
	width:300px;
}

/* PRテキストリンク一覧 ============================== */
div.cmn-pr_list ul {
	list-style-type: none;
	margin: 15px 0 15px 10px;
	padding: 0;
	font-size: 87.5%;
}
div.cmn-pr_list ul li { 
	background-image: url(../img/mark_pr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 28px;
	line-height: 1.3;
	margin-bottom: 5px;
	min-height: 15px;
}
* html div.cmn-pr_list ul li { /* for IE6 */
	height: 15px;
}


/* title ============================== */
h2.cmn-title{
	margin-bottom:10px;
}

/* 記事タイトル ============================== */
.cmn-article_title {
	line-height: 1.2;
	margin: 0 0 5px;
}
.cmn-article_title a {
	vertical-align: middle;
}
.cmn-article_title a:hover {
	text-decoration: none;
}
.cmn-article_title span.cmnc-large {
	font-size:125%;
}
.cmn-article_title span.cmnc-middle {
	font-size:100%;
}
.cmn-article_title span.cmnc-small {
	font-size:88%;
}
.cmn-article_title span.cmnc-xsmall {
	font-size:87.5%;
}
.cmn-article_title span.cmnc-subtitle,
.cmn-article_title span.cmnc-normal {
	font-weight:normal;
}
.cmn-article_title a:hover span.cmnc-large,
.cmn-article_title a:hover span.cmnc-middle,
.cmn-article_title a:hover span.cmnc-small,
.cmn-article_title a:hover span.cmnc-xsmall {
	text-decoration: underline;
}
.cmn-article_title span.cmnc-image {
}
.cmn-subtitle{
	padding:3px 0 8px;
	font-size:100%;
	color:#6C4229;
	line-height:1.2;
}
.cmn-subtitle_blue{
	padding:3px 0 8px;
	font-size:100%;
	color:#1C91A9;
	line-height:1.2;
}
/* 記事本文（サマリ） ============================== */
.cmn-article_summary {
	font-size: 87.5%;
	line-height: 1.4;
	margin: 0 0 10px;
}
.cmn-article_summary span.cmnc-time {
	color: #7C7C7C;
	white-space: nowrap;
	font-size: 83%;
}
/* 記事本文 ============================== */
.cmn-article_text {
	margin: 0 0 5px;
	line-height: 1.6;
	font-size:88%;
}
.cmn-article_text span.cmnc-time {
	color: #7c7c7c;
	font-size: 75%;
	font-weight: normal;
	white-space: nowrap;
}
/* セクション ============================== */
.cmn-section { 
	clear: both;
	margin: 0 0 20px;
	padding: 0;
}
.cmn-indent{
	padding-left:10px;
}
/* menuコンテンツ ============================== */
table.tbl_menu{
	width:100%;
	margin:0;
	padding:0;
	border:none;
}
table.tbl_menu td.leftcell{
	width:185px;
	border-left:1px solid #CCC;
	background-color:#E9E8E3;
	vertical-align:top;
}
table.tbl_menu td.rightcell{
	border-right:1px solid #CCC;
	background-color:#F1F0F0;
	vertical-align:middle;
}
table.tbl_menu td.bothcell{
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
table.tbl_menu ul{
	padding:5px;
	margin:0;
	list-style-type: none;
}
table.tbl_menu li{
	float:left;
	padding:2px 8px 2px 18px ;
	margin: 0;
	font-size:82%;
	font-weight:bold;
	line-height:1.2;
	background: url(../img/icon_arrow_glay2.gif) no-repeat 3px 0.4em;
}
table.tbl_menu li a{
	white-space: nowrap;
}
/* おすすめコンテンツ ============================== */
.reco_layout{
	padding:10px;
	margin-bottom:10px;
	border-left:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
}
.reco_layout_inn{
	margin:0 0 10px 0px;
}
.reco_layout_left{
	float:left;
	width:310px;
	padding:0;
}
.reco_layout_right{
	float:right;
	width:310px;
	border-left:1px solid #E1E1E1;
	padding-left:10px;
}
.cmn-article_link{
	padding-right:10px;
	text-align:right;
}
.reco_layout_bottom{
	padding-top:10px;
	border-top:1px solid #E1E1E1;
}
/* 記事リスト ============================== */
ul.cmn-article_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.cmn-article_list li.cmnc-article { 
	padding-left: 20px;
}
ul.cmn-article_list li.cmnc-article .cmn-article_title {
	background-image: url(../img/icon_arrow_glay.gif);
	background-repeat: no-repeat;
	background-position: 3px 0.2em;
	margin-left: -20px;
	margin-bottom: 8px;
	padding-left: 20px;
	padding-bottom: 0;
	font-size:88%;
	font-weight:normal;
}

/* ポジション ============================== */
.cmn-position_left {
	float:left;
	margin: 0 10px 10px 0;
}
.cmn-position_right {
	float:right;
	margin: 0 0 10px 10px;
}
.cmn-position_center {
	margin:0 auto 10px;
	padding:0;
	width:auto;
	text-align:center;
	clear:both;
}
.cmn-position_left .cmn-position_left,
.cmn-position_right .cmn-position_left,
.cmn-position_center .cmn-position_left {
	margin-bottom: 0;
}
/* 写真 ============================== */
div.cmn-photo_style {
	position: relative;
	margin-bottom: 10px;
}
div.cmn-photo_style p {
	color: #3C3C3C;
	margin: 4px 0 0;
	font-size: 75%;
	line-height: 1.2;
	text-align: left;
}
/* サイト紹介エリア ============================== */
.cmn-site_area {
	margin: 0 0 10px;
	padding-bottom:15px;
	background:url(../img/img_dotline2.gif) repeat-x left bottom;
}
.cmn-site_area_last {
	background:none;
}
.cmn-site_area .cmnc-title {
	margin: 0 0 5px;
}
.cmn-site_area ul.cmnc-adv {
	list-style-type: none;
	margin: 0 10px 5px;
	padding: 0;
}
.cmn-site_area ul.cmnc-adv li {
	border-top: #8E8E8E 1px dotted;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1.2;
}
.cmn-site_area ul.cmnc-adv li.cmnc-first {
	border-top-style: none;
}
.cmn-site_area ul.cmnc-adv span.cmnc-linksite{
	float:right;
}
.cmn-site_area ul.cmnc-adv li span.cmnc-headline {
	font-size:120%;
	font-weight: bold;
	padding: 5px 0;
}
.cmn-site_area ul.cmnc-adv li span.cmnc-textbase {
	font-size:94%;
}

.cmn-site_area ul.cmnc-site {
	font-size:88%;
	list-style-type: none;
	margin: 10px 0 0 10px;
	padding:0;
}
.cmn-site_area ul.cmnc-site li {
	float:left;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
.cmn-site_area ul.cmnc-site li.cmnc-pickup {
	color:#b60a0a;
	font-weight:bold;
}
/* 右枠バナー ================================= */
div.SUB_add{
	margin-bottom:15px;
}
/* 右枠今日の一問など============================ */
div.cmn-sub_frm{
	border:1px solid #E0E0E0;
	margin-bottom:15px;
	padding:5px;
}
div.cmn-sub_frm ul.cmnc-quiz{
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
}
div.cmn-sub_frm ul.cmnc-quiz li{
	padding:3px;
	font-size:88%
}
div.cmn-sub_frm ul.cmnc-arrowlist{
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
}
div.cmn-sub_frm ul.cmnc-arrowlist li{
	display:block;
	width:110px;
	float:left;
	padding:3px 8px 3px 18px ;
	margin: 0;
	font-size:82%;
	font-weight:bold;
	line-height:1.2;
	background: url(../img/icon_arrow_blue.gif) no-repeat 3px 0.5em;
}
div.cmn-sub_frm ul.cmnc-arrowlist li.linktxt{
	padding:10px 8px 3px 18px ;
	background: url(../img/icon_arrow_blue.gif) no-repeat 3px 1em;
}
div.cmn-sub_frm .cmnc-sub_figure{
	float:left;
	margin:0 10px 5px 5px;
}
div.cmn-sub_frm .question {
	background:transparent url(../img/icon_q.gif) no-repeat scroll 5px 50%;
	border-bottom:1px solid #E0E0E0;
	font-size:88%;
	line-height:1.2;
	font-weight:bold;
	padding:5px 9px 5px 39px;
}


/* ############################################################################################# */
/* 共用スタイル */
/* ############################################################################################# */

/* 非表示 ============================== */
.cmn-hide {
	display: none;
}
/* ClearFix ============================== */
.cmn-clearfix:after { 
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.cmn-clearfix {/
	zoom:1;
}

