/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/back.jpg);
}


h1,h2,h3,p,ul,ol,li{
	margin:0px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

img{border:0;}


a{
	color:#f90;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}



#page{
	background:transparent url(img/back_head.jpg) repeat-x;
}


#inner{
	width:778px;
	margin:0 auto;
	padding:0;
}






/*** HEAD AREA ***/




#head_area{
	width:778px;
	margin:0 0 25px;
	text-align:left;
}


#head_area h1{
	width:400px;
	height:84px;
	background:#fff url(img/head.jpg) no-repeat;
	padding:0 0 0 378px; 
}

#head_area h1 a{
	width:400px;
	height:84px;
	display:block;
}

#head_area h1 a span{
	display:none;}






/*** MAIN AREA ***/


#main_area{
	width:778px;
	background:#fff url(img/img02.jpg) repeat-y;
}


#main_top{
	width:778px;
	height:10px;
	background:#fff url(img/img01.jpg) no-repeat;
}

#main_btm{
	clear:both;
	width:778px;
	height:6px;
	background:#fff url(img/img03.jpg) no-repeat;
}





/* ENTRIES */


#entries{
	width:486px;
	background-color:#fbf9ed;
	padding:0 10px;
	margin:7px 0 15px 22px;
	font-size:14px;
	line-height:240%;
	position:relative;
	float:left;
}



#entries ul{
	margin:0px 5px 20px;
}

#entries li{
	line-height:200%;
}


#entries h2{
	width:432px;
	background:transparent url(img/h2.gif) no-repeat;
	background-position:bottom;
	margin:20px 0;
	padding:0 5px 10px;
	font-size:16px;
	color:#333;
	line-height:110%;
}



#entries h3{
	width:466px;
	height:33px;
	background:#fff url(img/h3.jpg) no-repeat;
	padding:0 0 0 20px;
	margin:20px 0;
	font-size:14px;
	color:#455668;
	line-height:33px;
}





/* NAVI SPACE */



#navi_space{
	width:209px;
	margin:7px 23px 15px 0;
	padding:0;
	position:relative;
	float:right;
}


#navi_space ul{
	font-size:12px;
	line-height:150%;
	padding:3px;
	margin:0 0 15px;
	background-color:#fbf9ed;
}

#navi_space ul li{
	padding:3px;
	margin:0;
	border-bottom:1px dotted #ccc;
}




#local_navi{
	width:209px;
	margin:0 0 15px;
	padding:0 0 5px;
	background-color:#048ed7;
}


#local_navi h2{
	width:209px;
	height:41px;
	background:#fff url(img/r_h2.jpg) no-repeat;
	padding:0;
	margin:0;
}

#local_navi h2 span{
	display:none;
}


#local_navi ol{
	width:189px;
	margin:0 10px;
	padding:0;
}

#local_navi ol li{
	background-color:#139ae2;
	margin:0 0 5px;
}


#local_navi ol li a{
	background:url(img/point.jpg) 0px 10px no-repeat;
	margin:0;
	padding:8px 5px 8px 18px;
	color:#fff;
	font-size:14px;
	line-height:125%;
	display:block;
}

#local_navi ol li a:hover{
	color:#f90;
	text-decoration:none;
}













/*** UNDER AREA ***/


#under_area{
	background:#1070ba url(img/back_foot.jpg) repeat-x;
	margin:20px 0 0;
}



#copyright{
	clear:both;
	width:778px;
	padding:0;
	margin:0 auto;
	color:#fff;
	font-size:10px;
	line-height:150%;
	text-align:right;
}





#copyright ul{
	padding:10px 0;
	margin:0;
}


#copyright ul li{
	line-height:180%;
}


#copyright p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px 0;
	line-height:100%;
	text-align:left;
}

#copyright img{
	border:0;
	margin:5px;
}


