@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  リセット及びbody初期設定 サイト全体共通css (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
/**/
html {
overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,th {
text-align: left;
}
q:before,q:after {
content: '';
}
object,
embed {
vertical-align: top;
}
hr,legend {
display: none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
font-size: 100%;
font-weight: normal;

}
img,abbr,acronym,fieldset {
border: 0;
}
li {
list-style-type: none;
}

img {
	vertical-align: bottom;
}


a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.bt a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/*--- default */


body {
color: #000000;
font-size: 76%;
font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
background: url(/images/common/bg_body.gif) 0 0 repeat;
}

* html body {/* for IF6 */
font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}



a{ color:#000;text-decoration:underline; }
a:hover { color:#E80000;text-decoration:underline;}



/************************************************** clearfix */

.clearfix:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }


/*----------------------------------------------------------------------------------
		 								高さ100％指定
------------------------------------------------------------------------------------*/

html,body {
height: 100%;
}

body > #wrapper {height:auto;}

div#wrapper {
	min-height:100%;
	width: 995px;
	padding: 0 0 0 5px;
	margin: 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: url(/images/common/bg_wrapper.gif) 0 0 repeat-y #fff;
}

* html div#wrapper {
	height:100%;/* for IE6 */
}
/*----------------------------------------------------------------------------------
		 								wrapper
------------------------------------------------------------------------------------*/
div#wrapperInner {
	padding: 14px 0 0;
}

/*----------------------------------------------------------------------------------
		 								header
------------------------------------------------------------------------------------*/
div#header {
	padding: 0 38px 28px 44px;
	background: url(/images/common/bg_border01.gif) 0 bottom repeat-x;
	margin: 0 0 24px;
}

div#header:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#header { display: inline-block; }
div#header { display: block; }


div#header h1 {
	padding: 16px 0 0;
	width: 300px;
	float: left;
}

div#header ul.headerRight {
	width: 500px;
	float: right;
	text-align: right;
	border-right: 1px solid #828282;
}

div#header ul.headerRight li {
	border-left: 1px solid #828282;
	padding: 0 12px 0;
	display: inline;
	font-size: 83%;
}

div#header ul.headerRight li a {
	color: #828282;
	text-decoration: none;
}

div#header ul.headerRight li a:hover {
	color: #828282;
	text-decoration: underline;
}

div#header .headerRightBox {
	width: 500px;
	float: right;
	text-align: right;
}

div#header .headerRightBox li{
	color: #828282;
	margin-bottom: 15px;
}

div#header .headerRightBox li span{
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;
	padding: 0 12px;
	display: inline-block;
	font-size: 83%;
}

div#header .headerRightBox li:last-child{
	margin-bottom: 0;
	font-size: 12px;
}

div#header .headerRightBox li a{
	color: #828282;
	text-decoration: none;
}

div#header .headerRightBox li:last-child a{
	margin-left: 16px;
}

div#header .headerRightBox li a:hover {
	color: #828282;
	text-decoration: underline;
}

/*----------------------------------------------------------------------------------
		 								contents
------------------------------------------------------------------------------------*/
div#contents {
	width: 707px;
	border-left: 1px solid #e80000;
	padding: 0 35px 0 34px;
	clear: both;
	float: right;
	line-height: 1.7;
}

div#contents #contentsTitle {
	margin-bottom: 28px;
}

/* コンテンツごとのタイトル画像の下マージン */




/* フォントサイズの変更 */
div#contents .readTxt {
	font-size: 108%;
}


/* 赤字 */
div#contents .redTxt {
	color: #e80000;
}


div#contents .clear {
	clear: both;
}


/* ページトップ */
div#contents p.pagetop {
	text-align: right;
}

/* パンクズ */
div#contents div#path {
    color: #e80000;
    line-height: 1.1;
    margin: 0 0 18px;
    padding: 0;
	font-size: 83%;
}

div#contents div#path a {
    background: url("/images/common/bg_path.gif") no-repeat scroll right 0.25em transparent;
    margin-right: 8px;
    padding-right: 13px;
}

* html div#contents div#path a {
    background: url("/images/common/bg_path.gif") no-repeat scroll right 0.1em transparent;
}


