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

* {
  margin: 0;
  padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 150%;
  color: #555;
  text-align: center;
  font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
  background: url("img/back.jpg") no-repeat top right;
}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

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

/* 画像の属性 */
img {border: none; margin: 0 5px;}

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

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

/*  ヘッダー  */
#header {
  width: 100%;
  height:123px;
  margin: 0;
  background: url("img/header.jpg") no-repeat top left;
  text-align: left;
  border-top: 5px solid #333366;
  position: relative;
}

#header h1{
  position: absolute;
  top:10px;
  left: 10px;
  color: #333366;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

#header h2{
  position: absolute;
  top: 35px;
  left: 10px;
  width: 800px;
  font-size: 85%;
  font-weight: normal;
  line-height: 130%;
  color: #555;
}

#header p#smap{
  position: absolute;
  top: 75px;
  right: 10px;
  margin: 0;
  font-size: 12px;
  text-align: right;
}

#header p#smap a{
  font-size: 12px;
  color: #FFF;
}

#header p#smap a:hover{
  color: #FF8833;
}

/*  トップメニュー  */
#topmenu{
  position: absolute;
  width:100%;
  left:0px;
  top: 100px;
  margin: 0;
  padding-left:10px;
  height: 28px;
  overflow: hidden;
  background: #333366;
}
#topmenu ul{list-style: none; margin: 0; padding: 0;}
#topmenu li{margin: 0; padding: 0; float: left;}
#topmenu li a:link, #topmenu li a:visited, #topmenu li a:active {
  float: left;
  width: 160px;
  height: 33px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 220%;
  overflow: hidden;
  border-right: 1px solid #999;
  display: block;
}
#topmenu li a:hover{background: #CC338C;color: #FFF;}
#topmenu li.nav1 a:link, #topmenu li.nav1 a:visited, #topmenu li.nav1 a:active {
  float: left;
  width: 160px;
  height: 33px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 220%;
  overflow: hidden;
  display: block;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
#topmenu li.nav a:hover{background: #CC338C;color: #FFF;}


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

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

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


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

#content h2 {
  margin: 10px 0 0 0;
  padding-left: 25px;
  color: #333366;
  font-size: 124%;
  font-weight: bold;
  line-height: 150%;
  text-align: left;
  background: url("img/h_back2.gif") no-repeat top left;
}

#content h2.entry {
  margin: 10px 0;
  color: #333366;
  font-size: 124%;
  font-weight: bold;
  line-height: 150%;
  text-align: left;
  padding: 8px;
  border-left:8px solid #CC338C;
  background-image: none;
}

#content h3{
  border-bottom: 1px solid #CCC;
  color: #333366;
  font-weight: bold;
  font-size: 108%;
  line-height: 150%;
  display: block;
  text-align: left;
}

#content h3.cnt{
  margin:10px 0 0 10px;
  border-bottom: 1px solid #CCC;
  color: #333366;
  font-weight: bold;
  font-size: 108%;
  line-height: 150%;
  display: block;
  text-align: left;
}

#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 : #CC338C;
  line-height: 150%;
  text-align: left;
  border-bottom: 1px dotted #999;
  overflow: hidden;
}


#content h2 a:link,#content h2 a:visited,#content h2 a:active,
#content h2.entry a:link,#content h2.entry a:visited,#content.entry h2 a:active,
#content h3 a:link,#content h3 a:visited,#content h3 a:active,
#content h3.cnt a:link,#content h2.cnt a:visited,#content h2.cnt a:active{
  text-decoration: none;
  color: #336699;
}
    
#content h2 a:hover,
#content h2.entry a:hover,
#content h3 a:hover,
#content h3.cnt a:hover{
  text-decoration: underline;
  color: #CC338C;
}

#content h4{
  margin: 10px 0 5px 0;
  height: 20px;
  font-size: 108%;
  text-indent: 25px;
  line-height: 180%;
  background: url("img/h_back3.gif") no-repeat top left;
}

#content h5 {
  padding: 0;
  color: #666;
  font-size: 100%;
  line-height: 150%;
  display: block;
  text-align: left;
}


#content p{
  padding: 5px 0 10px 0;
}

#content .date{
  text-align: right;
  font-size: 12px;
  color: #6B5900;
  margin: 5px 5px 10px 0;
}

#content p.postmetadata{
  margin: 0;
  text-align: right;
  font-size: 84%; 
}

#content .doc{
  margin: 0px 5px 20px 10px;
}

/*　インフォメーション属性　*/
#content .info{
  margin: 10px 0;
  background: #DCE9F0;
  text-align: left;
}

#content .info_inner{
  padding: 10px;
}


/*　詳細へ　*/
.next {
  margin : 10px 0;
}

/*  記事一覧  */
#content ol{
  margin: 0px 0px 20px 40px;
}

#content li{
  margin: 5px 0;
  font-size: 100%;
}

#content .cform{
  margin: 0;
}

/* 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%;
}



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

/*  右サイドメニュー等の属性  */
#right {
  float: right;
  width: 240px;
  margin: 0;
  text-align: left;
  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: #333366;
  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.dream-navi.net/goods/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.dream-navi.net/goods/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.dream-navi.net/goods/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: #FFF;
  text-align: left;
  text-indent: 5px;
  background: #333366;
}

.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.dream-navi.net/goods/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.dream-navi.net/goods/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.dream-navi.net/goods/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;
  text-align: right;
  margin: 0px;
  padding: 0px 5px 5px 5px;
  font-size: 85%;
}

#f_navi img{margin: 0 5px;border-style: none; vertical-align: middle;}

/* フッター-----------------*/
#footer {
  clear: both;
  width: 100%;
  height: 70px;
  background: url("img/footer_back.gif") repeat-x top left;
  margin: 0;
}
#footer .copy {
  margin: 0;
  padding-top: 40px;
  color: #666;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
}
  
#footer a:link, #footer a:visited, #footer a:active {color: #0000FF;text-decoration: none;}
#footer a:hover{color : #FF3300;text-decoration: underline;}

/*カレンダー用*/
#cal {
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: right;
  font-size: 92%;
}


/* タグ指定 */

.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; }
