/* CSS Document */


body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}

img{
  border: 0px;
}

.left{
  float: left;
}
.sp_5{
  padding-bottom: 5px;
}

/* 見出し */

h1{
  color: #333333;
  font-size: 14px;
  font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

h1 a:link{
  color: #333333;
  text-decoration: none;
}

h1 a:visited{
  color: #333333;
  text-decoration: none;
}

h1 a:hover{
  color: #666666;
  text-decoration: underline;
}

.code{
  text-align: right;
  color: #333333;
  font-size: 14px;
  padding-top: 30px;
}

h2{
  color: #996633;
  font-size: 14px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-image: url(../images/fin.gif);
  background-repeat: no-repeat;
  padding: 0px 0px 0px 15px;
}

h2 a:link{
  color: #996633;
  text-decoration: none;
}

h2 a:visited{
  color: #996633;
  text-decoration: none;
}

h2 a:hover{
  color: #663300;
  text-decoration: underline;
}

h3{
  color:#999999;
  font-size: 10px;
  text-align:right;
}

h4{
  color:#333333;
  font-size: 12px;
}

.fin{
  color: #666666;
  font-size: 14px;
  padding: 0px 0px 20px 0px;
  font-weight: bold;
}

.text{
  color: #333333;
  font-size: small;
  margin: 0px;
  padding-bottom: 30px;
  clear: both;
}

.text p{
  padding: 5px 0px;
}

.text0{
  color: #333333;
  font-size: small;
  margin: 0px;
  padding: 0px;
}

.text a:link{
  color: #996666;
  text-decoration: none;
}

.text a:visited{
  color: #996666;
  text-decoration: none;
}

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

.text0 a:link{
  color: #996666;
  text-decoration: none;
}

.text0 a:visited{
  color: #996666;
  text-decoration: none;
}

.text0 a:hover{
  color: #663333;
  text-decoration: underline;
}

/* logo */

.logo{
  float: left;
  padding: 4px 0px 0px 0px;
  margin: 0px;
}



/* 段組 */

html{
  background-image: url(../images/header_bg.jpg);
  background-repeat: repeat-x;
}

body{
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: small;
  line-height: 1.5;
}

#wrapper{
  margin: 0px auto;
  width: 850px;
}

#wrapper:after{
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
 clear: both;
}

#wrapper:after {
  zoom: 100%;
}

#header{
  margin: 0px;
  padding: 0px;
  width: 850px;
  height: 90px;
}

#header:after{
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
 clear: both;
}

#header:after {
  zoom: 100%;
}
 
#contents{
  width: 850px;
  padding: 0px;
  margin: 0px;
}

#contents:after{
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
 clear: both;
}

#contents:after {
  zoom: 100%;
}

#mainbody{
  float: left;
  width: 640px;
  padding: 0px;
  margin: 0px;
  background-color: #FFFFFF;

}

#mainbody:after{
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
 clear: both;
}

#mainbody:after {
  zoom: 100%;
}

#maincontents{
  width: 638px;
  padding: 30px 0px 0px 0px;
  margin: 0px;
  background-image: url(../images/main_border.gif);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  clear: both;

}

#maincontents:after{
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
 clear: both;
}

#maincontents:after {
  zoom: 100%;
}

.textarea{
  padding: 0px 40px 0px 40px;
  margin: 0px;
}

.textarea:after{
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
 clear: both;
}

.textarea:after {
  zoom: 100%;
}

#sidebar{
  float: right;
  width: 190px;
  padding: 0px;
  margin: 0px;
  background-color: #FFFFFF;
}


#sidebar:after{
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
 clear: both;
}

#sidebar:after {
  zoom: 100%;
}

#footer{
  width: 850px;
  height: 60px;
  clear: both;
  padding: 0px;
  margin: 0px;

}

#footer:after{
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
 clear: both;
}

#footer:after {
  zoom: 100%;
}


/* プロフィール */

.pro{
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  background-color:#FFFFFF;
  
}

/*　box */

.side_box{
  padding: 30px 0px 0px 0px;
  margin: 0px;
}

.side_box ul{
  padding: 0px;
  margin: 0px;
  background-color:#FFFFFF;  
}

.side_box li{
  background-image: url(../images/list.gif);
  background-repeat: no-repeat;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-width: 1px;
  list-style: none;
  color: #333333;
  padding: 3px 5px 3px 15px; 
}

.side_box li a:link{
  color: #333333;
  text-decoration: none;
}

.side_box li a:visited{
  color: #333333;
  text-decoration: none;
}

.side_box li a:hover{
  color: #666666;
  text-decoration: underline;
}

/* コピーライト */

address{
  text-align: right;
  color: #999999;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  padding: 30px 0px 0px 0px;
}


/* コメントプレビュー */

#container{
  margin: 0px auto;
  width: 850px;
  color: #333333;
}

#banner-header{
  padding-top: 20px;
  color: #666666;
  text-align:left;
}

#banner-description{
  text-align: right;
  color: #999999;
  font-size: 10px;
  padding-top: 30px;
  border-bottom-style: none;
  background-image: none;
}

.comments-header{
  float: left;
  color:#333333;
  font-size: 12px;
  padding-top: 30px; 
}
.comments-content{
  clear: both;
}

.comment-footer{
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #CCCCCC;
  padding: 10px 0px;
}

.comments-open-header{
  border-bottom-style:none;
}

.btn{
  width: 40px;
  height: 25px;
}

.comment a:link{
  color: #996666;
  text-decoration: none;
}

.comment a:visited{
  color: #996666;
  text-decoration: none;
}

.comment a:hover{
  color: #663333;
  text-decoration: underline;
}

/* 画像自動リサイズ用 */

img.image-full { width: 100%; }
