/*ここは消さないで下さい!*/
/* Template Name: c63_green */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {margin: 0; padding: 0;}

html{height: 100%;}

/* BODY */
body {margin: 0;padding: 0;text-align: center;color:#555;font-size: 14px;line-height: 150%;
  letter-spacing: 0.05em;
  font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
  background: #FFF;}

/* strong */
strong {font-weight: bold;}

/* 画像属性 */
img {border: none;}
.img-l{float: left;margin: 5px 10px 5px 0;}
.img-r{float: right;margin: 5px 0 5px 10px;}
.img-c{;margin: 10px auto;}
.img-m{margin-right: 5px; vertical-align: middle;}
.img-t{margin-right: 5px; vertical-align: top;}
.img-b{margin-right: 5px; vertical-align: bottom;}

a:hover img.link{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  -ms-filter: "alpha( opacity=60 )";
  opacity:0.60;
  background:none!important;}

/* 初期化 */
h1,h2,h3,h4{font-size: 14px;font-weight: normal;}
hr{display: none;}

/* テーブルの属性*/
table {margin: 0;padding: 0;}
td {padding: 0;}

/*引用属性*/
blockquote {
	width: 500px;
	height: 400px;
	overflow: auto;
	border: 1px solid #CCC;
	margin: 10px 20px 10px 20px;
	padding: 5px;
	text-align: left;}

/* リンクの属性（未指定の時） */
a{color: #669966;text-decoration: underline;}
a:hover {color:#F60;text-decoration: none;position: relative; top: 1px; left: 1px;}
  
/* 基本設定 ----------------------------- */
#base{
  height: 120px;
  background: #81C480;
  border-bottom: 1px solid #679966;
  min-width: 1000px;}

/*ヘッダー*/
#header  {
  margin: 0;
  height:120px;
  text-align: left;
  background: #81C480;
  border: none;
  position: relative;}

#header h1{
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 172%;
  font-weight: bold;
  line-height: 120%;
  color: #CCFFCC;}
  
#header #des{
  position: absolute;
  top: 50px;
  left: 30px;
  font-size: 12px;
  font-weight: normal;
  color: #FFF;
  text-align: left;
  line-height: 120%;
  display: block;}
  
#header .banner{
  position: absolute;
  top: 32px;
  right: 10px;
  text-align: right;}
    
ul.h_navi{
  position: absolute;
  top: 2px;
  right: 0px;
  height: 30px;
  padding-right: 10px;
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  list-style: none;}

.h_navi li{
  margin: 4px 2px;
  width: 80px;
  height: 20px;
  float: right;
  display: inline;}

.h_navi li span{
  text-align:center;
  line-height: 20px;
  font-size: 12px;
  color: #FFF;
  display: block;}
.h_navi li a{text-decoration: none!important;position: relative; top: 0px; left: 0px;}
.h_navi li a:hover span {color:#F60;}

ul.navigation{
  position: absolute;
  top: 100px;
  height: 45px;
  margin: 0 10px;
  border: 1px solid #CCC;
  list-style: none;}
 
.navigation li{
  width: 149px;
  text-align: center;
  text-decoration: none;
  padding:5px;
  display: inline;
  border-right: 1px solid #CCC;
  float: left;}
  
.navigation li a{text-decoration: none;}
.navigation li a span{
  color:#FFF;
  font-weight: bold;
  line-height: 30px;
  border-bottom: 5px solid #BDE5BD;
  display:block;}

.navigation li a:hover span {color:#FFF;border-bottom: 5px solid #F88;}
.navigation li a:hover{position: relative; top: 0px; left: 0px;}

/*  パンくずリスト  */
.navi {
  margin :10px 0;
  font-size: 12px;
  padding-left: 5px;
  text-align: left;}


/*  記事枠設定  */
#wrapper {margin: 30px 10px 0 10px;text-align: center;}

#primary {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-right: -300px;}

#container {
  float: right;
  width: 100%;
  margin-left: -200px;}

/*  記事枠等の属性  */
#contents {
  width: auto;
  min-width: 450px;
  margin: 0 320px 0 220px;
  text-align: left;}

#contents h2  {
  margin-bottom: 10px;
  padding:5px;
  border-style:solid;
  border-width:1px;
  border-color:#EEE #CCC #CCC #EEE;}

