@charset "EUC-JP";

* {
	margin : 0;
	padding : 0;
	font-size:12px;
	word-break:break-all;
}

/* 全体 */

body {
	color : gray;
	background : #5C3317;
	text-align : left;
	line-height : 1.5;
}

/* リンク */

a:link {color : #8B4513 ;text-decoration : none;}
a:visited {color : #CD853F;text-decoration : none;}
a:hover {color : #8B4513 ;text-decoration : none;}
a:active {color : #D2691E;text-decoration : none;}

a img{border:none;}


/* 外枠 */

#container{
	width: 976px;/* コンテンツ幅を976pxに設定 */
  margin-left : auto;  /* 左側のマージンを自動算出 */
  margin-right : auto; /* 右側のマージンを自動算出 */
        border: gray 0px solid;
}



/* ブログ最上部（タイトル） */

#header{
	height : 100px;
	text-align:left;
	margin-bottom:25px;
}

h1{
	voice-family : "\"}\"";
	voice-family : inherit;
	padding : 10px 0 0 30px;
	margin:0 auto;
	font-size : 16px;
}

h1 a{
	color:　#8B4513;
	font-size : 25px;
	foncolor: gray;t-weight : bold;
　　　　　　　
}


a:link {color : #8B4513 ;text-decoration : none;}
a:visited {color : #CD853F;text-decoration : none;}
a:hover {color : #8B4513 ;text-decoration : none;}
a:active {color : #D2691E;text-decoration : none;}



h2{
	padding : 0 50px 0 30px;
	font-size: 12px;
	color: White;
	margin:0 auto;
}

/* ブログ中心部 */


#blogcontainer{
}

#wrapper{
	width:753px;
	float:left;
}


/* サイドバー（共通） */
.sidebody{
	background: white;
	padding : 10px;
	overflow:hidden;
        border-right: gray 1px solid;
        border-left: gray 1px solid;
}



.sidebottom{
	margin-bottom:20px;
        border-bottom: gray 1px solid;
}
/* 左サイドバー（プラグインカテゴリー１） */

#left{
	float:left;
	width:205px;
	margin-left:5px;
}

#left h3{
	color: gray;
	background : white;
	text-align : left;
	font-weight : normal;
	padding: 0px 5px 0px 5px;
        border: gray 1px solid;
}

#left ul {
	margin : 0 5px 0 20px;
}



/* 右サイドバー （プラグインカテゴリー２）*/

#right{
	float:right;
	width:205px;
	margin-right:5px;
}

#right h3{
	color: gray;
	background : white;
	text-align : left;
	font-weight : normal;
	padding: 0px 5px 0px 5px;
        border: gray 1px solid;
}


#right ul {
	margin : 0 5px 0 20px;
}


/* 中央上部（プラグインカテゴリー３） */

#center{
	margin-left: 0px;
}

#center h3{
	color: gray;
	background : white;
	text-align : left;
	font-weight : normal;
	padding: 0px 5px 0px 5px;
        border: gray 1px solid;
}

#center ul {
	margin : 0 5px 0 20px;
}



/* 本文部分 */

#blog{
	float:right;
	width:533px;
	overflow:hidden;
}

.entry-header{
	background: white;
        border: gray 1px solid; 
}


#blog h3{
	padding: 0px 5px 0px 5px;
	font-size:12px;
	font-weight:normal;
	overflow:hidden;
}

#blog h3 a{
	font-size: 12px;
	font-weight: normal;
	overflow:hidden;
	color: gray;
}


.entry-body{
	padding:10px 20px 10px 20px;
	background: white;
        border-right: gray 1px solid;
        border-bottom: gray 1px solid;
        border-left: gray 1px solid;
}

.aabody{
	width:100%;
	overflow:hidden;
}

.entry-footer{
	background: white;
	color: gray;
}

.section{
}

.totop{
	padding:0 0 0 400px;
	background:#fff;
}

.totop a:link,.totop a:hover,.totop a:visited,.totop 

a:active{
}

.date {     
	padding: 0px 10px 10px 0px;
	text-align:right;
	color: gray;
}

.section ul.entry-footer {
	padding: 5px 10px 0px 10px;
	list-style-position : inside;
	text-align:right;
	color: gray;
}

.section ul.entry-footer a:link,.section ul.entry-

footer a:hover,.section ul.entry-footer 

a:visited,.section ul.entry-footer a:active{
}

.section ul.entry-footer li {
	display : inline;
	list-style-type : none;
}

.blogbottom{
	margin-bottom:14px;
}

.community
{
       margin-top:20px;
}

/* コメント部分*/


.commenttop{
	height: 70px;
}

              
.comment{ 
	font-weight: normal;
	background: white;
	padding:0 20px;
        border: gray 1px solid;
}

.commentbottom{
	height:19px;
	margin-bottom:15px;
}

#comment-top{
        border-bottom: gray 1px solid;
}

.comment-body,.comment-footer,.comment-

post,.comment_body,.trackback-uri{
	padding: 10px ;
}

.comment-footer a{
}

#blog form{
}

.comment-top,.comment-post{
              border-bottom: gray 1px solid;
}

.comment-header{
	font-size: 12px;
	font-weight:bold;
	margin : 5px 0 5px 0;
}

.comment-body{
	margin : 0 10px;
}
.comment-footer{
	margin : 5px 0 10px 0;
}


/* コメントフォームのボタン */


p.form_btn input {
	padding: 2px;
	font-weight: normal;
	font-family:Verdana,Tahoma,Sans-serif;
	color: gray;
	border:1px solid gray;
	}


p.form_btn {
	margin-top : 10px;
	}


/* トラックバック部分*/


#trackback-top{
	border-bottom: gray 1px solid;
}
.trackback-header{
	font-size: 12px;
	font-weight:bold;
	margin : 5px 0 5px 0;
}

.trackback-excerpt{
	margin : 5px 0 5px 0;
}
.trackback-footer{
	margin : 5px 0 10px 0;
}

.prev-next-navi{
	text-align: center;
}

.prev-next-navi a:link,.prev-next-navi a:hover,.prev-next-navi a:visited,.prev-next-navi a:active{
}

/* ブログ最下部 */
#footer{
              color:gray;
	text-align:center;
	height: 45px;
	padding-top:6px;
              border-top: gray 1px solid;
              margin-top: 10px;
}

hr{
	width:100%;
	border: 1px dotted #ccc;
}


/* カレンダー */

table.calender {
	width : 100%;
	border-collapse : collapse;
	voice-family : "\"}\"";	
	voice-family : inherit;
	font-size : small;
}

html>table.calender {
	font-size : small;
}



.calender caption {
	color:#808080;
	margin-bottom : 10px;
}



.calender th {
	color:#808080;
	padding : 0.1em;
	border-bottom : 1px dotted 

#808080;
	text-align : center;
}



.calender td {
	color:#999;
	padding : 0.1em;
	border-bottom : 1px dotted #ccc;
	text-align : center;
}

/* カレンダー日曜日 */

th#sun {
	color : #E56D83;
}

/* カレンダー土曜日 */

th#sat {
	color : #6DC4E5;
}


