/*** 全般 ***/
body {
  margin: 0px;
  padding: 0px;
  background-image: url(./img/bg.gif);
}

h1, h2, h3, h4, h5 {
  margin: 10px 0px;
  padding: 0px;
}

a:link {color: #333; text-decoration: underline;}
a:visited {color: #666; text-decoration: underline;}
a:active {color: #333; text-decoration: none;}
a:hover {color: #333; background: #CCC; text-decoration: none;}

img {
  border-width: 3px;
  border-style: solid;
  border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}

blockquote {
  font-size: 16px;
  color: #808080;
  margin: 20px 10px 20px 10px;
  padding: 10px;
  border-left: 2px solid #CCCCCC;
}

.center {text-align: center;}
.top {vertical-align: top;}

.nowrap {white-space: nowrap;}


/*** タイトルロゴ ***/
div#title {
  background-color: #FFF;
  background-image: url(./img/logo01.jpg);
  width: 700px;
  height: 104px;
  padding: 10px 0px;
  margin: auto;
  line-height: 120%;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
h1.site_title {
  margin: 60px 10px 5px 10px;
  padding: 0px;
  font-size: 24px;
  font-weight: bolder;
  line-height: 120%;
  color: #FFF;
}
.site_title a {color: #FFF; text-decoration: none; background: transparent;}
.site_title a:link {color: #FFF; text-decoration: none; background: transparent;}
.site_title a:visited {color: #FFF; text-decoration: none; background: transparent;}
.site_title a:active {color: #FFF; text-decoration: none; background: transparent;}
.site_title a:hover {color: #FFF; text-decoration: none; background: transparent;}

span.site_volnum {
  font-size: 18px;
  font-weight: bolder;
  color: #FFF;
}
.site_volnum a {color: #FFF; text-decoration: none; background: transparent;}
.site_volnum a:link {color: #FFF; text-decoration: none; background: transparent;}
.site_volnum a:visited {color: #FFF; text-decoration: none; background: transparent;}
.site_volnum a:active {color: #FFF; text-decoration: none; background: transparent;}
.site_volnum a:hover {color: #FFF; text-decoration: none; background: transparent;}

div.description {
  margin: 5px 0px 10px 10px;
  font-size: 18px;
  color: #FFF;
  font-weight: bolder;
}


/*** タイトルロゴを除く本体部分 ***/
div#body {
  background-color: #FFF;
  width:700px;
  padding: 0px 0px;
  margin: auto;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}


/*** タイトルバー ***/
div#header {
  position: relative;
  background: #FFFFFF url(/top/images/header_bg.gif) repeat-x top;
  width: 700px;
  text-align: left;
  height: 40px;
}

div#menu {
  position: absolute;
  left: 2px;
  top: 5px;
}
#menu img {
  position: absolute;
  top: 0px;
  width: 80px;
  height: 32px;
  border: none;
}
img#menu-1 { left: 0px; }
img#menu-2 { left: 89px; }
img#menu-3 { left: 177px; }
img#menu-4 { left: 264px; }
img#menu-5 { left: 352px; }
img#menu-6 { left: 439px; }
img#menu-7 { left: 527px; }
img#menu-8 { left: 615px; }

/*** フッター ***/
div#foot {
  clear: both;
  margin: 20px 0px 10px 0px;
  text-align: center;
}

form.search {
  border-top: 1px solid #666666;
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
}

div.copyright {
  font-size: 12px;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
}

/*** 本文: 配置 ***/

/* 本文左 */
div#contents {
  float: left;
  width: 450px;
}
/* 本文右 */
div#side {
  padding: 10px 0px 20px 20px;
  margin-left: 450px;
}

/* 本文 (onecolumn) */
div#contents2 {
  float: left;
  width: 680px;
}

/*** 本文: 各種リンク ***/

div.links {
  margin: 10px 0px 20px 0px;
}

div.linktitle {
  font-family: verdana, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333366;
  line-height: 100%;
  margin: 0px 10px 0px 0px;
  border-left: 5px solid #333366;
  padding: 0px 0px 0px 5px;
}

div.linktext {
  font-size: 12px;
  color: #333;
  line-height: 150%;
  margin: 0px 10px 0px 0px;
  padding: 10px;
}
div.linktext ul {
  margin: 10px 0px 0px 10px;
  padding: 0px;
  list-style-type: square;
}
div.linktext li {
  margin: 5px 0px;
  padding: 0px;
}


/*** 本文: トラックバック ***/

div.trackback {
  margin: 20px 25px 30px 35px;
  padding: 0px 5px 5px 0px;	
}

div.trackback_title {
  font-size: 18px;
  line-height:120%;
  font-weight: bolder;
  color: #666;
  border-left: 5px solid #333366;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 0px 5px;
}

div.trackback_url {
  font-size: 16px;
  line-height:120%;
  color: #333;
  background: #EEE;
}

div.trackback_author {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  color: #666666;
  margin: 5px 0px 25px 0px;
  padding: 0px 0px 3px 0px;
  border-bottom: 1px solid #666;
}

/*** 本文: レイアウト ***/

div.entry {
  margin: 20px 10px 30px 20px;
  padding: 0px 0px 5px 0px;	
}

h3.entry_title {
  font-size: 18px;
  line-height: 120%;
  font-weight: bolder;
  color: #333366;
  border-left: 5px solid #333366;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 0px 5px;
}

div.entry_author {
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  color: #666666;
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

div.entry_body {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin: 10px 0px;
  padding: 0px;
}

div.entry_more {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin: 30px 5px 30px 0px;
  padding: 0px;
}

div.entry_state {
  font-size: 12px;
  color: #666;
  margin: 12px 0px 30px 0px;
  padding: 0px;
  text-align: right;
}

div.entry_navi {
  text-align: center;
  font-size: 11px;
  padding: 4px 0px 2px 0px;
  background: #EEEEEE;
  margin-bottom :30px;
}
