/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-color:#000;
}

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:#F30;
	text-decoration:none;}
a:hover{
	color:#FC6;
	text-decoration:underline;}




#all{
	width:696px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}


#clear{
	clear:both;}






/*** HEAD AREA ***/




#headArea{
	width:696px;
	height:208px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headArea h1{
	padding:30px 0 0;
}

#headArea h1 a{
	width:310px;
	height:155px;
	display:block;
}

#headArea h1 a span{
	display:none;}







/*** NAVI AREA ***/


#naviArea{
	width:225px;
	padding:0;
	margin:20px 0 0 5px;
	position:relative;
	float:left;
}


#naviArea ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#naviArea ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#F7F7F7;
}


#naviArea h2{
	width:225px;
	height:34px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0 0 1px;
}


#naviArea h2 span{
	display:none;}




#siteNavi{
	width:225px;
	margin:0 0 15px;
	padding:0 0 25px;
	background-color:#ee8c00;
}


#siteNavi ol{
	width:225px;
	margin:0;
	padding:0;
	background-color:#000;
}


#siteNavi ol li a{
	width:200px;
	padding:8px 0 8px 25px;
	margin:0;
	background:url(img/img01.gif) 5px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:110%;
	border-bottom:2px solid #fff;
}

#siteNavi ol li a:hover{
	color:#F00;
}


#siteNavi ol li#cl1 a{
	width:205px;
	padding:7px 10px;
	margin:0;
	background-color:#ee8c00;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	border:none;
	background-image:none;
}

#siteNavi ol li#cl1 a:hover{
	color:#F00;
}





/*** TEXT AREA ***/



#textArea{
	width:450px;
	margin:0 7px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#textArea ul{
	margin:0px 5px 20px;
}


#textArea li{
	line-height:200%;
}



#textArea h2{
	width:425px;
	height:30px;
	padding:0 0 0 25px;
	margin:20px 0;
	background:#fff url(img/h2.gif) no-repeat;
	color:#000;
	font-size:16px;
	line-height:28px;
}


#textArea h3{
	width:440x;
	padding:5px;
	margin:20px 0;
	background-color:#ee8c00;
	color:#fff;
	font-size:14px;
	line-height:110%;
}











/*** FOOT AREA ***/



#footArea{
	width:696px;
	padding:0;
	margin:30px 0 0;
	background-color:#ee8c00;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}


#footArea ul{
	padding:5px;
}


#footArea ul li{
	line-height:180%;}

#footArea p{
	width:686px;
	letter-spacing:1px;
	font-size:10px;
	padding:5px;
	line-height:100%;
	text-align:right;
}

#footArea img{
	border:0;
	margin:5px;
}



