
/* ヘッダ画像 */
#header{
	background: url("./images/common/bg-header.jpg") repeat-x scroll center top;
}

/* エリアの色  */
#container{
	background-color: #fff;
}

/* リンク文字 */
a:link,
a:visited{ color: #007f00; }
a:hover,
a:active,
a:focus{ color: #6fa36f; }

#global-nav{
	background: none;
}

#global-nav .btn-gnav{
	font-size: 1.2em;
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
}

#global-nav .btn-gnav,
#global-nav .menu-wrap{
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

/* メニューを真ん中寄せ */
#global-nav .menu-wrap{
	margin: auto;
	padding-right: 14px;
	padding-left: 14px;
	background: #fff;
	border: 1px solid #eee;
	border-bottom-color: #ccc;
	border-right-color: #ddd;
}

#global-nav #menu li,
#global-nav #menu li a{
	background-color: #fff !important;
}

#global-nav #menu li a:hover,
#global-nav #menu li a:active,
#global-nav #menu li a:focus{
	background: #bee3b7;
	color: #080;
}

#global-nav #menu li.first a:hover,
#global-nav #menu li.first a:active,
#global-nav #menu li.first a:focus{
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
}

#top{
	background-color: #6fa36f;
	border: 0;
}

#top-menu li a{
	background-image: none;
	text-decoration: none;
	font-weight: bold;
}

#top-menu li a:before{
	content: "◆ ";
}

#top-menu li a:hover,
#top-menu li a:active,
#top-menu li a:focus{
	color: #ff0;
}

#main-contents{
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom-color: #ccc;
	border-right-color: #ddd;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	position: relative;
}

#main-contents .contents{
	margin: 2em 0 3.5em;
}

.archive-title {
	background-color: transparent;
	border-bottom: 2px dotted #888;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 2em;
	padding: 1em;
}

/* アイキャッチ画像 */
#main-contents .contents img.attachment-post-thumbnail{
	padding: 2px;
	border: 1px solid #eee;
	border-right-color: #ddd;
	border-bottom-color: #ccc;
}

/* H2 */
#main-contents h2{
	margin: -1px -1px 0;
	padding: 0.6em 1em 0.5em 90px;
	border: 1px solid #eee;
	border-right-color: #ddd;
	border-bottom: 8px double #fff;
	position: relative;
	background: url(./images/title/h2grad.jpg) left bottom repeat-y #bee3b7;
	color: #020;
	font-size: 1.6em;
	text-shadow: #fff 0.1em 0.1em 0.2em, #fff -0.1em -0.1em 0.2em, #fff -0.1em 0.1em 0.2em, #fff 0.1em -0.1em 0.2em;
	border-radius: 14px 14px 0 0;
	-webkit-border-radius: 14px 14px 0 0;
	-moz-border-radius: 14px 14px 0 0;
	overflow: hidden;
}

#main-contents h2:before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100px;
	height: 84px;
	background: url(./images/title/h2-accent.png) left bottom transparent;
}

#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #007f00; text-decoration: none }

#main-contents h2 a:hover,
#main-contents h2 a:active,
#main-contents h2 a:focus{ color: #020; text-decoration: none }

/* H3 */
#main-contents .contents h3{
	margin: 0 0.4em 1.5em;
	padding: 0.5em 1em 0.5em 21px;
	border: 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ddd;
	background: url(./images/title/h3grad.png) left top repeat-y #ceeac9;
	font-size: 1.143em;
	position: relative;
}

#main-contents h3:before{
	content: "";
	position: absolute;
	left: 2px;
	top: 0px;
	width: 14px;
	height: 18px;
	background: url(./images/title/h3-accent.png) left bottom transparent;
}

#main-contents h4{
	margin: 0 6em 1em 1em;
	padding: 0.5em 0.6em;
	border: 0;
	border-top: 2px dashed #bee3b7;
}

/* 日付とかのための記述 */
#main-contents h2.post-title{
	margin-bottom: 0;
}

#main-contents .post-meta{
	margin-left: -1em;
	padding: 0.5em 2em;
	color: transparent;
}

#main-contents .post-meta span.post-data{
	display: block;
	float: left;
	padding: 0.6em 0.5em 0.25em;
	width: 10em;
	height: 2em;
	text-align: center;
	border: 1px solid transparent;
	border-bottom-color: #ccc;
	border-right-color: #ddd;
	border-radius: 10em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	color: #000;
	font-weight: bold;
}

#main-contents .post-meta span.post-cat{
	display: block;
	float: left;
	padding: 0.75em 0 0 2em;
	height: 2em;
	color: #080;
}

#main-contents .post-meta span.post-cat:before{
	content: ":: ";
}

#main-contents .post-meta span.post-cat:after{
	content: " ::";
}

#main-contents p{
	margin: 0 1em 1.5em 1em;
}

