@charset "UTF-8";

/*------------------------------------------------------------
ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

body,div,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote{
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,var{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
	border: none;
	vertical-align: bottom;
}

input,
textarea,
select{ font-size: 1em; }
body:first-of-type textarea{ font-size: 12px; }

/*WordPress対策*/
span textarea,span input{ vertical-align: bottom!important; }


/*Firefox対策*/
html{
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}

body,x:-moz-broken { margin-left:-1px; }

body{
	font-size: 70%;
	font-style: normal;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", meiryo, Arial,Helvetica;
}

pre{
	font-size: 100%;
	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
}

#container{
	position: relative;
}

#global-menu li,
#breadcrumbs li,
#top-menu li,
#sidebar li,
#footer-in li{ list-style: none; }


/*--------------------------------------------------------
1、サイト全体の横幅
--------------------------------------------------------*/

html,
body,
#container,
#top,
#header,
#global-menu,
#main,
#footer,
.copyright{
	width: 100%;
	min-width: 950px;
}


#page-top,
#top-in,
#header-in,
#global-menu ul,
#main-in,
#footer-in,
.copyright small{
	margin: auto;
	width: 950px;
}


/*--------------------------------------------------------
2、サイト全体の背景設定（初期設定ではコメントアウト）
------------------------------------------------------*/

/*
#container{ background-color: #000; }
*/


/*--------------------------------------------------------
3、サイト全体の基本文字色
-------------------------------------------------------*/

body{ color: #333; }

/*リンク文字*/
a{ text-decoration: underline; }
a:link{ color: #04c; }
a:visited{ color: #04c; }
a:hover{ color: #c60; }
a:active{ color: #c60; }




/*--------------------------------------------------------
4、エリアの設定
--------------------------------------------------------*/

/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	height: 29px;
	background-color: #eaeaea;
	border-bottom: 1px solid #b9c4dc;
	font-size: 1.2em;
}

#top-in{ position: relative; }

/*●トップメニュー*/
#top-menu{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	height: 29px;
	padding-left: 16px;
}

#top-menu li{
	float: left;
	margin-right: 22px;
	line-height: 29px;
}

/*メニューの最後の要素には「end」のクラスを付加し、右からのマージンを0に*/
#top-menu li a{
	padding: 2px 0;
	padding-left: 20px;
	background: url(images/icon/icon-arrow.gif) left center no-repeat;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{ font-size: 1.2em; }

/*●ヘッダーロゴ*/
#header-logo{
	float: left;
	margin: 5px 0 10px;
	width: 495px;
	font-size: 1.567em;
	font-weight: bold;
}

/*●ヘッダーロゴテキスト*/
#header-logo a{ text-decoration: none; }
#header-logo a:link{ color: #666; }
#header-logo a:visited{ color: #666; }
#header-logo a:hover{ color: #c60; }
#header-logo a:active{ color: #c60; }

/*●ヘッダーテキスト*/
#header-in #btn-contact{
	float: right;
	margin: 20px 0px 0px 0px;
	width: 372px;
}


/*--------------------------------------------------------
グローバルメニュー
--------------------------------------------------------*/

#global-menu{
	position: relative;
	padding-top: 5px;
	margin-bottom: 0px;
	height: 35px;
	background: #0044cc;
}

#global-menu ul{
	position: relative;
	height: 35px;
	margin-bottom: 0px;
	border-left: 1px solid #0044cc!important;
}

#global-menu li{
	float: left;
	height: 28px;
	overflow: hidden;
	background: #0044cc;
	border: 1px solid #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
	margin: 0px 15px 0px 0px;
}

#global-menu li a{
	display: block;
	padding: 3px 12px 3px 10px;
	height: 30px;
	text-decoration: none;
	color: #fff;
}
* html #global-menu ul li a{ height: auto; }

#global-menu ul li a:hover{
	height: 30px;
	color: #555;
	background: #fffafa;
}
* html #global-menu ul li a:hover{ height: auto; }


/*--------------------------------------------------------
パン屑ナビ
--------------------------------------------------------*/

