* {
   margin: 0;
   padding: 0;
   font-size:12px;
}
h1, h2, h3, h4, p, ul, li, input {
   margin: 0;
   padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 150%;
	background-color: #F6F4E8;
	background-image: url(common/img/bg_main.gif);
	background-repeat: repeat-x;
	margin: 10px 0px 0px;
	background-position: 0px 10px;
}

/* ヘッダー */
#header {
	margin: 0px auto;
	padding: 0px;
	width: 840px;
	text-indent: -9999px;
}

#header h1 a{
	background-image: url(common/img/herder_h1.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 840px;
	display: block;
}
/* メイン */
#main {
	padding: 0px;
	width: 800px;
	margin: 0px auto;
}

/* メイン左 */
#main #left {
	font-size: small;
	color: #166904;
	float: left;
	width: 200px;
}
#main #left h2{
	text-indent: -9999px;
	height: 43px;
	width: 200px;
}
/* メイン左検索フォーム */
#main #left form{
	background-color: #FFFFFF;
	background-image: url(common/img/left_bar_un.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding: 5px 10px 20px;
}
#main #left input.text{
	height: 20px;
	border: 1px solid #299910;
	width: 120px;
	top: 0px;
	position: relative;
	margin-right: 5px;
}

/* メイン左メニュ */

#main #left h2#search{
	background-image: url(common/img/left_bar_01.gif);
}
#main #left .cont{
	background-color: #FFFFFF;
	background-image: url(common/img/left_bar_un.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-bottom: 10px;
	padding-top: 10px;
        padding-bottom: 20px;
}
#main #left h2#category{
	background-image: url(common/img/left_bar_02.gif);
}
#main #left h2#latest{
	background-image: url(common/img/left_bar_03.gif);
}
#main #left h2#archive{
	background-image: url(common/img/left_bar_04.gif);
}
#main #left h2#link{
	background-image: url(common/img/left_bar_05.gif);
}
#main #left h2#comment{
	background-image: url(common/img/left_bar_06.gif);
}


#main #left ul{
	padding: 0px 5px;
	list-style-type: none;
}

#main #left li{
	background-image: url(
	common/img/li_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	margin: 0px;
	padding: 5px 0px 0px 15px;

}
#main #left li a {
	color: #166904;
	text-decoration: none;
}
#main #left li a:hover{
	background-color: #F6F4E8;
}

#main #left .date{
	color: #813221;
}


/* メイン右 */
#main #right {
	font-size: small;
	float: right;
	width: 580px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 10px 5px 30px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #299910;
	background-image: url(common/img/right_und.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

#main #right h1{
	background-color: #299910;
	color: #FFFFFF;
	margin: 10px;
	padding: 5px 10px;
	font-size: medium;
}
#main #right h2{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #299910;
	background-color: #F6F4E8;
	color: #299910;
	margin: 0px 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: medium;
}
#main #right h2 a{
	color: #299910;
	text-decoration: none;
}
#main #right p {
	margin: 15px;
}
#main #right p a{
	color: #299910;
	text-decoration: none;
}
#main #right p a:hover{
    background-color: #F6F4E8;
}
#main #right p.date{
	font-size: x-small;
	color: #813221;
	text-align: right;
}
#main #right p.date a{
	color: #813221;
	text-decoration: none;
}
#main #right p.date a:hover{
	color: #813221;
	text-decoration: underline;
}
#main #right p.trac{
    color: #299910;
}
#main #right #comment p{
	margin: 0px 20px;
}
#main #right #comment .textbar {
	height: 18px;
	width: 250px;
	margin: 0px 20px;
	border: 1px solid #299910;
}
#main #right #comment .textbox {
	height: 100px;
	width: 250px;
	margin: 0px 20px;
	border: 1px solid #299910;
}
#main #right #comment .botton {
	height: 18px;
	width: 60px;
	margin: 10px 0px 0px 20px;
	border: 1px solid #299910;
}
/* フッター */
#footer {
	padding: 20px;
	margin: 0px;
	clear: both;
	background-color: #299910;
	text-align: center;
}
#footer p{
	width: 820px;
	color: #FFFFFF;
	margin: 0px auto;
}
#footer a{
	color: #FFFFFF;
	text-decoration: underline;

}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