#main-contents blockquote{
	text-shadow: 0 1px 0 #fff;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-image: -ms-linear-gradient(bottom, #fff 0%, #fff 90%, #eee 100%);
	background-image: -moz-linear-gradient(bottom, #fff 0%, #fff 90%, #eee 100%);
	background-image: -o-linear-gradient(bottom, #fff 0%, #fff 90%, #eee 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.9, #fff), color-stop(1, #eee));
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #fff 90%, #eee 100%);
	background-image: linear-gradient(bottom, #fff 0%, #fff 90%, #eee 100%);
	shadow: 1px 2px 4px 2px #ddd, inset 0px 0px 1px 1px #fff;
	-moz-box-shadow: 1px 2px 4x 2px #ddd, inset 0px 0px 1px 1px #fff;
	box-shadow: 1px 2px 4px 2px #ddd, inset 0px 0px 1px 1px #fff;
}

.post .contents{
	position: relative;
}

.link-next a{
	padding: 0.5em;
	background: #6fa36f;
	color: #fff;
	text-decoration: none;
	border: 1px solid #eee;
	border-right-color: #ddd;
	border-bottom-color: #ccc;
	border-radius: 14px 0 0 14px;
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	position: absolute;
	right: -1px;
	bottom: -2.65em;
}

.link-next a:hover,
.link-next a:active,
.link-next a:focus{
	background: #007f00;
}

.link-next a:after{
	content: " ≫"
}

/* 最新情報 */
#main-contents h2.news{
	margin-left: 1em;
	margin-right: 1em;
	padding: 0.5em 0 0.1em;
	background: none;
	border: 0;
	border-top: 3px solid #592;
	text-align: center;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#main-contents h2.news:before{
	background: none;
}

#sidebar .contents{
	margin-bottom: 1em;
	border: 1px solid #eee;
	border-bottom-color: #ccc;
	border-right-color: #ddd;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	font-size: 1.2em;
}

.sub-column h3{
	border: inherit;
	margin-bottom: 0.1em;
	padding: 0.1em 0;
	color: #000; /*見出し文字の色*/
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 2px dotted #888;
	border-radius: 14px 14px 0 0;
	-webkit-border-radius: 14px 14px 0 0;
	-moz-border-radius: 14px 14px 0 0;
}

#sidebar .widget_recent_entries h3{
	border-bottom-color: #cfe7f5;
}

#sidebar .widget_categories h3{
	border-bottom-color: #e8c86f;
}

#sidebar .widget_recent_comments h3{
	border-bottom-color: #ffdcdc;
}

#sidebar .widget_archive h3{
	border-bottom-color: #dec0c0;
}

#sidebar a{
	text-decoration: none;
}

#sidebar a:link,
#sidebar a:visited{ color: #00b0d3; }
#sidebar a:hover,
#sidebar a:active,
#sidebar a:focus{ color: #080; }

/* ページ先頭へのボタン */
.page-top{
	width: 90px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.0;
	text-align: left;
}

.page-top a{
	display: block;
	padding: 40px 20px 8px 20px;
	border-radius: 14px 14px 0 0;
	-webkit-border-radius: 14px 14px 0 0;
	-moz-border-radius: 14px 14px 0 0;
}

.page-top a:link,
.page-top a:visited{
	background: url(./images/common/bg-pagetop.png) center center no-repeat #adc88c !important;
}

.page-top a:hover,
.page-top a:active,
.page-top a:focus{
	background: url(./images/common/bg-pagetop.png) center center no-repeat #4a2 !important;
}

#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{
	margin-top: 1em;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

.sub-column .widget-conts ul li{
	background: url(./images/icon/icon-item-circle.png) 2px 8px no-repeat;
}

.sub-column .widget_recent_entries ul li,
.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li,
.sub-column .widget_nav_menu ul li li,
.sub-column .widget-conts .ranking li,
.sub-column .widget-conts .ranking li li,
.sub-column .widget-conts .banner li,
.sub-column .widget-conts .banner li li{
	padding: 3px 10px 3px 20px;
	background: url(./images/icon/icon-item-circle.png) 2px 8px no-repeat;
}

.sub-column .widget_recent_entries ul li a,
.sub-column .widget_pages ul li a,
.sub-column .widget_nav_menu ul li a{
	display: inline;
	padding: 0;
	background: transparent;
}

.sub-column .widget_recent_entries ul li a:active,
.sub-column .widget_recent_entries ul li a:hover,
.sub-column .widget_pages ul li a:active,
.sub-column .widget_pages ul li a:hover,
.sub-column .widget_nav_menu ul li a:active,
.sub-column .widget_nav_menu ul li a:hover{
	background-color: transparent;
}

#header #header-in{
	position: relative;
}

#header #searchform{
	float: right;
}

/* ボタンが右にはみ出るのを防止 */
#header #gsc{
	position: absolute;
	width: 240px;
	right: 28px !important;
	bottom: 2px !important;
}

/* グーグルカスタム検索 */
#gsc{
	margin: 0 auto;
}

#gsc .gsc-control-cse{
	margin: 0 auto;
	background-color: transparent !important;
	border: none !important;
}

#gsc .gsc-control-cse,
#gsc .gsc-control-cse-ja,
#gsc form.gsc-search-box,
#gsc .gsib_a{
	margin: 0 !important;
}

#gsc td.gsc-input {
	padding: 0 !important;
}

#gsc .gsc-input-box {
	border: 1px solid #888 !important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* Firefox での文字入力欄のズレを解消 */
#gsc td.gsib_a input[type="text"]{
	font-size: inherit !important;
}

#gsc td.gsib_a input[type="text"]:focus{
	background-color: inherit !important;
	outline: 0;
}

#gsc input.gsc-search-button{
	margin: 0 0 0 4px !important;
	background-color: #6fa36f !important;
	border-radius: 10px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #eee !important;
	padding: 6px 10px !important;
}

#gsc input.gsc-search-button:hover,
#gsc input.gsc-search-button:active,
#gsc input.gsc-search-button:focus{
	background: #007f00 !important;
}