#breadcrumbs{ margin-bottom: 8px;
margin-top: 10px;
 }

#breadcrumbs li{
	float: left;
	padding-right: 10px;
	padding-left: 15px;
	background: url(images/icon/icon-breadcrumbs.gif) left 5px no-repeat;
	font-size: 1.2em;
}

/*パン屑ナビの先頭*/
#breadcrumbs li.first{ padding-left: 0; background: none; }

.main-image{ margin-bottom: 0px; }

/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{
	overflow: hidden;
	float: left;
	margin-bottom: 0px;
	width: 660px;
	font-size: 1.5em;
}

/*H1、H2*/
#main-contents h1,
#main-contents h2{
	clear: both;
	margin-bottom: 20px;
	padding: 10px 22px;
	background: #fffafa;
	border: 1px solid #333;
	font-size: 1.5em;
	line-height: 1.0;
	color: #333;
	font-weight: bold;
}

#main-contents #archive{
	clear: both;
	margin-bottom: 25px;
	padding: 8px 12px;
	background: #1a45ab;
	font-size: 1.143em;
	line-height: 1.0;
	color: #fff;
	font-weight: bold;
}

#main-contents .contents h1,
#main-contents .contents h2{
	clear: both;
	margin: 0 -10px 14px -10px;
	margin-bottom: 14px;
	padding: 5px 10px 5px 15px;
	border: 0px solid #333;
	border-left: 8px solid #0033aa;
	background: #fff;

	font-size: 1.286em;
	font-weight: bold;
}

#main-contents h1 a:link,
#main-contents h2 a:link,
#main-contents h1 a:visited,
#main-contents h2 a:visited{ color: #333; }

#main-contents h1 a:hover,
#main-contents h2 a:hover,
#main-contents h1 a:active,
#main-contents h2 a:active{ color: #c60; }

/*H3*/
#main-contents h2.h3,
#main-contents h3{
	clear: both;
	margin-bottom: 14px;
	padding: 3px 10px 3px 15px;
	border: 1px solid #999;
	font-size: 1.15em;
	font-weight: bold;
}

#main-contents h2.h3,
#main-contents .contents h3{ margin: 30px -15px 14px; }

#disqus_thread h3{
	clear: none;
	margin: 0 0 14px;
	padding: 0;
	background: none;
	border: none;
	font-weight: bold;
}

/*H4*/
#main-contents h4{
	clear: both;
	margin: 0 3px;
	margin-bottom: 14px;
	padding: 6px;
	border-bottom: 3px double #999;
	font-size: 0.858em;
	font-weight: bold;
}

#disqus_thread h4{
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
}


/*●コンテンツ*/
#main-contents .contents{
	padding: 0 15px;
	margin-bottom: 25px;
}

#main-contents .contents p{
	margin-bottom: 1em;
	line-height: 1.5;
}

.post_info{
	margin: -10px 0 10px;
	text-align: right;
	font-size: 0.8em;
}

.post_info li{
	display: inline;
	list-style-type: none;
}

/*線*/
#main-contents hr{
	clear: both;
	margin: 0.5em 0 1em 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.0em;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	height: 1px;
	color: #ccc;
}
* html #main-contents hr{ margin: 0 0 1.2em; }
*:first-child+html #main-contents hr{ margin: 0 0 1.2em; }

/*リストタグ*/
#main-contents ul,
#main-contents ol{
	list-style-position: outside;
	margin: 0 0px 15px 20px;
}
#main-contents ul{ list-style-type: disc; }
#main-contents li{ line-height: 1.8em; }

#main-contents li.end{
	border: none!important; 
	margin-bottom: 0!important;
}

/*引用タグ*/
#main-contents q,
#main-contents blockquote{
	overflow: auto;
	margin: 0 10px 1.4em 10px;
	padding: 10px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #eee;
	color: #444;
}

/*●戻る＆進むリンク*/
.link-back,
.link-next{
	clear: both;
	margin-top: 1.2em;
	font-weight: bold;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }

.link-next a,
.more-link{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.gif) left 1px no-repeat;
}
.link-back a{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-l-black.gif) left 1px no-repeat;
}

