/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	text-align:center;
	background-color:#FFF;
}

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:#62c2ff;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}







/*** TOP AREA ***/


#topArea{
	height:101px;
	background:#fff url(img/bg01.jpg) repeat-x;
	text-align:center;
}



#header{
	width:847px;
	height:101px;
	margin:0 auto;
	padding:0;
	background:#fff url(img/head.jpg) no-repeat;
	text-align:left;
}


#header h1{
	padding:0;
}

#header h1 a{
	width:847px;
	height:101px;
	display:block;
}

#header h1 a span{
	display:none;}







/*** CENTER AREA ***/


#centerArea{
	width:847px;
	margin:0 auto;
	padding:0 0 30px;
	text-align:left;
}

#clear{
	clear:both;}






/*** LEAD ***/




#lead{
	width:525px;
	margin:10px 0 0 25px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}




#lead ul{
	margin:0px 5px 20px;
}


#lead li{
	line-height:200%;
}



#lead h2{
	width:505px;
	height:47px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:20px;
	line-height:47px%;
}



#lead h3{
	width:525px;
	padding:0 0 3px;
	margin:20px 0px;
	background:#fff url(img/h3.jpg) repeat-x;
	background-position:bottom;
	color:#000;
	font-size:14px;
	line-height:150%;
}







/*** NAVI ***/



#navi{
	width:232px;
	padding:10px 5px 0;
	margin:5px 0 30px;
	position:relative;
	float:right;
	background-color:#eee;
	border:1px solid #ccc;
}


#navi ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 15px;
	margin:0;
}

#navi ul li{
	padding:5px;
	margin:0 0 5px;
	background-color:#FFF;
}

#navi h2 span{
	display:none;}




#pagelist{
	width:232px;
	margin:0 0 15px;
	padding:0;
}


#pagelist h2{
	width:232px;
	height:20px;
	background:transparent url(img/h2_01.jpg) no-repeat;
	margin:0;
	padding:0;
}


#pagelist ul{
	width:232px;
	margin:0;
	padding:10px 0;
	background-color:#fff;
}


#pagelist ul li{
	padding:0;
	margin:0;
}



#pagelist ul li a{
	width:210px;
	padding:5px 0 5px 22px;
	margin:0;
	background:url(img/point.jpg) 5px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:12px;
	line-height:110%;
}


#pagelist ul li a:hover{
	background-image:url(img/point_on.jpg);
	text-decoration:underline;
}








#category{
	width:232px;
	margin:0 0 15px;
	padding:0;
}


#category h2{
	width:232px;
	height:20px;
	background:transparent url(img/h2_02.jpg) no-repeat;
	margin:0;
	padding:0;
}


#category ul{
	width:232px;
	margin:0;
	padding:10px 0;
	background-color:#fff;
}


#category ul li{
	padding:0;
	margin:0;
}



#category li a{
	width:222px;
	padding:5px;
	margin:0 0 5px;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:12px;
	line-height:110%;
	font-weight:bold;
}


#category li a:hover{
	text-decoration:underline;
}







/*** BOTTOM AREA ***/

#bottomArea{
	background-color:#000;
	text-align:center;
}

#footer{
	width:847px;
	margin:0 auto;
	padding:5px 0;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}

#footer ul{
	padding:5px;
}

#footer li{
	line-height:180%;}

#footer p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px;
	line-height:100%;
	width:837px;
	text-align:right;
}

#footer img{
	border:0;
	margin:5px;
}


