* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

/*  リンク　*/

a { color: #105994; }
a:visited { color: #709bbf; }
a:hover { color: #ff6d00; }
a:active { color: #ffde00; }

/*  body（ページ全体の基本）　*/

body {
  margin: 0 auto;
  width: 760px;
  height: 100%;
  color: #4b4b4b;
  background: #ffffff;
  font-size: 12px;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  letter-spacing: 1px;
  position: relative;
}

/*  検索ボタン　*/


body#dirnew .retrieval {
  text-align: right;
  background: url(../img/usagi0708_1.gif) no-repeat right bottom;
  height: 120px;
}

body#dirnew .retrieval form {
  display: inline;
}

body#dircat .retrieval {
  text-align: right;
  background: url(../img/usagi0708_2.gif) no-repeat right bottom;
  height: 120px;
}

body#dircat .retrieval form {
  display: inline;
}

body#dirsearch .retrieval {
  text-align: right;
  background: url(../img/usagi0708_3.gif) no-repeat right bottom;
  height: 120px;
}

body#dirsearch .retrieval form {
  display: inline;
}

body#dirsearch0 .retrieval {
  text-align: right;
  background: url(../img/usagi_none.gif) no-repeat right bottom;
  height: 120px;
}

body#dirsearch0 .retrieval form {
  display: inline;
}

/*  ヘッダー　*/

#header {
  background: url(../img/dir_header.gif) no-repeat bottom;
  height: 75px;
}

.headnavi {
  color: #ffffff;
  position: absolute;
  top: 55px;
  right: 10px;
}

#header .headnavi a {
  color: #ffffff;
}

.headnavi a:hover {
  color: #ffffff;
  text-decoration:underline;
}

.asablologo {
  position: absolute;
  top: 19px;
  left: 12px;
}

.asahinetlogo {
  position: absolute;
  top: 8px;
  right: 0px;
}

/*  サブヘッダー　*/

#subheader {
  height: 20px;
  padding: 10px 0;
  text-align: right;
}

/* #subheader a */
#togglehowto {
  padding: 0 0 0 17px;
  background: url(../img/dir_about.gif) no-repeat left top;
  display: none;
}

.pagetitle {
  font-size: 16px;
  text-indent: 0.5em;
  float: left;
  border-left: 4px solid #ff6d00;
}

/* このページについて　*/

.aboutpage {
  margin: 0 10px 10px 10px;
  padding: 10px;
  border: dotted 3px #FF994C;
  line-height: 1.4;
  display: none;
}

/*  タグクラウド　*/

#tagcloud {
  text-align:  center; 
  line-height: 1.4;
  width: 700px;
  height: 230px;
  background: url(../img/tagcloud_background.gif) top center no-repeat;
  padding: 5px 30px 15px 30px;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.tagcloud0 { font-size: 10px; }
.tagcloud1 { font-size: 11px; }
.tagcloud2 { font-size: 12px; }
.tagcloud3 { font-size: 13px; }
.tagcloud4 { font-size: 14px; }
.tagcloud5 { font-size: 15px; }
.tagcloud6 { font-size: 16px; }
.tagcloud7 { font-size: 17px; }
.tagcloud8 { font-size: 18px; }
.tagcloud9 { font-size: 19px; }
.tagcloud10 { font-size: 20px; }
.tagcloud11 { font-size: 21px; }
.tagcloud12 { font-size: 22px; }
.tagcloud13 { font-size: 23px; }
.tagcloud14 { font-size: 24px; }
.tagcloud15 { font-size: 25px; }
.tagcloud16 { font-size: 26px; }
.tagcloud17 { font-size: 27px; }
.tagcloud18 { font-size: 28px; }
.tagcloud19 { font-size: 29px; }
.tagcloud20 { font-size: 30px; }
.tagcloud21 { font-size: 31px; }
.tagcloud22 { font-size: 32px; }
.tagcloud23 { font-size: 33px; }
.tagcloud24 { font-size: 34px; }


/* 吹き出し　*/

.hukidashi {
  height: 135px;
  float: left;
  color: #105994;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  /* background: url(../img/hukidashi_center.gif) repeat-x; */
}

.hukidashi .left {
  margin: 0 -48px 0 0;
  background: url(../img/hukidashi_left.gif) no-repeat;
  padding: 32px 0 0 35px;
  height: 103px;
  float:left;
}

.hukidashi .right {
  background: url(../img/hukidashi_right.gif) no-repeat right top;
  height: 135px;
  width: 81px;
  float:left;
  white-space:nowrap;
}

.category {
  color: #ff6d00;
}

.fixed {
  font-size: 12px;
}

/*  ページのナビ　*/

.pagenavi {
  letter-spacing: 2px;
  text-align: right;
  padding: 5px 0;
}

.pagenavi a {
  letter-spacing: 1px;
  text-align: right;
  padding: 5px 0;
}

.now {
  letter-spacing: 0.2px;
  padding: 0 2px;
  font-size: 24px;
  color: #ff6d00;
  font-weight: bold;
}

/*  記事一覧　*/

#msglist {
  clear: left;
  list-style-type: none;
  padding: 3px 0 0 0;
}

.odd {
  background: #f3f9ff;
  padding: 10px;
  min-height:10px; 
  height:auto !important; 
  height:10px; 

}

.even {
  padding: 10px;
  min-height:10px; 
  height:auto !important; 
  height:10px;
}

.listleft {
  float: left;
  width: 500px;
  padding-right: 10px;
}

.listright {
  text-align: right;
}

.align {
  float: none;
  clear: both;
}

.msgtitle {
  font-size: 14px;
  font-weight: bold;
  padding: 0 5px 0 0;
  width: 100px;
}

.catlist {
  padding: 5px 0 0 0;
}

.blogtitle {

}

.msgdate {
  padding: 3px 0 0 0;
  color: #6b6b6b;

}

/*  フッター　*/

#footer {
  background: url(../img/dir_footer.gif) no-repeat;
  height: 33px;
  padding: 10px;
  text-align:right;
  color: #ffffff;
}

#footer a {
  color: #ffffff;
}

#footer a:visited {
  color: #ffffff;
}

#footer a:hover {
  color: #ffffff;
  text-decoration:underline;
}