#main-contents .trackback-url{ width: 500px!important; }

#main-contents p textarea{ width: 500px; }

#main-contents #submit{ padding: 5px 10px; }

#main-contents #author,
#main-contents #email,
#main-contents #url{ padding: 2px 5px; width: 300px; }

.commentlist,
.commentlist ul{
	margin-right: 0!important;
	margin-left: 0!important;
	padding: 0;
}

.commentlist{ padding: 10px; }

.commentlist li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

.commentlist li li{
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
}

.reply{ clear: both; }

.reply a{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.gif) 0 1px no-repeat;
}

/*コンテンツナビ*/
.posts-link{
	margin-bottom: 15px;
	padding: 5px 10px;
}

.posts-link .nav-previous{
	float: right;
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.gif) left 3px no-repeat;
}

.posts-link .nav-next{
	float: left;
	padding-left: 15px;
	background: url(images/icon/icon-menu01-l-black.gif) left 3px no-repeat;
}

.posts-link a:link,
.posts-link a:visited{ color: #666; }
.posts-link a:hover,
.posts-link a:active{ color: #c60; }


#main-contents ul.social-button{
	margin:0 0 10px 0!important;
	padding: 0!important;
	text-align: right;
}

.social-button li{
	display: inline;
	list-style: none;
	margin-left: 5px;
}

.tag{
	clear: both;
	margin-bottom: 10px;
	text-align: right;
}

.banner-area{
	margin-left: 0!important;
	padding: 0!important;
}

.banner-area li{
	margin-bottom: 45px;
	list-style: none;
}

.banner-area li textarea{
	width: 500px;
	height: 80px;
	font-size: 14px;
}

.banner-area li .src-box{ width: 530px; }

.banner-area li .img-box{ width: 470px; }

.banner-area li .img-box p{ margin: 5px 0; }

#main-contents .contents dl.dl-style{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #ddd;
}

#main-contents .contents dl.dl-style dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	color: #444;
}

#main-contents .contents dl.dl-style dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}

#searchsubmit{ padding: 2px 5px; }

#si_contact_form1 span input{ vertical-align: middle!important; }

#dsq-account-dropdown,
#dsq-sort-by{
	float: right;
}

#dsq-sort-by{ padding-top: 10px; }

#dsq-comments{ clear: both; }


/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

#sidebar{
	overflow: hidden;
	float: right;
	width: 260px;
	font-size: 1.2em;
}

/*H3*/
#sidebar h3{
	clear: both;
	padding: 2px 8px;
	background: #0044cc;
	border: 1px solid #486abc;
	border-bottom: none;
	color: #fff;
}

#sidebar h3 img{ vertical-align: middle; }

#sidebar h3 a:link,
#sidebar h3 a:visited{ color: #fff; }

#sidebar h3 a:hover,
#sidebar h3 a:active{ color: #c60; }

#sidebar div h3{
	margin: -8px;
	margin-bottom: 8px;
}

#sidebar p{ margin-bottom: 10px; }

#sidebar li ul,
#sidebar li div{
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #486abc;
}

#sidebar li ul ul,
#sidebar li div div,
#sidebar li ul div,
#sidebar li div ul,
#sidebar li div ul ul,
#sidebar li ul ul ul{
	margin-bottom: 0;
	padding: 0;
	background: none;
	border: none;
}

/*●サイドメニュー*/
#sidebar ul ul li{
	margin-bottom: 3px;
	padding: 0px 10px 2px 20px;
	background: url(images/icon/icon-menu01.gif) 6px 6px no-repeat;
}

#sidebar ul ul li li{
	margin-bottom: 0px;
	padding: 5px 10px 2px 20px;
	background: url(images/icon/icon-menu02.gif) 6px 11px no-repeat;
	border: 0;
}


#sidebar #s{ padding: 2px 5px; width: 120px; }

#sidebar .rssSummary{
	overflow: hidden;
	margin-bottom: 0;
	padding: 8px 0;
	width: 212px;
	border: 0;
}

#sidebar cite,
#sidebar .screen-reader-text{ font-weight: bold; }

