@charset "UTF-8";
h1 {
	margin: 15px 2px 27px;
}

*{font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}

#box{
	width:879px;
	margin:0px 13px 20px 12px;
	overflow: hidden;
}

#box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #box{
    height: 1em;
    overflow: visible;
}
/**/

#box a:link{color:#960; text-decoration:underline;}
#box a:visited{color:#333; text-decoration:underline;}
#box a:hover{color:#960; text-decoration:none;}



#sideL{
	width:182px;
	float:left;
}

#sideR{
	width:160px;
	float:right;
}

#main{
	width:520px;
	float:left;
}

#sideL .side_parts{
	background: url(../images/bg_sidel.jpg) repeat-y;
}

#sideR .side_parts{
	background: url(../images/bg_sider.jpg) repeat-y;
}

.side_parts{
	font-size:70%;
	margin-bottom:30px;
	color: #472f14;
}

/* entry */

.entry_box{
	background: url(../images/bg_entry01.jpg) repeat-y;
}

.entry_header{
	background: url(../images/titn_main.jpg) no-repeat;
	height:50px;
	padding:0px 20px 0px 20px;
}

.entry_header h2{
	color:#472f14;
	font-size:100%;
	width:420px;
	margin-top:16px;
	float:left;
	line-height:1em;
}

.entry_header .entry_date{
	padding-top:19px;
	width:60px;
	float:right;
	line-height:1em;
}


.entry_body{
	background:url(../images/bg_entry02.jpg) no-repeat bottom;
	padding-bottom:30px;
}

.entry_txt{
	margin:10px 34px 15px 36px;
}

.entry_txt p{
	line-height:150%;
	font-size:80%;
	margin-bottom:15px;
}

.entry_txt img{
	display:block;
	margin-bottom:15px;
}

.entry_btm{
	padding:20px 36px 0px;
	font-size:70%;
}



.entry_txt ul{
	margin:30px 20px 100px;
	list-style:none;
}

.entry_txt li{
	font-size:80%;
	margin-bottom:15px;
}



.content-nav{
	text-align:center;
}




/* pnavi */

#pnavi{
	height:30px;
	padding:0px 15px 30px 15px;
}

#pnavi #back{
	width:145px;
	float:left;
}

#pnavi #next{
	width:145px;
	float:right;
}




/* side parts etc */

ul.new_list{
	margin:10px 49px 0px 21px;
	list-style:none;
}


ul.new_list li{
	margin-bottom:10px;
	padding-bottom:13px;
	width:110px;
	background: url(../images/line_sidel01.jpg) no-repeat bottom left;
}

ul.new_list li.end{
	margin-bottom:5px;
	padding-bottom:0px;
	background: none;
}



ul.category{
	margin:10px 49px 0px 21px;
	list-style:none;
}


ul.category li{
	margin-bottom:10px;
	padding-bottom:13px;
	text-align:center;
	width:110px;
	background: url(../images/line_sidel02.jpg) no-repeat bottom left;
}

ul.category li.end{
	margin-bottom:5px;
	padding-bottom:0px;
	background: none;
}

.search{
	text-aline:center;
}

.search #search_key{
	text-aline:left;
	width:110px;
}

.search form{
	margin:5px 18px 0px;
}

.search #search_bt{
	margin-left:20px;
	margin-top:5px;
}


.calendar table{
	margin:5px auto;
}

.calendar #sun{color:#F90 !important;}
.calendar #sun1{color:#F90 !important;}
.calendar #sun8{color:#F90 !important;}
.calendar #sun15{color:#F90 !important;}
.calendar #sun22{color:#F90 !important;}
.calendar #sun29{color:#F90 !important;}
.calendar #sun36{color:#F90 !important;}





ul.archives{
	margin:10px 28px;
	list-style:none;
}