* {
margin: 0;
padding: 0;
}

body {
	background:#EEE;
	color:#8B8380;
	font: 12px/160% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	margin:0px;
	padding:0px;
	}

#back {
	width:720px;
	background:#FFF;
	border-right:1px #DDD solid;
	border-left:1px #DDD solid;
	border-bottom:3px #DDD solid;
	margin:0 auto;
	}

#box {
	width:655px;
	margin:0 auto;
	}

a:link		{ color: #7E685F; text-decoration: none; }
a:visited	{ color: #7E685F; text-decoration: none; }
a:active	{ color: #7E685F; text-decoration: none; }
a:hover		{ color: #7E685F; text-decoration: underline; }


ul {
	list-style-type: square;
	line-height:120%;
	margin:0px;
	margin-left:15px;
	padding:0px;
	}

li {
	margin-bottom:5px;
	}


img {
	border:none;
	}

form {
	margin: 0px;
	padding: 0px;
	}

input,textarea {
	color: #666;
	font-size :12px;
	border:1px #CCC solid;
	background-color:#FFF;
	padding: 2px;
	}



/* サイトタイトル---------------------------------------------------------------------- */

h1 {
	margin: 1px 1px 0 1px;
	padding: 10px 0;
	background: #D8D8D8;
	text-align: center;

	}

.site_title {
	font-size: 12px;
	}

.description {
	font-weight:normal;
	margin-left:10px;
	color: #90786B;
	font-size: 10px;
	}

.site_title a {color: #90786B;text-decoration: none;}
.site_title a:link {color: #90786B;text-decoration: none;}
.site_title a:visited {color: #90786B;text-decoration: none;}
.site_title a:active {color: #90786B;text-decoration: none;}
.site_title a:hover {color: #90786B;text-decoration: none;}


/* メニュー---------------------------------------------------------------------- */

.linkmenu {
	font-size: 10px;
	background: #ABA19E;
	margin : 1px 1px 0 1px;
	text-align: center;
	color: #FFF;
}

.linkmenu a {color: #FFF;text-decoration: none;}
.linkmenu a:link {color: #FFF;text-decoration: none;}
.linkmenu a:visited {color: #FFF;text-decoration: none;}
.linkmenu a:active {color: #FFF;text-decoration: none;}
.linkmenu a:hover {color: #FFF;text-decoration: none;}



.MENU {
	visibility: hidden;
	z-index: 999;
	position: absolute;

	width:200px;
	margin-top:5px;
	padding-top:5px;

	background: #FFF;
	border: 1px #B2B2B2 solid;
}

.list{
	}

.list_title{
	margin-top:15px;
	font-size:18px;
	text-align:center;
	border-bottom:5px #B2B2B2 solid;
	}

.list_text{
	font-size: 10px;
	padding:5px 10px;
	color: #666;
	text-align:left;
	}





/* サイドメニュー---------------------------------------------------------------------- */

#side dt{
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #333366;
line-height: 100%;
margin: 20px 10px 0px 0px;
border-left: 5px solid #333366;
padding: 0px 0px 0px 5px;
}

#side dd {
	font-size: 10px;
	padding-bottom:10px;
	margin-bottom:10px;
}

/* エントリー---------------------------------------------------------------------- */


.entry_head {
	width: 655px;
	text-align: center;
	position: relative;
	top: 35px;
	}

.entry_date {
	padding: 10px;
	color: #ABA19E;
	font-size: 40px;
	font-family: Arial;
	}

.entry_date_bottom {
	margin: 0px auto;
	position: relative;
	top: -15px;
	width: 500px;
	background:url(./entry_date.gif);
	}

.entry {
	width: 655px;
	margin-bottom: 30px;
	}

.entry_top {
	background:#F4F0EE url(./entry_top.gif) no-repeat;
	}

.entry_in {
	background:#F4F0EE url(./entry_in.gif) repeat-y;
	margin-bottom:-1px;
	padding: 20px 25px 10px 25px;
	position:relative;
	}

.entry_bottom {
	background:url(./entry_bottom.gif) no-repeat;
	}

.entry_headline {
	width: 605px;
	border-bottom:1px #8B8380 dotted;
	margin-bottom:20px;
	
	font-weight: bolder;
	}

.entry_title {
	font-size: 14px;
	padding: 3px 0; 
	}

.entry_time {
	text-align:right;
	padding:3px 0; 
	}

.entry_headline img {
	width:17px;
	height:17px;
	margin-right: 5px;
	}

.entry_body a {color: #9A101D; background:#EFE7E4; text-decoration: underline;}

.entry_more {
	padding-top: 10px;
	}

.entry_state {
	 color: #9A101D;
	 text-align: center;
	 margin: 15px 0px 5px 0px;
	}

.entry_state a {color: #9A101D;text-decoration: none;}
.entry_state a:link {color: #9A101D;text-decoration: none;}
.entry_state a:visited {color: #9A101D;text-decoration: none;}
.entry_state a:active {color: #9A101D;text-decoration: none;}
.entry_state a:hover {color: #DF9999;text-decoration: none;}

.entry_state li {
	display:inline;
	font-size: 10px;
}

.entry_navi {
	text-align:center;
	margin:30px 0;
	}


/* コメント・トラックバック----------------------------------------------------------- */
.tb_area01 {
	margin:20px 0px 0px 0px;
}

.tb_main_title{
	border-bottom:1px solid #ABA19E;
	margin:40px 0 10px 0;
	padding-bottom: 3px;
	text-align:center;
	font-size: 40px;
	font-family: Arial;
	color: #ABA19E;
}

.tb {
	padding: 20px;
}

.tb_area {
	margin:0 20px 0 20px;
	}


.tb_state {
	color:#C2AAAA;
	font-size:10px;
	text-align:right;
	border-bottom:1px dotted #CCC;
	margin:0 20px 10px 20px;
	}


.tb_title{
	font-weight:bolder;
	margin: 20px 20px 0px 20px;
}

.tb_entry{
	margin: 0px 20px 0px 20px;
}

.tb_name{
	color:#C2AAAA;
	font-size:10px;
	text-align:right;
	border-bottom:1px dotted #CCC;
	margin:0 20px 10px 20px;
}

.tb_url{
	margin:20px 0;
	text-align:center;
}


.comment_form {
	margin: auto;
}



/* LIST--------------------------------------------------------------------------*/

ul.entry_list li {
	font-size:12px;

}

ul.entry_list li.entry_list_description {
	list-style:none;
}

ul.entry_list li.entry_list_description {
	list-style:none;
	border:1px dotted #CCC;
	padding:20px;
	margin:10px 15px 20px 0px;
}

.lightup {
	background-color: #FFF;
	cursor: pointer;
}


/* CLOUD-------------------------------------------------------------------------*/

ul.cloud {
	margin: 5px;
	padding: 0px;
}

ul.cloud li {
	display:inline;
	margin-right:10px;
	line-height:1.7;
}

ul.cloud li.cloud_description {
	list-style:none;
}

ul.cloud li.cloud_description {
	list-style:none;
	border:1px dotted #CCC;
	padding:5px;
	margin:10px 0px 20px 0px;
}

ul.cloud li a:link {text-decoration: underline;}
ul.cloud li a:visited {text-decoration: underline;}
ul.cloud li a:active {text-decoration: underline;}
ul.cloud li a:hover {text-decoration: underline;}


/* 検索------------------------------------------------------------------------- */

#search_box {
	width: 655px;
	text-align:center;
	padding:15px 0px 20px 0px;
	margin:15px 0px 20px 0px;
	border-top:1px #8B8380 dotted;
	border-bottom:1px #8B8380 dotted;
}

#search{
text-align:left;
}

#search_result ul{
width:200px;
margin:0 auto;
text-align:left;
padding:10px 0px 10px 0px;
}


/* フッタ---------------------------------------------------------------------- */

#footer {
	width:655px;
	margin-bottom:30px;
	font-size:10px;
	}

.copy {
	}

.jugem_bana{
	margin: 5px 0px 10px 0px;
}



/* CALENDAR------------------------------------------------------------------- */

.calendar {
	margin: auto;
}

.calendar td {
	font-size: 10px;
	text-align: center;
	padding: 2px 3px;
}

.calendar_month td {
	font-weight: bold;
}

.calendar_week td {
	font-family: "monospace";
}

.calendar_day td {
	background-color: #F9F9F9;
}