#sidebar #recentcomments .recentcomments{
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(images/icon/icon-comment.gif) left 5px no-repeat;
}

/*カレンダー*/
table#wp-calendar{
	position: relative;
	margin: 10px auto;
	padding: 0;
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table#wp-calendar th,
table#wp-calendar td{
	padding: 0.4em;
	vertical-align: top;
}

table#wp-calendar th,
table#wp-calendar td{
	border: 1px solid #ccc;
}

table#wp-calendar thead th,
table#wp-calendar thead td{ text-align: center; background-color: #fff; }

table#wp-calendar tbody th,
table#wp-calendar tbody td{ text-align: right; background-color: #fff; }

table#wp-calendar tfoot th,
table#wp-calendar tfoot td{ padding: 0.4em 0; border: none; }

table#wp-calendar th{
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

table#wp-calendar #next{ text-align: right; }



table#about{
	margin: 10px 0;
	font-size: 90%;
	border: 1px solid #999;

}


table#about th{
	padding: 0.8em;
	vertical-align: top;
	font-weight: bold;
	background: #000;
	color: #fff;
}


table#about td{
	padding: 0.8em;
	vertical-align: top;
	border: 1px solid #999;
}


#sidebar .follow-button{
	overflow: hidden;
	width: 242px;
}


/*--------------------------------------------------------
ページの先頭へ戻る
--------------------------------------------------------*/

#page-top p{
	margin-top: 36px;
	margin-left: auto;
	width: 162px;
	height: 34px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	margin-top: -4px;
	background: #fffafa;
	border-top: 1px solid #0044cc;
}


#footer-in{
	padding: 30px 0 15px 0;
	font-size: 1.2em;
}

/*H3*/
#footer-in h3{
	margin-bottom: 15px;
	padding: 0px 10px;
	border-left: 6px solid #0033aa;
	border-bottom: 0px solid #999;
	font-size: 1.4em;
	font-weight: bold;
}

#footer-in h3 img{ vertical-align: middle; }

/*●フッターメニュー*/
#footer-widget{
}

#footer .widget-area{
	float: left;
	margin-bottom: 25px;
	margin-right: 16px;
	width: 300px;
}

#footer .widget-area ul ul li{
	margin-bottom: 6px;
	padding: 0 10px 0 20px;
	background: url(images/icon/icon-menu01.gif) 4px 6px no-repeat #fffafa;
}

#footer .widget-area ul ul ul{
	margin-bottom: 0;
	padding: 0;
	background: none;
}

#footer .widget-area ul ul li li{
	margin-bottom: 5px;
	padding: 0 10px 0 20px;
	background: url(images/icon/icon-menu02.gif) 4px 9px no-repeat #fffafa;
	border: 0;
}

#footer #s{ padding: 2px 5px; width: 120px; }

#footer cite,
#footer .screen-reader-text{ font-weight: bold; }

/*●コピーライト*/
.copyright{
	padding: 18px 0;
	background: #0044cc;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
}

.copyright a:link,
.copyright a:visited{ color: #fff; }

.copyright a:hover,
.copyright a:active{ color: #c60; }

.wp-pagenavi{ padding-bottom: 5px; text-align: center; }

#footer-in #recentcomments .recentcomments{
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(images/icon/icon-comment.gif) left 1px no-repeat;
}

/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-menu ul:after,
#header-in:after,
#global-menu ul:after,
#breadcrumbs ol:after,
#main-in:after,
#footer-widget:after,
.posts-link:after,
.social-button-top:after,
.social-button-bottom:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-menu ul,
header-in,
#global-menu ul,
#breadcrumbs ol,
#main-in,
#footer-widget,
.posts-link,
.social-button-top,
.social-button-bottom,
.clearfix{ /zoom : 1; }


.kakomi{
 border: 1px solid #333;
	padding:15px 13px 0px;
	border-radius:4px;
	margin-bottom:1em;
clear:both;
}

dt{	font-weight: bold;
padding:0px 0 5px 0px;  }

dd{padding:0px 0 5px 0px;}