/* アイコン付きリンクのスタイル  */
div#contents .linkList a {
	padding: 0 0 0 18px;
	background: url(/images/common/bg_link.gif) 0 0.45em no-repeat;
}

div#contents .linkList a:hover {
	background: url(/images/common/bg_link_on.gif) 0 0.45em no-repeat;
}

* html div#contents .linkList a {
	padding: 0 0 0 18px;
	background: url(/images/common/bg_link.gif) 0 0.2em no-repeat;
}

* html div#contents .linkList a:hover {
	background: url(/images/common/bg_link_on.gif) 0 0.2em no-repeat;
}



/* ページング */
div#contents div.wp-pagenavi {
    margin-top: -40px;
	padding-bottom: 70px;
}
div#contents div.wp-pagenavi span, div#contents div.wp-pagenavi a {
    border: 1px solid #828282;
    margin-right: 7px;
    padding: 5px 8px;
	color: #828282;
}
div#contents div.wp-pagenavi a {
    text-decoration: none;

}
div#contents div.wp-pagenavi span.current, div#contents div.wp-pagenavi a:hover {
    border: 1px solid #e80000;
    color: #e80000;
    text-decoration: none;
}

/*----------------------------------------------------------------------------------
		 								WP関連、コンテンツ内２カラム
------------------------------------------------------------------------------------*/
div#contents div#contentsWrapper {
}

div#contents div#contentsWrapper:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents div#contentsWrapper { display: inline-block; }
div#contents div#contentsWrapper { display: block; }

div#contentsWrapper div#entry {
	width: 547px;
	float: right;
}



div#contentsWrapper div#sidebar {
	width: 130px;
	float: left;
}

div#contentsWrapper div#sidebar h3 {
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 0 0 4px;
	margin-bottom: 8px;
}

div#sidebar ul.sideLink {
	padding: 0 0 20px;
}

div#sidebar ul.sideLink li {
	padding: 0 0 3px;
}

/*----------------------------------------------------------------------------------
		 								side
------------------------------------------------------------------------------------*/
div#side {
	width: 162px;
	padding: 0 0 0 30px;
	float: left;
	line-height: 1.01;
}

div#side ul.navTop {
	padding-bottom: 3px;
	border-bottom: 1px solid #d2d2d2;
}

div#side ul.navTop li.item {
	padding-bottom: 25px;
}

/* サブナビ */
div#side ul.navTop li.item ul.navSub {
	padding: 7px 0 0 14px;
	display: none;
}

div#side ul.navTop li.item ul.navSub li {
	padding: 17px 0 0;
}

/* サブサブナビ */
div#side ul.navTop li.item ul.navSub ul {
	padding: 0 0 0 14px;
	display: none;
}

div#side ul.navTop li.item ul.navSub ul li {
	padding: 17px 0 0;
}




/* 表示設定 */
body.wagashikyokai div#side ul.navTop li.wagashikyokai ul.navSub {
	display: block;
}

body.monogatari div#side ul.navTop li.monogatari ul.navSub {
	display: block;
}

body.shiru div#side ul.navTop li.monogatari ul.navSub ul.shiru {
	display: block;
}

body.ajiwai div#side ul.navTop li.monogatari ul.navSub ul.ajiwai {
	display: block;
}

body.kurashi div#side ul.navTop li.monogatari ul.navSub ul.kurashi {
	display: block;
}

body.kenko div#side ul.navTop li.monogatari ul.navSub ul.kenko {
	display: block;
}

body.okuru div#side ul.navTop li.monogatari ul.navSub ul.okuru {
	display: block;
}




div#side ul.navBottom {
	padding: 23px 0 15px;
}

div#side ul.navBottom li.item {
	padding-bottom: 8px;
	line-height: 1.63;
}

div#side ul.navBottom li.item a {
	text-decoration: none;
}

div#side ul.navBottom li.item a.current {
	color: #e80000;
}







div#side ul.bnrList {

}

div#side ul.bnrList li {

}




/*----------------------------------------------------------------------------------
		 								footer
------------------------------------------------------------------------------------*/
div#footer {
	padding: 46px 35px 18px 0;
	clear: both;
	zoom: 1;
}

div#footer p.copyright {
	text-align: right;
}

div#footer p.copyright img{
	width: auto;
}








































