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

* {
  margin: 0;
  padding: 0;
}

html{height: 100%;}

/* BODY */
body {
  margin : 0;
  text-align: center;
  color:#333;
  font-size: 13px;
  line-height: 150%;
  background: #FFF;
  font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
  /*background: #FFF url("http://www.wghrc.jp/img/back.gif") repeat-x; */

  }


/* 画像の属性 */
img {border: none; margin: 0;}
.img-left {  float: left;margin: 5px 10px 5px 0;}
.img-right {float: right;margin: 5px 0 5px 10px;}
.img-center {;margin: 10px auto;}

/* 強調文の属性*/
h1,h2,h3,h4,p{font-size: 100%;font-weight: normal;}

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #336699;text-decoration: underline;}
a:hover {color:#CC338C;text-decoration: none;}

/* 基本設定*/
#base{
  position: relative;
  width: 1000px;
  margin: 60px auto 0 auto;
  text-align: center;
}

/*ヘッダー*/
#header  {
  margin: 0;
  padding: 0;
  height : 100px;
  text-align: left;
  border-top: 2px solid #000040;
  border-bottom: 2px solid #000040;
  background: url("http://www.wghrc.jp/img/header.jpg") no-repeat bottom left;
}

#header h1{
  position: absolute;
  top: 10px;
  left: 20px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
  text-align: left;
}

#header h2{
  position: absolute;
  top: 40px;
  left: 0;
  width: 900px;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 130%;
  text-align: left;
}

.h_navi{
  position: absolute;
  right: 10px;
  top: 5px;
  text-align: right;
}

/*ウェブページヘッダー*/
#header-w  {
  margin: 0;
  padding: 0;
  height : 100px;
  text-align: left;
  border-top: 2px solid #000040;
  border-bottom: 2px solid #000040;
  background: url("http://www.wghrc.jp/img/header.jpg") no-repeat bottom left;
}

#header-w h1{
  position: absolute;
  top: 10px;
  left: 20px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
  text-align: left;
}

#header-w h2{
  position: absolute;
  top: 40px;
  left: 0;
  width: 900px;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 130%;
  text-align: left;
}


/*ヘッダーメニュー*/
ul#topmenu {
  position: absolute;
  top: -45px;
  left: 0px;
  width:1000px;
  height: 35px;
  border-left: 1px solid #CCC;
  list-style: none;
}

#topmenu li{
  height: 30px;
  display: block;
  color: #000;
  line-height: 150%;
  float: left;
}

#topmenu li a:link, #topmenu li a:visited, #topmenu li a:active {
  height: 30px;
  padding: 5px 15px 0 15px;
  display: block;
  color: #003366;
  font-weight: bold;
  text-decoration: none;
  background: #EDEDED;
  border-right: 1px solid #CCC;
  float: left;
}

#topmenu li a:hover{
  background: #003366;
  color: #FFFFFF;
}


/*ブログの枠等の属性*/
#wrapper {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#container {
  width: 460px;
  margin: 0;
  float: right;
  text-align: left;
}

/*コンテンツ*/
#content {
  float: left;
  width: 520px;
  margin: 0;
  text-align: left;
}
   
#content h2  {
  margin: 10px 0;
  height: 30px;
  font-size: 124%;
  color: #333366;
  font-weight: bold;
  line-height: 30px;
  text-indent: 5px;
  text-align: left;
  border-bottom: 1px solid #CCC;
}

#content h3{
  height: 20px;
  font-size:108%;
  font-weight: bold;
  color : #35CAFF;
  line-height: 20px;
  text-align: left;
  text-indent: 5px;
  border-bottom: 1px dotted #BBB;
  overflow: hidden;
}

#content h3.cnt {
  margin-left:10px;
  height: 20px;
  font-size:108%;
  font-weight: bold;
  color : #333366;
  line-height: 20px;
  text-align: left;
  text-indent: 5px;
  border-bottom: 1px dotted #BBB;
  overflow: hidden;
}