#contents h2 span{
  padding-left:5px;
  color:#339933;
  font-size:145%;
  font-weight:bold;
  line-height:150%;
  border-left:solid 5px #66CC66;
  display:block;}

#contents h3,
#contents h3.com,
#contents h3.comments-open-header,
#contents h3.trackbacks-header,
#contents h3.comments-header{
  margin-bottom: 10px;
  padding:5px;
  border-style:solid;
  border-width:1px;
  border-color:#EEE #CCC #CCC #EEE;}

#contents h3 span,
#contents h3.com span,
#contents h3.comments-open-header span,
#contents h3.trackbacks-header span,
#contents h3.comments-header span{
  padding-left:5px;
  color:#339933;
  font-size:100%;
  font-weight:bold;
  line-height:135%;
  border-left:solid 5px #CC6699;
  display:block;}
  
  
/*リンク属性 */
#contents a{font-weight: normal;}
#contents a.c1{font-weight: bold;}
#contents a.more-link{font-weight: normal;}
#contents h2 a,#contents h3 a,#contents h4 a{font-weight: bold;}

#contents h4 {
  margin: 10px 10px 10px 0;
  color: #555;
  font-weight: bold;
  font-size: 100%;
  line-height: 150%;
  display: block;
  text-align: left;}

/*インフォメーション*/
#contents #info {
  margin-top: 10px;
}

#contents p.postmetadata{
 	margin: 0 5px 10px 0 ;
 	text-align: right;
 	font-size: 10px;}

/*記事*/
#contents .doc{
  margin: 10px 10px 0 20px;
  text-align: left;}

#contents .doc p{padding-bottom: 20px;}

#contents ul{margin-left: 15px;}

#contents ul li{line-height: 135%;}

#contents .excp{
  margin-bottom: 10px;
  text-align: left;
  font-size: 12px;
  color: #CC3399;}


/*  関連記事リスト属性 */
#contents ol{margin: 0px 0px 0px 30px;}

#contents li{
  margin: 0;
  font-size: 100%;
  line-height: 19px;}

#contents .kanren{
  margin-top: 15px;
  padding: 10px;
  background: #EFEFEF;
  font-size: 12px;
  line-height: 150%;
  border: 1px solid #CCC;}

/*  相互リンクリスト属性 */
#contents .slink ul{
  margin: 10px 5px 20px 20px;}

#contents .slink ul li{
  margin: 0;
  font-size: 12px;
  line-height: 150%;}


/* trackbacks & Comments*/
.comments-open label {display: block;}

#comment-author, #comment-email, #comment-url, #comment-text { width: 80%;}

#comment-bake-cookie {
  margin-left: 0;
  vertical-align: middle;}

#top-comment-nav, #comment-nav {
  list-style: none;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;}

#top-comment-nav li, #comment-nav li {
  display: inline;
  padding: 0;}

#top-prev-comments, #prev-comments {
  text-align: left;
  margin: 0 1em 0 0;}

#top-next-comments, #next-comments {
  text-align: right;
  margin: 0 0 0 1em;}

#top-num-comments, #num-comments {
  text-align: center;}

#comment-submit {
  font-weight: bold;}

.comment,
.trackback {
  margin: 0 0 .5em 1em;
  border-bottom: 1px dotted #ccc;
  padding-bottom: .5em;
  font-size: 12px;}

.comment .asset-meta,
.trackback .asset-meta {
  border: 0;}

.comment-content {
  clear: none;
  line-height: 150%;
  margin-bottom: 1em;}

.comment-content p {margin-bottom: .5em;}

.comments-open-content{margin-left: 1em;}

.trackbacks-info{
  margin-left: 1em;
  font-size: 12px;}

/* 続きを読む */
#contents .next{
  margin: 5px 0 15px 0;
  text-align: right;
  font-size: 85%;
  line-height: 100%;}
  
.next a:link,.next a:visited,.next a:active{
  padding:5px 15px;
  text-decoration: none;
  border-style:solid;
  border-width:1px;
  border-color:#CCC #BBB #BBB #CCC;}

/*　アドセンス　*/
.ads_rec{
  margin: 10px 0 10px 10px;
  text-align: left;}

.ads_sky{
  margin:0 auto;}

.ads_sqr{
  margin:10px 0;
  text-align: center;}

.ads_banner{
  margin: 15px 0;
  text-align: center;}

/*NAKAO*/
#news dl{
  margin: 10px 0 40px 0;
  color: #555;}

#news dt a{
  margin: 0 0 0 20px;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;}

