@charset "UTF-8";

/* bace */
* {
  margin: 0;
  padding:0;
}
.inner {
  padding: 0 0 0 10px;
}
img {
  border: none;
}
/* body */
#body {
  margin:0;
  padding:0;
  text-align: center;
}
#boxAll {
  width:  800px;
  background-color: #CCCCCC;
  margin-left: auto;
  margin-right: auto;
}
/* ヘッダー */
#header {
  background-image: url(image/top.jpg);
  background-repeat: no-repeat;
  width: 800px;
  height: 250px;
}
/* サイド左メニュー */
#sideL {
  width: 160px;
  float: left;
  padding-top: 5px;
}
#sideL a {
  text-decoration: none;
  color: #666666;
  font-size: 12px;
  text-align: left;
  background-image: url(image/button.jpg);
  display: block;
  width: 150px;
  line-height: 25px;
  border-bottom: solid 1px #000000;
  padding-left: 10px;
}
#sideL a:hover {
  background-image: url(image/button.jpg);
  background-position: 0 -30px;
  color: #000000;
}
/* サイド右メニュー */
#sideR {
  width: 160px;
  float: left;
  padding-top: 5px;
}
#sideR a {
  text-decoration: none;
color: #666666;
font-size: 12px;
text-align: left;
background-image: url(image/button.jpg);
display: block;
width: 150px;
line-height: 25px;
border-bottom: solid 1px #000000;
padding-left: 10px;
}
#sideR a:hover {
  background-image: url(image/button.jpg);
background-position: 0 -30px;
color: #000000;
}
/* ナビメニュー */
#navi {
  width: 799px;
  height: 25px;
  background-image: url(image/button.jpg);
  border-right: solid 1px #000000;
}
#navi li {
  display: inline;
}
#navi li .top {
  border-left: solid 1px #000000;
}
#navi a {
color: #666666;
font-size: 12px;
text-decoration: none;
text-align: center;
background-image: url(image/button.jpg);
display: block;
border-left: solid 1px #000000;
line-height: 25px;
float: left;
width: 132px;
}
#navi a:hover {
  color: #000000;
  background-image: url(image/button.jpg);
  background-position: 0 -30px;
}
/* メイン */
#main {
  width: 628px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  border-left: dotted 1px #000000;
  border-right: dotted 1px #000000;
}
#main_blog {
  width: 800px;
  clear: left;
}
ul {
  list-style-type: none;
}
#main li {
  display: inline;
}
#main li img {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}
#mainTop {
  background-color: #000000;
}
/* フッター */
#footer {
  width: 790px;
  height: 20px;
  clear: both;
  text-align: right;
  padding-right: 10px;
  padding-top: 3px;
  background-color: #000000;
}
address {
  font-size: 12px;
  color: #ffffff;
}
/* テキスト */
h1 {
  color: #FFFFFF;
  font-size: 14px;
  padding-top: 5px;
}
h2 {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
p {
  color: #FFFFFF;
  font-size: 12px;
}
#main p {
  color: #666666;
  font-size: 12px;
  border-bottom: dotted 1px #000000;
}
a {
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;  
}
a:hover {
  color: #FF0000;
}
span {
  color: #bbbbbb;
}
#content02 span {
  color: #000000;
}
/* パンくずリスト */
#bread{
  background-color: #666666;
  padding: 3px 0;
  position: relative;
  float: left;
  font-size: 0.75em;
  color: #ffffff;
  z-index: 1;
  width: 800px;
}
#bread_blog{
  background-color: #666666;
  padding: 3px 0;
  position: relative;
  float: left;
  font-size: 0.75em;
  color: #ffffff;
  z-index: 1;
  width: 800px;
}

#bread a {
  color: #ffffff;
}
#bread span {
  color: #bbbbbb;
}
/* 画像に関する情報 */
#content h2 {
  font-size: 14px;
  margin: 0 0 20px;
  color: #333333;
}

#content01 ul {
  font-size: 0.75em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content01 li {
  background-position: 0 3px;
  padding: 2px 13px;
}
/* blog */
#content {
  width: 800px;
  padding-top: 10px;
  background-color: #cccccc;
}
#content01 {
  width: 250px;
  float: left;
  background-color: #cccccc;
}
#content02 {
  width: 550px;
  float: left;
  text-align: center;
  background-color: #cccccc;
  padding-bottom: 10px;
}
#content02 img {
  padding-top: 10px;
}
#content03 {
  width: 468px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  border-left: dotted 1px #000000;
  border-right: dotted 1px #000000;
}
#content a {
  color: #333333;
}
#relation li {
  height: 180px;
}

/* 関連画像 */
#relation {
  border-top: solid 1px #999999;
  clear: both;
  margin-top: 5px;
}
.gazolist {
  list-style-type: none;
  margin: 20px 0 20px;
  padding: 0 0 20px;
}
.gazolist li {
  font-size: 0.75em;
  width: 120px;
  text-align: center;
  float: left;
  margin: 0 10px 20px 0;
}
.gazolist img {
  border: none;
  margin-bottom: 2px;
}
#cat #content h3 {
  clear: both;
  border-bottom: solid 1px #aaaaaa;
  padding-bottom: 3px;
}
/* カテゴリー別ページ */
#cat .gazolist li {
  width: 100px;
}
#cat #main h3 {
  clear: both;
  border-bottom: solid 1px #aaaaaa;
  padding-bottom: 3px;
}
/* コメント */
#coment {
  clear: left;
  width: 800px;
}