#content h3.comments-header,
#content h3.comments-open-header,
#content h3.trackbacks-header {
  height: 20px;
  display: block;
  margin: 20px 0 10px 0;
  font-size:108%;
  font-weight: bold;
  color : #CC3366;
  line-height: 150%;
  text-align: left;
  border-bottom: 1px dotted #BBB;
  overflow: hidden;
}

/* h2 h3リンク属性 */
#content a{font-weight: bold;}
#content a.c1{font-weight: normal;}

#content h2 a:link,
#content h2 a:visited,
#content h2 a:active {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

#content h2 a:hover{
  color : #FFFFFF;
  background: #CC338C;
}


#content h3 a:link,
#content h3 a:visited,
#content h3 a:active{
  color: #666666;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

#content h3 a:hover{
  color : #FFFFFF;
  background: #CC338C;
}


#content h4 {
  margin: 10px 0 0  0;
  padding-left:5px;
  border-bottom: 1px dotted #BBB;
  font-size:100%;
  color: #333366;
  font-weight: bold;
}

span.new {
    display: none;
    color: red;
    font-weight: bold;
}

/*記事枠*/
#content .doc{
  padding: 0 10px;
  text-align: left;
  line-height: 150%;
}

#content .next{
  text-align: right;
}

#content ol{
  margin: 0px 0px 0px 30px;
}

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

#content p{
  margin: 10px 0;
}

#content .posted {
  text-align: right;
  font-size: 10px;
  margin: 0px 10px 0px 0;
}
  
/*  パンくずリスト  */
#content .navi {
  margin : 0;
  font-size: 10px;
  color:#666;
  }

/* 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-bottom: .5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: .5em;
}

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

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

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

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

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

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

.ads_sky{
  margin:0 auto;
}

.ads_sqr{
  margin:10px 0;
  text-align: center;
  line-height :100%
}

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

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

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

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

span.new {
    display: none;
    color: red;
    font-weight: bold;
}

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

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

.widget-header{
  margin-top: 10px;
  font-weight: bold;
  font-size: 100%;
  line-height: 170%;
  color: #FFF;
  text-align: left;
  text-indent: 5px;
  background: #003366;
  display: block;
}

/*検索等*/
.widget-content{
  margin: 0;
  padding: 5px;
  font-size: 12px;
  line-height: 130%;
}

  
/*新着記事等*/
ul.widget-new {
  margin-left: 0px;
  list-style: none;
}

.widget-new li{
  margin: 5px 0;
  padding-left: 15px;
  background: url("http://www.wghrc.jp/img/list.gif") no-repeat;
  line-height: 120%;
}

/* メニュー１ */
ul.widget-menu,
ul.widget-monthry{
  display: block;
  margin: 0 0 10px 0;
  list-style-type: none;
  text-align: left;
}

.widget-menu li a:link,
.widget-menu li a:visited,
.widget-menu li a:active, 
.widget-monthry li a:link,
.widget-monthry li a:visited,
.widget-monthry li a:active{
  display: block;
  height: 20px;
  list-style: none;
  padding: 0 0 0 20px;
  text-decoration: none;
  color: #336699;
  font-size: 100%;
  line-height: 20px;
  overflow: hidden;
  background: #FFF url("http://www.wghrc.jp/img/menu03.gif") no-repeat;
}

.widget-menu li a:hover,
.widget-monthry li a:hover{
  color: #CC338C;
  text-decoration: underline;
}


.widget-menu li.pt a:link,
.widget-menu li.pt a:visited,
.widget-menu li.pt a:active,
.widget-monthry li.pt a:link,
.widget-monthry li.pt a:visited,
.widget-monthry li.pt a:active{
  display: block;
  height: 20px;
  list-style: none;
  padding: 0 0 0 15px;
  text-decoration: none;
  color: #336699;
  font-size: 100%;
  line-height: 20px;
  overflow: hidden;
  background: #FFF url("http://www.wghrc.jp/img/menu01.gif") no-repeat;
}

.widget-menu li.pt a:hover,
.widget-monthry  li.pt a:hover{
  color: #CC338C;
  text-decoration: underline;
}