#news dd{
  margin: 0 0 0 25px;
  color: #666;
  font-size: 12px;}

/*ページ分割*/
.e_page{
  margin: 10px;
  text-align: left;}

.e_page .link_before,
.e_page .link_page,
.e_page .current_page,
.e_page .link_next{
  padding: 5px;
  border: 1px solid #BBB;}

.e_page .current_page{
  color: #FFF;
  background: #BBB;}

.e_page a:link, .e_page a:visited, .e_page a:active {
  color: #999;
  text-decoration: none;}

.e_page a:hover{
  color:#FFF;
  background: #BBB;}

/* ブックマーク */
ul.bmark{margin: 0;
  list-style-type: none;
  text-align: right;}

.bmark li{
  display: inline;
  margin: 0 2px;}

/*  左サイドメニュー等の属性  */
#sidebar_left {
 	float: left;
 	width: 200px;
 	margin: 0;
 	text-align: left;
 	font-size: 12px;}

/*  右サイドメニュー等の属性  */
#sidebar_right {
 	float: right;
 	width: 300px;
 	margin: 0;
 	text-align: left;
 	font-size: 12px;
 	overflow: hidden;}

#sidebar_left a:hover,#sidebar_right a:hover{position: relative; top: 0px; left: 0px;}

.cont{  margin-top: 10px;}
  
.widget-header{
  text-align: center;
  line-height: 150%;
  text-decoration: none;
  padding:5px 0;
  border-style:solid;
  border:1px solid #CCC;
  border-bottom: none;
  color: #FFF;
  font-weight: bold;
  display: block;
  /* CSS3 */
    /* radius */
    -webkit-border-top-left-radius: 6px;  
    -webkit-border-top-right-radius: 6px;  
    -moz-border-radius-topleft:: 6px;  
    -moz-border-radius-topright:: 6px;  
    border-radius: 6px 6px 0px 0px;
    /* gradien */
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#679966), to(#93CB92));
    background: -moz-linear-gradient(#679966, #93CB92);
    background: linear-gradient(#679966, #93CB92);
    background-image: url("http://www.hihuen.com/gradient01.svg");
    -pie-background: linear-gradient(#679966, #93CB92);
    behavior: url(http://www.hihuen.com/pie/PIE.htc);
  position: relative;}

/*検索等*/
.widget-content{
  margin: 0;
  padding: 10px;
  line-height: 130%;
  border:1px solid #CCC;
  /* CSS3 */
    /* radius */
    -webkit-border-bottom-left-radius: 6px;  
    -webkit-border-bottom-right-radius: 6px;  
    -moz-border-radius-bottomleft:: 6px;  
    -moz-border-radius-bottomright:: 6px;  
    border-radius: 0px 0px 6px 6px;
    behavior: url(http://www.hihuen.com/pie/PIE.htc);
  position: relative;}
  
/*新着記事等等*/
ul.widget-new{margin-left: 10px;}

.widget-new li{
  text-align: left;
  line-height: 150%;}

/*メニュー（カテゴリー＆記事）*/
dl.widget-menu{margin: 0;}

.widget-menu dt{
  text-align: center;
  line-height: 150%;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 2px;
  padding:5px 0;
  border-style:solid;
  border:1px solid #CCC;
  color: #FFF;
  font-weight: bold;
  display: block;
  /* CSS3 */
    /* radius */
    -webkit-border-top-left-radius: 6px;  
    -webkit-border-top-right-radius: 6px;  
    -moz-border-radius-topleft:: 6px;  
    -moz-border-radius-topright:: 6px;  
    border-radius: 6px 6px 0px 0px;
    /* gradien */
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#679966), to(#93CB92));
    background: -moz-linear-gradient(#679966, #93CB92);
    background: linear-gradient(#679966, #93CB92);
    background-image: url("http://www.hihuen.com/gradient01.svg");
    -pie-background: linear-gradient(#679966, #93CB92);
    behavior: url(http://www.hihuen.com/pie/PIE.htc);
  position: relative;}

.widget-menu dt:first-child{
  margin-top: 0px;}
  
.widget-menu dd a{
  text-align: left;
  text-decoration: none;
  margin-bottom: 2px;
  padding:5px ;
  border-style:solid;
  border-width:1px;
  border-color:#EEE #CCC #CCC #EEE;
  display: block;
  /* CSS3 */
    /* gradien */
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#EFEFEF));
    background: -moz-linear-gradient(#FFF, #EFEFEF);
    background: linear-gradient(#FFF, #EFEFEF);
    background-image: url("http://www.hihuen.com/gradient02.svg");
    -pie-background: linear-gradient(#FFF, #EFEFEF);
    behavior: url(http://www.hihuen.com/pie/PIE.htc);
  position: relative;}
  
.widget-menu dd a span{
  padding-left:6px;
  color:#339933;
  line-height:130%;
  border-left:solid 5px #66CC66;
  display:block;}
  
.widget-menu dd a:hover span {
  border-left:solid 5px #F60;
  color:#F60;}

.widget-menu dt.child{
  text-align: left;
  line-height: 130%;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 2px;
  padding:5px;
  border-style:solid;
  border:1px solid #CCC;
  display: block;
  /* CSS3 */
    /* radius */
    -webkit-border-top-right-radius: 6px;  
    -webkit-border-bottom-right-radius: 6px;  
    -moz-border-radius-topright:: 6px;  
    -moz-border-radius-bottomright:: 6px;  
    border-radius: 0px 6px 6px 0px;
    /* gradien */
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#679966), to(#93CB92));
    background: -moz-linear-gradient(#679966, #93CB92);
    background: linear-gradient(#679966, #93CB92);
    background-image: url("http://www.hihuen.com/gradient01.svg");
    -pie-background: linear-gradient(#679966, #93CB92);
    behavior: url(http://www.hihuen.com/pie/PIE.htc);
  position: relative;}

.widget-menu dt.child span{
  padding-left:6px;
  color:#FFF;
  line-height:130%;
  border-left:solid 5px #CCC;
  display:block;}
 
.widget-menu dd.child a{
  text-align: left;
  line-height: 130%;
  text-decoration: none;
  margin-bottom: 2px;
  padding:5px;
  border-style:solid;
  border-width:1px;
  border-color:#EEE #CCC #CCC #EEE;
  display: block;
  /* CSS3 */
    /* gradien */
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#EFEFEF));
    background: -moz-linear-gradient(#FFF, #EFEFEF);
    background: linear-gradient(#FFF, #EFEFEF);
    background-image: url("http://www.hihuen.com/gradient02.svg");
    -pie-background: linear-gradient(#FFF, #EFEFEF);
    behavior: url(http://www.hihuen.com/pie/PIE.htc);
  position: relative;}
  
.widget-menu dd.child a span{
  padding-left:5px;
  color:#339933;
  line-height:130%;
  border-left: none;
  display:block;}
/* .widget-menu dd.child a span:before{content: "＋ ";} */
  
.widget-menu dd.child a:hover span {
  color:#F60;
  border-left: none;}

.widget-menu dd.child a span:before{content: "└";}


/*フッターナビ*/
.f_space{clear: both;margin: 20px ;height: 20px;}

ul.f_navi{
  font-size: 12px;
  list-style: none;}

.f_navi li{
  margin: 0 2px;
  width: 105px;
  height: 20px;
  float: right;
  display: inline;
  background: #FFF;}

.f_navi li span{
  margin: 2px 4px;
  padding-left: 4px;
  text-align:left;
  line-height: 120%;
  display: block;}

.f_navi li a .red{border-left: 3px solid #FF9999;}
.f_navi li a .blue{border-left: 3px solid #6699FF;}
.f_navi li a .green{border-left: 3px solid #33CC66;}
.f_navi li a .yellow{border-left: 3px solid #FFCC33;}
.f_navi li a .purple{border-left: 3px solid #CC99CC;}
.f_navi li a .grey{border-left: 3px solid #BBB}

.f_navi li a{color: #666;text-decoration: none!important;}
.f_navi li a:hover span {color:#F30;border-left: 3px solid #FF3300!important;}

/*フッター*/
#footer{
  clear: both;
  margin: 0 auto;
  border-top: 1px solid #679966;
  color: #336633;
  font-size: 12px;
  padding: 15px 10px;
  text-align: center;
  background: #81C480;}

#footer .copyright{
  margin: 0 10px;
  font-size: 12px;
  text-align: right;}


ul.f_list{margin; 0;padding-bottom: 10px;
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  list-style: none;}

.f_list li{
  margin: 4px 2px;
  width: 90px;
  height: 20px;
  float: right;
  display: inline;}

.f_list li span{
  text-align:center;
  line-height: 20px;
  font-size: 12px;
  color: #FFF;
  display: block;}
.f_list li a{text-decoration: none!important;position: relative; top: 0px; left: 0px;}
.f_list li a:hover span {color:#F60;}

.copyright p{clear: both;padding: 0; text-align: right;}
.copyright p a{color: #FFF;text-decoration: underline;}
.copyright p a:hover {color:#F30;text-decoration: none;}

/**********************************************************/

.pie{behavior: url(http://www.hihuen.com/pie/PIE.htc);position: relative;}

/*gradation*/
.box-gradient{
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#EFEFEF));
  background: -moz-linear-gradient(#FFF, #EFEFEF);
  background: linear-gradient(#FFF, #EFEFEF);
  background-image: url("http://www.hihuen.com/gradient02.svg");
  -pie-background: linear-gradient(#FFF, #EFEFEF);}
  
.box-gradient-navi{
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7AAB79), to(#397038));
  background: -moz-linear-gradient(#7AAB79, #397038);
  background: linear-gradient(#7AAB79, #397038);
  background-image: url("http://www.hihuen.com/gradient03.svg");
  -pie-background: linear-gradient(#7AAB79, #397038);}

/* radius */
.corner-top-5{
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  border-radius: 5px 5px 0px 0px;}
  
.corner-bottom-20{
  -webkit-border-bottom-left-radius: 20px;  
  -webkit-border-bottom-right-radius: 20px;  
  -moz-border-radius-bottomleft:: 20px;  
  -moz-border-radius-bottomright:: 20px;  
  border-radius: 0px 0px 20px 20px;}

.corner-all-3{
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
    border-radius: 3px;}

.corner-all-4{
  -webkit-border-radius: 4px;  
  -moz-border-radius: 4px;
  border-radius: 4px;}

.corner-all-5{
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px;
  border-radius: 5px;}

.corner-all-6{
  -webkit-border-radius: 6px;  
  -moz-border-radius: 6px;
  border-radius: 6px;}

.corner-all-8{
  -webkit-border-radius: 8px;  
  -moz-border-radius: 8px;
  border-radius: 8px;}
  
.corner-all-10{
  -webkit-border-radius: 10px;  
  -moz-border-radius: 10px;
  border-radius: 10px;} 

/* shadow */
.box-shadow{
  -moz-box-shadow: 0px 0px 6px #666;
  -webkit-box-shadow: 0px 0px 6px #666;
  box-shadow: 0px 0px 6px #666;}
  
.box-shadow-base{
  -moz-box-shadow: 0px 0px 10px #666;
  -webkit-box-shadow: 0px 0px 10px #666;
  box-shadow: 0px 0px 10px #336699;}

.box-shadow-navi{
  -moz-box-shadow: 0px 0px 2px #666;
  -webkit-box-shadow: 0px 0px 2px #666;
  box-shadow: 0px 0px 2px #666;}
  
.box-shadow-navi2{
  -moz-box-shadow: 1px 1px 5px #666; 
  -webkit-box-shadow: 1px 1px 5px #666; 
  box-shadow: 1px 1px 5px #666;}

/**********************************************************/

/* 線の属性 */
.dot{border-bottom:1px dotted #ccc;}
.solid{border-bottom:1px solid #ccc;}
.line{clear: both;margin: 10px 0 20px 0;border-bottom: 1px solid #CCC;}
.red_uline{border-bottom: 3px solid #F30;}
.uline{border-bottom: 1px solid #81C480;}  
.dotline{clear: both;margin: 5px 0;border-bottom: 1px dotted #CCC;}
.clear{clear: both;}
hr{display: none;}

/*フォント属性*/
.fon70{font-size: 75%;}
.fon85{font-size: 85%;}
.fon90{font-size: 92%;}
.fon100{font-size: 100%;}
.fon115{font-size: 115%;}
.fon130{font-size: 130%;}
.fon145{font-size: 143%;}
.fon150{font-size: 150%;}
.fon200{font-size: 200%;}
.tab10{padding-left: 10px;}
.tab20{padding-left: 20px;}
.tab30{padding-left: 30px;}
.bld{font-weight: bold;}

/* タグ指定 */
.module-tagcloud{margin: 0;}
.module-tagcloud .module-content{
	margin: 0;
	text-align: left; }
.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;}
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

