*{
	margin:0;
	padding:0;
	color:#666666;
 	border: none;
	}
/* レイアウト------------------------------------------------------------------------------------ */
body{
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
}
div#container{
	width:860px;
}
div#head{
	padding:8px 15px 35px 15px;
	}
div#left{
	padding:0 30px 0 15px;
	float:left;
	width:640px;
	}
div#right{
	padding:0 15px 0 0;
	float:right;
	width:150px;
	}
/* ヘッダー------------------------------------------------------------------------------------ */
div#head h1{
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 2.0em;
	font-weight: 500;
}
div#head h1 a{
	text-decoration: none;
	}
div#head h2{
	font-size: 0.9em;
	font-weight: normal;
	padding:6px 0 0 2px;
}
/* Rightヘッダー------------------------------------------------------------------------------------ */
div#right div{
	margin-bottom:40px;
	}
div#right h2{
	font-size: 0.85em;
	font-weight: normal;
	color:#336600;
	line-height:2em;
	margin-bottom:8px;
	}
div#right p{
	font-size: 0.75em;
	line-height:2em;
	margin-bottom:3px;
	font-family: Georgia, Times, serif;
}
div#right ul li{
	font-size: 0.75em;
	line-height:2em;
	margin-bottom:8px;
	list-style-type: none;
}
div#right li a,
div#right p a{
	color:#40558C;
}
div#right div#serchbox input{
	color:#333333;
	font-size: 0.75em;
	padding-top:2px;
}
div#right div#catego li{
	font-family: georgia, serif;
}
/* Left　エントリー------------------------------------------------------------------------------ */
div#left div.entryBox{
	margin-bottom:70px;
}
div#left div.entryBox div.entryInfo{
	width:150px;
	float:left;
}
div#left div.entryBox div.entry{
	margin-left:150px;
}
div.entryInfo h2{
	font-size: 0.9em;
	font-weight: normal;
	line-height:2em;
	margin-bottom:12px;
}
div.entryInfo h2 a{
	text-decoration: none;
}
div.entryInfo h3{
	font-size: 0.9em;
	font-family: georgia, serif;
	font-weight: normal;
	margin-bottom:12px;
}
div.entry p{
	font-size: 0.8em;
	line-height:2em;
}
div.entry img{
	background-image: url(img/imgbg.gif);
	padding: 7px;
	margin:5px 0;
	}
div.entry p.posted{
	font-size: 0.6em;
	font-family: georgia, serif;
	line-height:2em;
}
div.entry p.posted a{
	color:#D86154;
	}
div.entry h3{
	font-size: 1em;
	font-weight: normal;
	font-family: georgia, serif;
	color:#336600;
}
/* Left　エントリー画面--------------- */
div#left div#entrylink{
	text-align:center;
	margin-left:150px;
	margin-bottom:30px;
}
div#left div#entrylink p{
	font-size: 0.8em;
	line-height:2em;
}
div#entrylink p a{
	color:#D86154;
}
div.entry div.trackbacks{
	margin-top:30px;
	}
div.entry div.trackbacks,
div.entry div.comments-content,
div.entry div.comments-open{
	margin-top:50px;
	}
div.entry input{
	font-size: 0.75em;
	padding-top:2px;
	color:#333333;
}
div.entry div.comments-open p{
	margin-bottom:15px;
	}
div.entry div.comment{
	margin-bottom:20px;
	}