/*メニュー２*/
dl.widget-menu{
  margin: 0;
}

.widget-menu dt{
  margin-top: 10px;
  font-weight: bold;
  font-size: 100%;
  line-height: 150%;
  color: #336699;
  text-align: left;
  text-indent: 5px;
}

.widget-menu dt.pt{
  margin-top: 10px;
  font-weight: bold;
  font-size: 100%;
  line-height: 170%;
  color: #336699;
  text-align: left;
  text-indent: 5px;
  background: #336699;
}

.widget-menu dd{
  display: block;
  height: 20px;
  margin: 0;
  font-size: 12px;
  color: #336699;
  text-align: left;
  line-height: 160%;
  text-indent: 15px;
  background: url("http://www.wghrc.jp/img/menu01.gif") no-repeat;
}

.widget-menu dd a:link, .widget-menu dd a:visited, .widget-menu dd a:active {
  display: block;
  height: 20px;
  margin: 0;
  color: #336699;
  font-size: 12px;
  text-align: left;
  line-height: 160%;
  text-indent: 15px;
  text-decoration: none;
}
  
.widget-menu dd a:hover {
  color: #CC338C;
  text-decoration: underline;
}

.widget-menu dd.pt{
  display: block;
  height: 20px;
  margin: 0;
  font-size: 12px;
  color: #336699;
  text-align: left;
  line-height: 20px;
  text-indent: 15px;
  background: url("http://www.wghrc.jp/img/menu01.gif") no-repeat;
}

.widget-menu dd.pt a:link, .widget-menu dd.pt a:visited, .widget-menu dd.pt a:active {
  display: block;
  height: 20px;
  margin: 0;
  color: #336699;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  text-indent: 15px;
  text-decoration: none;
  background: url("http://www.wghrc.jp/img/menu01.gif") no-repeat;
}
  
.widget-menu dd.pt a:hover {
  color: #CC338C;
  text-decoration: underline;
}

/*関連リンク用*/
ul.widget-link{
  list-style: none;
}

.widget-link li a:link{
  height: 20px;
  margin: 0;
  padding-left: 5px;
  color: #336699;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  text-decoration: none;
}
  
.widget-link li a:hover{
  color: #CC338C;
  text-decoration: underline;
}

/*フッターナビ*/
.f_navi {
  clear: both;
  margin: 5px 0px;
  padding: 10px 5px;
  text-align: right;
  font-size: 85%;
}

.f_navi img{border-style: none; vertical-align: middle;padding:0px 3px;}


/*フッター*/
#footer{
  clear: both;
  width: 1000px;
  border-top: 5px solid #000040;
  margin: 0 auto;
  padding: 0;
  height : 60px;
  color: #555; 
  background: #FFFFFF;
/*  background: #FFF url("http://www.wghrc.jp/img/back.gif") repeat-x;*/
}
  
#footer p{

  width: 1000px;
  padding: 10px 10px 0 0;
  text-align: right;
  line-height: 120%;
  font-size: 12px;
}

/* リンクの属性（未指定の時） */
#footer a:link, #footer a:visited, #footer a:active {color: #004CCC;text-decoration: underline;}
#footer a:hover {color:#FF6633;text-decoration: none;}

/*フッターメニュー*/
ul#footermenu {  
  margin: 0 auto;
  width: 1000px;
  padding: 10px 10px 0 0;
  height: 20px;
  list-style: none;
}

#footermenu li{  
  text-align: right;
  height: 20px;
  display: block;
  color: #555555;
  line-height: 150%;
  float: right;

}

#footermenu li a:link, #footermenu li a:visited, #footermenu li a:active {
  height: 20px;
  padding: 5px 20px 0 20px;
  display: block;
  color: #555555;
  font-weight: bold;
  text-decoration: none;
}

#footermenu li a:hover{
 color: #003366;
}

/* タグ指定 */

.widget-tag-cloud .widget-content ul {
  margin-right: 0;
  margin-left: 0;
}

.widget-tag-cloud .widget-content li {
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
  line-height: 1.6;
  background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }
