@charset utf-8;

/** initialize **************************************************************************/

*{
	margin:0;
	padding:0;
}

img{
	border:none;
}

/** common design ***********************************************************************/


/**/
body{
	background-image:url(img/bg.gif);
	color:#660000;
	font-size:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}
a{
	color:#009900;
}

div.all{
	width:780px;
	margin:0 auto;
}

/*** logo ********/
div#logo{
	margin:5px 0 0 0;
}
div#logo h1{
	float:left;
	width:200px;
}
div#logo p{
	float:right;
	width:156px;
}

/*** header ********/
div#header{
	position:relative;
	clear:both;
	height:224px;
	background-image:url(img/header.gif);
	margin:5px 0 10px 0;
}
div#header h2{
	left:30px;
	top:25px;
}
div#header h2 a{
	display:block; 
	text-indent:-9999px;
	width:450px;
	height:140px;
}
div#header p{
	font-size:84%;
	line-height:1.2em;
	font-weight:bold;
	padding:0 200px 0 60px; 
}


/*** main ********/
div#main{
	float:right;
	width:546px;
}

div#main div.entry{
	position:relative;
	background-image:url(img/entry_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin:0 0 20px 0;
}

div#main div.entry div.entry_title{
	background-image:url(img/entry_header.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:10px 20px 0 20px;
}
div#main div.entry div.entry_title h3{
	background-image:url(img/title_mark.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding:10px 0 10px 50px;
	min-height:30px;
	_height:38px;
	color:#006600;
}
div#main div.entry div.entry_title h3 span{
	display:block;
	font-size:70%;
	padding-bottom:3px;

}


div#main div.entry div.entry_body{
	padding:10px 20px 0 20px;
	font-size:90%;
	line-height:1.8em;
}

div#main div.entry div.entry_body p,div#main div.entry div.entry_body ul,div#main div.entry div.entry_body ol{
	padding:0 0 1em 0;	
	line-height:1.8em;
}
div#main div.entry div.entry_body ul,div#main div.entry div.entry_body ol{
	margin-left:1em;
	line-height:1.3em;
}


div#main div.entry div.entry_info{
	clear:both;
	background-image:url(img/entry_btm.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	min-height:23px;
	_height:23px;
	padding:0 0 15px 0;
}

div#main div.entry div.entry_info p{
	text-align:right;
	padding:23px 40px 0 20px;
	background-image:url(img/line.gif);
	background-position:7px top;
	background-repeat:no-repeat;
	font-size:12px;
}


.ret_top{
	text-align:right;
	margin:-10px 0 20px 0;
}


/*** side ********/
div#side{
	float:left;
	width:222px;
	background-image:url(img/side_bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
div#side div#side_top{
	background-image:url(img/side_top.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:12px;
}
div#side div#side_btm{
	background-image:url(img/side_btm.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:17px;
}
div#side div.side_block{
	margin:0 0 30px 0;
	padding:0 15px 0 20px;

}
div#side div.side_block h3{
	height:21px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

div#side div.side_block p,div#side div.side_block th,div#side div.side_block td,div#side div.side_block li{
	font-size:84%;
}

/*search*/
div#side div#search_box h3{
	background-image:url(img/search.gif);
	margin:0 0 5px 0;
}
div#side div#search_box input#search{
	width:130px;
}
div#side div#search_box img{
	vertical-align:middle;
	margin-bottom:2px;
}
/*calendar*/
div#side div#calendar table{
	width:100%;
}
div#side div#calendar h3{
	background-image:url(img/calendar.gif);
	text-align:right;
	font-weight:bold;
	font-size:84%;
	padding:0 5px 5px 0;
}

div#side div#calendar th{
	background-image:url(img/calendar_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	min-width:24px;
	_width:24px;
	height:24px;
	font-size:12px;
}

div#side div#calendar th#sun{
	color:#FFCCCC;
}
div#side div#calendar th#sat{
	color:#66FFFF;
}
div#side div#calendar td{
	text-align:right;
	padding:3px 7px 3px 0;
	font-size:12px;
}


/*new_entry*/
div#side div#new_entry h3{
	background-image:url(img/new.gif);
}
/*category*/
div#side div#category h3{
	background-image:url(img/category.gif);
}
/*archive*/
div#side div#archive h3{
	background-image:url(img/archive.gif);
}
/*profile*/
div#side div#profile h3{
	background-image:url(img/prof.gif);
}
div#side div#profile p{
	line-height:1.3em;
}
div#side div#profile p img{
	margin:5px 0 2px 16px;
}
/*items*/
div#side div#items div{
	clear:both;
	margin:0 0 20px 0;
}
div#side div#items h3{
	background-image:url(img/items.gif);
	margin:0 0 5px 0;
}
div#side div#items h4{
	background-image:url(img/list_mark.gif);
	background-position:left middle;
	background-repeat:no-repeat;
	font-size:84%;
	padding:0 0 5px 15px;
	margin-bottom:3px;

}
div#side div#items div p{
	font-size:10px;
	line-height:1.5em;
}
div#side div#items img{
	float:left;
	clear:left;
	margin-right:10px;
}

div#side div.side_block ul{
	list-style-type:none;
}
div#side div.side_block ul li{
	background-image:url(img/list_mark.gif);
	background-position:left middle;
	background-repeat:no-repeat;
	padding:0 0 5px 15px;
}


/*** footer ********/
div#footer{
	clear:both;
	background-image:url(img/footer_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:20px 20px;
	font-size:10px;
}

div#footer ul{
	float:left;
	width:350px;
}
div#footer li{
	display:inline;
	border-right:1px solid #999;
	padding-right:15px;
	margin-right:15px;
}
div#footer p#copy{
	float:right;
	width:350px;
	text-align:right;
}



/** entry archive ***********************************************************************/
.trackbacks,.comments-open,.comments-content{
	margin:0 20px 20px 25px;
}

.trackbacks h3,.comments-open h3,.comments-content h3{
	background-image:url(img/entry_line.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-bottom:3px;
	font-size:90%;
}
.trackbacks p,.comments-open p,.comments-content p{
	font-size:84%;
	line-height:1.3em;
}

#trackbacks-info{
	font-size:84%;
	color:#666666;
}
.comments-content{
	margin-top:20px;
	margin-bottom:20px;
}

.comment,.trackback{
	margin-bottom:20px;
	background-image:url(img/list_mark02.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:20px;
}

.comment-footer{
	font-size:84%;
	color:#666666;
}

div#comments-open-data{
	margin:20px 0 20px 0;
}
div#comments-open-data label{
	display:block;
}
div#comments-open-data input#comment-author,div#comments-open-data input#comment-email,div#comments-open-data input#comment-url{
	width:490px;
}

#comment-bake-cookie{
	clear:both;
	margin:10px 5px 10px 0;
	vertical-align:middle;
	_margin:0 5px 0 0;
	_vertical-align:baseline;
}

.comments-open textarea{
	width:490px;
	margin:0 0 10px 0;
}

/** entry_list archive **********************************************************/

.content-nav{
	text-align:center;
	margin:10px 0;
	font-size:84%;
}


/** kensaku_kekka **********************************************************/
#search_out h3{
	margin:0 0 10px 0;
}

.error{
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	padding:20px 10px;
	font-size:84%;
	margin:5px 5px 20px 5px;
}
/** class ***********************************************************************/

.non_border{
	border:none !important;
}

/*以下clearfix*/
.clearfix:after {
  content: "."; 
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  zoom:1;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
