/* 背景色 */
body{
margin:0px auto 10px auto;
padding:0px;
background:#ffffff;
text-align:center; 
}

#layout{
width:800px;
margin:auto;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
text-align:left;
}

/* サイドバー（左）部分 */

#sideleft ul{list-style:none;
font-weight:bold;
font-size:12px;
margin:0 0 0 -12px;
}

#sideleft ul li{
list-style:none;

margin:0;
}

#sideleft{
float:left;
width:170px;
padding:0px 5px 0px 5px;
border-right:1px dotted #999999;
border-left:1px dotted #999999;
border-bottom:1px dotted #999999;
voice-family: "\"}\""; 
voice-family:inherit;
width:158px;
}
html>body #sideleft{
width:158px;
} 

/* エントリー部分 */
#main{
float:left;
width:450px;
padding:0px 5px 0px 5px;
voice-family: "\"}\""; 
voice-family:inherit;
width:440px;
}
html>body #main{
width:440px;
} 

/* サイドバー（右）部分 */
#sideright{
width:170px;
margin:0px 0px 0px 620px;
padding:0px 5px 0px 5px;
border-right:1px dotted #999999;
border-left:1px dotted #999999;
border-bottom:1px dotted #999999;
voice-family: "\"}\""; 
voice-family:inherit;
width:158px;
}
html>body #sideright{
width:158px;
} 

/* リスト */
ul{
margin:0px;
padding:0px 0px 0px 15px;
}

/* リンク */
a{color:#0066FF;text-decoration:none;}
a:link{color:#0066FF;text-decoration:none;}
a:visited{color:#0066CC;text-decoration:none;}
a:active{color:#0066FF;text-decoration:none;}
a:hover{color:#ff9900;text-decoration:underline;}

/* サイト名 */

.site_title{
padding:10px 0px 0px 0px;
color:#0066FF
font-weight:bolder;
font-size:22px;
font-family: Arial, Helvetica, sans-serif;
}

.site_title a{color:#0066FF;text-decoration:none;}
.site_title a:link{color:#0066FF;text-decoration:none;}
.site_title a:visited{color:#0066FF;text-decoration:none;}
.site_title a:active{color:#0066FF;text-decoration:none;}
.site_title a:hover{color:#0066FF;text-decoration:none;}


/* サイトの解説 */
.description{
padding:5px 0px 20px 0px;
color:#a3e066;
font-size:10px;
}

.entry{
padding:0px 0px 30px 0px;
}

/* 記事のタイトル */
.entry_title{
margin:0px 0px 1px 0px;
padding:1px;
border-left:10px solid #ffb11b;
color:#000000;
font-weight:bolder;
font-size:12px;
}

/* 記述者 */
.entry_author{
padding:2px;
color:#000000;
font-size:11px;
text-align:right;
}

/* 記事 */
.entry_body{
padding:2px;
color:#333333;
font-size:12px;
line-height:170%;
letter-spacing:0.04em;
}

/* 記事の続き */
.entry_more{
padding:2px;
color:#333333;
font-size:12px;
line-height:170%;
letter-spacing:0.04em;
}

/* カテゴリー・日付など */
.entry_state{
padding:2px;
border-bottom:1px dotted #999999;
color:#000000;
font-size:11px;
text-align:right;
}

/* 引用 */
blockquote{
margin:10px 5px;
padding:2px;
border:1px solid #ffd966;
color:#333333;
font-size:12px;
}

/* 入力フォーム */
.form{
height:15px;
border:1px solid #5cc9e8;
vartical-align:top;
margin:1px 0 0 0;
}
form{
margin:0px;
}

/* 送信ボタン */
.button{
height:18px;
background:transparent;
border:1px solid #CCCCCC;
color:#ffb11b;
font-weight:bolder;
font-size:10px;
font-family:Verdana;
vartical-align:top;

}

/* 記事の画像 */
.pict {
margin:2px;
padding:1px;
border:1px solid #ffd966;
}

/* サイドのタイトル */
.linktitle{
padding:10px 0px 2px 0px;
color:#ffb11b;
font-weight:bolder;
font-size:11px;
}

/* サイドの内容 */
.linktext{
padding:2px;
color:#999999;
font-size:10px;
line-height:170%;
}

.search{
color:#333333;
font-size:10px;
line-height:170%;
}

/* 著作権表示、ページナビ */
.copyright{
color:#333333;
font-size:10px;
text-align:center;
line-height:170%;
}

/* カレンダー・日付 */
.calendar{
color:#cccccc;
font-size:10px;
text-align:center;
}

/* カレンダー・月 */
.calendar_month{
color:#999999;
font-size:10px;
}

/* カレンダー・幅と高さ */
.cell{
width:23px;
height:15px;
padding:0px;
}

/* カレンダー・アクセス日の表示 */
.today{
font-weight:bolder;
}

/* カウンター */
.count{
font-weight:bolder;
}
