/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background:#f3f3f3 url(img/back.gif) repeat-x;
	text-align:center;
}

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:#db2121;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}




#frame{
	width:809px;
	margin:0 auto;
	padding:0;
	text-align:left;
}




/*** HEADLINE ***/




#headline{
	width:809px;
	height:219px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headline h1{
	padding:20px 0 0 10px;
}

#headline h1 a{
	width:500px;
	height:100px;
	display:block;
}

#headline h1 a span{
	display:none;}





/*** CONTENTS ***/


#contents{
	width:807px;
	margin:0;
	padding:0;
	background:#FFF url(img/back_body.gif) repeat-y;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}






/*** LEAD ITEM ***/




#leadItem{
	width:492px;
	margin:0 0 0 20px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}



#leadItem ul{
	margin:0px 5px 20px;
}


#leadItem li{
	line-height:200%;
}



#leadItem h2{
	width:467px;
	height:55px;
	padding:0 0 0 25px;
	margin:20px 0;
	background:#fff url(img/h2.gif) no-repeat;
	color:#010101;
	font-size:18px;
	line-height:55px;
}


#leadItem h3{
	width:491x;
	padding:5px;
	margin:20px 0;
	background-color:#f7f7f7;
	border-bottom:2px solid #eaeaea;
	color:#000;
	font-size:14px;
	line-height:110%;
}




/*** NAVI ITEM ***/


#naviItem{
	width:238px;
	padding:8px;
	margin:12px 9px 0 0;
	position:relative;
	float:right;
	border:1px solid #d8d1c9;
	background-color:#f4eae2;
}


#naviItem ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#naviItem ul li{
	padding:4px;
	margin:0 0 10px;
	background-color:#e9d7c8;
}





#pagelist{
	width:236px;
	padding:0;
	margin:0 0 20px;
	border:1px solid #aaa;
}


#pagelist ol{
	width:236px;
	margin:0;
	padding:0;
	background-color:#f8f8f8;
}


#pagelist ol li a{
	width:213px;
	padding:8px 0 8px 23px;
	margin:0;
	background:url(img/img02.gif) 5px 4px no-repeat;
	text-decoration:none;
	display:block;
	color:#555;
	font-size:12px;
	line-height:110%;
	border-bottom:1px dashed #cacaca;
}

#pagelist ol li a:hover{
	color:#F00;
}


#pagelist ol li#cl1 a{
	width:236px;
	height:28px;
	padding:0;
	margin:0;
	background:#fff url(img/img01.gif) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	text-decoration:none;
	display:block;
	text-align:center;
	border:none;
}

#pagelist ol li#cl1 a:hover{
	color:#F00;
}









/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:807px;
	padding:0;
	margin:30px 0 0;
	background-color:#f4f2f0;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#696969;
	border-top:1px solid #aaa;
}


#copyright ul{
	padding:10px;
}


#copyright ul li{
	line-height:180%;}

#copyright p{
	width:787px;
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	background-color:#aaa;
	color:#FFF;
	text-align:right;
}

#copyright img{
	border:0;
	margin:5px;
}



