/*** 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:#F6F;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}






#outline{
	width:721px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
	border-left:10px solid #b50000;
	border-right:10px solid #b50000;
}





/*** HEAD ***/




#head{
	width:721px;
	height:173px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#head h1{
	padding:0 0 0 270px;
}

#head h1 a{
	width:451px;
	height:173px;
	display:block;
}

#head h1 a span{
	display:none;}






/*** MAIN ***/


#main{
	width:721px;
	margin:0;
	padding:0;
}




/* NAVI BOX */


#navi_box{
	width:194px;
	padding:0;
	margin:20px 0 0 10px;
	position:relative;
	float:left;
}


#navi_box ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;	
}


#navi_box ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#FFE8F3;
}


#navi_box h2{
	width:194px;
	height:31px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#navi_box h2 span{
	display:none;}




ol#site_navi{
	width:194px;
	margin:0 0 15px;
	padding:0 0 28px;
	background:#ececec url(img/img03.jpg) no-repeat;
	background-position:bottom;
}



ol#site_navi li a{
	width:165px;
	padding:8px 3px 8px 26px;
	margin:0;
	background:url(img/img02.jpg) 3px 6px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:12px;
	line-height:110%;
	border-bottom:1px dashed #bb0606;
}

ol#site_navi li a:hover{
	color:#f00;
}


ol#site_navi li#cl1 a{
	width:174px;
	height:19px;
	padding:10px;
	margin:0;
	background:#fff url(img/img01.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:19px;
	text-decoration:none;
	display:block;
	border:none;
}

ol#site_navi li#cl1 a:hover{
	color:#F00;
}





/* ITEM BOX */


#item_box{
	width:492px;
	margin:0 10px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}



#item_box ul{
	margin:0px 5px 20px;
}


#item_box li{
	line-height:200%;
}



#item_box h2{
	width:437px;
	height:31px;
	padding:9px 0 3px 55px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:28px;
}


#item_box h3{
	width:482px;
	padding:5px;
	margin:20px 0;
	background-color:#ececec;
	color:#2b2e31;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #000;
}


#text{
	width:492px;
	padding:0 0 30px;
}







/*** BOTTOM ***/



#bottom{
	clear:both;
	width:721px;
	padding:0;
	margin:30px 0 0;
	background-color:#d74848;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}



#bottom ul{
	padding:10px;
}


#bottom ul li{
	line-height:180%;}

#bottom p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:701px;
	text-align:right;
}

#bottom img{
	border:0;
	margin:5px;
}



