@charset "UTF-8";
/* CSS Document */

/*----------------------------------------
	default setting
-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #333333;
	font-family:Verdana;
	font-size:12px;
	line-height:1.5em;
}
h1, h2, h3, h4, h5, h6, em, p, pre {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

th {
	font-weight: normal;
	text-align: left;
}

li {
	list-style: none;
}

li img {
	vertical-align: bottom;
}

img, table {
	border: 0;
}

hr {
}
/*----------------------------------------
	link setting
-----------------------------------------*/

a:link, a:visited {
	color: #9f611f;
	text-decoration: none;
}

a:hover, a:active {
	color: #9f611f;
	text-decoration: underline;
}


/*----------------------------------------
	layout
-----------------------------------------*/
body{
	background:url(../images/bg.jpg) center top repeat-x;	
}
#wrap{
	background:url(../images/visual.jpg) center top no-repeat;	
}
#container{
	width:930px;
	margin:0 auto;
}
#contents{
	width:930px;
}
#contents:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
#main{
	width:650px;
	float:right;
	padding-top:10px;
}
#side{
	width:230px;
	float:left;
}
/*----------------------------------------
	header
-----------------------------------------*/
#header{
	width:930px;
	height:289px;
	background:url(../images/shadow_visual.gif) center bottom no-repeat;	
}
#header-inner{
	width:930px;
	padding-top:90px;
}
#header h1 a{
	display:block;
	width:346px;
	height:57px;
	background:url(../images/blog_title.gif) left top repeat;
	text-indent:-9999px;
}
#header h2{
	width:346px;
	height:41px;
	background:url(../images/blog_subtitle.gif) left top repeat;	
	text-indent:-9999px;
}
.box{
	margin-bottom:20px;
}
.box-header{
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:230px;
	height:34px;
}
#local-newpost .box-header{
	background-image:url(../images/local_newpost.gif);
}
#local-category .box-header{
	background-image:url(../images/local_category.gif);
}
#local-archives .box-header{
	background-image:url(../images/local_archives.gif);
}
#local-link .box-header{
	background-image:url(../images/local_link.gif);
}
#local-search .box-header{
	background-image:url(../images/local_search.gif);
}
.box-body{
	padding:0 10px;
}
.box-body ul li{
	line-height:1.2em;
	padding:5px 0;
}
#searchform{
	padding:10px 0;	
}
/*----------------------------------------
	entry
-----------------------------------------*/
.pagetitle{
	font-size:15px;
	font-weight:bold;
	margin:0 0 30px;
	padding:10px;
	border:1px solid #d5cdc3;
	background-color:#f6f2ec;
}
.navigation{
	width:100%;
	padding:0 0 20px;
}
.navigation:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.navigation .alignleft{
	width:45%;
	float:left;
}
.navigation .alignright{
	width:45%;
	float:right;
	text-align:right;
}
.entry{
	width:650px;
	margin:0 auto 50px;
}
.entry-header{
	width:650px;
}
.entry-header:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.entry-header h3{
	width:590px;
	float:right;
	font-size:20px;
	font-weight:bold;
	color:#4d4d4d;
	padding:2px 0;
	line-height:1.2em;
}
.calendar{
	width:44px;
	_width:45px;
	height:50px;
	float:left;
}
.cal-month{
	width:44px;
	height:20px;
}
.cal-date1{
	width:22px;
	height:30px;
	float:left;
}
.cal-date2{
	width:22px;
	height:30px;
	float:right;
	_float:left;
}
.category{
	width:590px;
	float:right;
	color:#747474;
	padding:5px 0;
}
.entry-body{
	width:100%;
	margin:15px 0;
	line-height:1.8em;
}
.entry-body:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.entry-body img{
	float:left;
	margin:0 10px 10px 0;
}
.entry-footer{
	width:100%;
	height:28px;
	clear:both;
	background:url(../images/dot.gif) left bottom repeat-x;
}
.entry-footer:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.read-more{
	width:97px;
	height:27px;
	text-indent:-9999px;
	display:block;
	background:url(../images/readmore.gif) left top no-repeat;
	float:right;
}
/*----------------------------------------
	footer
-----------------------------------------*/
#footer{
	padding:20px 0;
	margin-top:0 0 20px;
	color:#7f7f7f;
	text-align:right;
	font-size:10px;
}