/*** 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:#F9F;
	text-decoration:underline;}






#page{
	width:665px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}


#clear{
	clear:both;
}






/*** HEAD BAR ***/




#headbar{
	width:665px;
	height:207px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headbar h1{
	padding:110px 0 0 280px;
}

#headbar h1 a{
	width:385px;
	height:97px;
	display:block;
}

#headbar h1 a span{
	display:none;}






/*** TEXT SPACE ***/



#textSpace{
	width:404px;
	margin:0 0 0 15px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}



#textSpace ul{
	margin:0px 5px 20px;
}


#textSpace li{
	line-height:200%;
}



#textSpace h2{
	width:390px;
	height:31px;
	padding:0 0 0 14px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:31px;
}


#textSpace h3{
	width:384px;
	padding:4px 10px;
	margin:20px 0;
	background-color:#3f3f3f;
	color:#fff;
	font-size:14px;
	line-height:100%;
}





/*** NAVI ***/


#navi{
	width:201px;
	padding:0;
	margin:20px 15px 0 0;
	position:relative;
	float:right;
}


#navi ul{
	font-size:12px;
	line-height:150%;
	padding:0 5px 10px;
	margin:0;
}

#navi ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#F5F5F5;
}



#navi h2{
	width:201px;
	height:31px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0 0 2px;
}


#navi h2 span{
	display:none;}




#site{
	width:201px;
	margin:0 0 15px;
	padding:0 0 16px;
	background:#3f3f3f url(img/img03.jpg) no-repeat;
	background-position:bottom;
}


#site ol{
	width:201px;
	margin:0;
	padding:0;
}


#site ol li a{
	width:175px;
	padding:8px 0px 8px 26px;
	margin:0;
	background:url(img/img02.jpg) 5px 8px no-repeat;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #fff;
}

#site ol li a:hover{
	color:#f00;
}



#site ol li#cl1 a{
	width:186px;
	height:31px;
	padding:0 0 0 15px;
	background:#fff url(img/img01.jpg) no-repeat;
	color:#12028c;
	font-size:14px;
	font-weight:bold;
	line-height:31px;
	text-decoration:none;
	display:block;
	border:none;
}

#site ol li#cl1 a:hover{
	color:#F00;
}








/*** FOOT ***/



#foot{
	clear:both;
	width:665px;
	padding:0;
	margin:30px 0 0;
	background-color:#12028c;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}



#foot ul{
	padding:10px;
}


#bottom ul li{
	line-height:180%;}

#foot p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:645px;
	text-align:right;
}

#foot img{
	border:0;
	margin:5px;
}


