@charset "EUC-JP";

/* 基本設定 */

body {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size:10px;
line-height: 135%;
color: #896858;
text-align: center;
background-color: #FFD700;
margin: 0px auto;
padding: 0px;
}

a:link {color: #896858;text-decoration: none;}
a:visited {color: #896858;text-decoration: none;}
a:active {color: #896858;text-decoration: none;}
a:hover {color: #FFD700;text-decoration: none;}

ul{margin: 10px 0px 30px;padding:0px;list-style:none;}
li{margin:0px 0px 5px 0px;padding:0px;}

BR{letter-spacing:normal;}

input,textarea,select,button,submit{
border:1px solid; 
border-color:#808080;
font-color:#896858;
font-size:10px;
background-color:#FFFFFF;
}

/* 外枠 */

#container {
width:700px;
margin: 0px auto;
text-align: left;
background-color:#FFFFFF;
}

/* 外枠テーブル */

#container-table
{
width: 100%;
}

/* ブログタイトル・説明文 */

#header {
height:218px;
background:url(http://blog-imgs-37.fc2.com/h/o/n/honeybeev3v/titleimg.jpg) no-repeat;
border-top: #FFFFFF solid 8px;
border-bottom: #FFFFFF solid 9px;
}

h1{font-size:20px;font-weight:bold;text-align:center;padding-top:30px;}
h1 a:link{color:#333333;text-decoration: none;}
h1 a:visited{color:#333333;text-decoration: none;}
h1 a:active{color:#333333;text-decoration: none;}
h1 a:hover{color: #FFD700;text-decoration: none;position:relative;top:1px;left:1px;}

.description {
font-size:10px;
color:#FF8C00;
font-weight:normal;
text-align:center;
}

/* 記事部分 */

#main {
width:450px;
background: #FFFFFF;
margin: 5px 5px 0px 0px;
padding: 0px 0px 5px 0px;
}

.entry_title {
background-color:#FFFFFF;
border: none;
font-size:10px;
color:#FFFFFF;
font-weight:bold;
margin-left:40px;
padding:10px 0px 0px 100px;
height:40px;
background:url(http://blog-imgs-37.fc2.com/h/o/n/honeybeev3v/maintit.jpg) no-repeat;
}

.entry_body {
margin: 15px 25px 15px 55px;
padding: 0px 0px 0px 45px;
line-height: 150%;
}

.entry_state {
margin: 20px 25px 20px 25px;
padding: 0px 0px 0px 0px;
font-size:10px;
color:#999999;
text-align:right;
}

.entry_state a:link {color: #999999;text-decoration: none;}
.entry_state a:visited {color: #999999;text-decoration: none;}
.entry_state a:active {color: #999999;text-decoration: none;}
.entry_state a:hover {color: #FFD700;text-decoration: none;}

.page_navi{text-align:center;}

/* サイドメニュー */

.td_align_top{vertical-align: top;}

#sub {
font-size:10px;
height:auto;
margin: 5px 0px 0px 5px;
padding: 0px 0px 0px 0px;
}

.category {
background: #FFFFFF;
margin: 0px 0px 5px 0px;
padding: 10px 0px 5px 0px;
}

h3 {
color: #FFFFFF;
background:url(http://blog-imgs-37.fc2.com/h/o/n/honeybeev3v/menuba.jpg) no-repeat;
height:25px;
border: none;
font-size:10px;
text-align:center;
font-weight:bold;
margin: 0px 10px 5px 0px;
padding: 8px 10px 5px 32px;
}

#sub .entry_body {
margin: 0px 15px 0px 10px;
padding: 0px 0px 0px 10px;
}

/* プラグインカレンダー設定 */

table.calender {width: 140px;}

table.calender a {text-decoration: none;color: #32CD32; font-weight: bold;}

.calender caption {font-size: 10px; color: #F08080; font-weight: bold;}

/* 曜日セル */
.calender th {
	font-weight: bold;
	text-align: center;
         color: #FFD700;
}

/* 日付セル */
.calender td {
	text-align: center;
         color: #896858;
         padding:1px 1px 1px 1px ;
        background:url() center no-repeat ;     

}




/* フッター */

#fotter {
text-align:center;
font-size:10px;
background: #FFFFFF;
margin: 5px 0px 0px 0px;
padding: 5px 0px 5px 0px;
border: none;
}