/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	text-align:center;
	background-image:url(img/bg.gif);
}

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;}
a:hover{
	color:#F00;}





#layout{
	width:650px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
}


#clear{
	clear:both;}





/*** HEADER AREA ***/


#headerArea{
	width:650px;
	height:197px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headerArea h1{
	padding:50px 0 0;
}

#headerArea h1 a{
	width:400px;
	height:80px;
	display:block;
}

#headerArea h1 a span{
	display:none;}





/*** LEFT AREA ***/




#leftArea{
	width:214px;
	padding:0;
	margin:20px 0 0 10px;
	position:relative;
	float:left;
}


#leftArea ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 10px;
	background-color:#F3F3F3;
}

#leftArea ul li{
	padding:4px;
	border-bottom:#ccc dotted 1px;
}



#leftArea h2{
	width:214px;
	height:25px;
	background:#fff url(img/left_h2.gif) no-repeat;
	margin:0 0 5px;
}

#leftArea h2 span{
	display:none;}





#sitenavi{
	width:213px;
	margin:0 0 10px 1px;
	padding:0 0 22px;
	background:#fff url(img/left_img04.gif) no-repeat;
	background-position:bottom;
}


#sitenavi ul{
	width:213px;
	margin:0;
	padding:0;
	background-color:#dcb984;
}


#sitenavi ul li{
	padding:0 0 3px;
	border:none;
	background:transparent url(img/left_img03.gif) no-repeat;
	background-position:bottom;
}


#sitenavi ul li a{
	width:180px;
	padding:7px 3px 7px 30px;
	margin:0;
	background:url(img/left_img02.gif) 5px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
}


#sitenavi ul li a:hover{
	color:#F00;
}


#sitenavi ul li#cl1{
	padding:0;
	background-image:none;
}

#sitenavi ul li#cl1 a{
	width:183px;
	height:22px;
	padding:15px;
	margin:0;
	background:#fff url(img/left_img01.gif) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
	display:block;
}


#sitenavi ul li#cl1 a:hover{
	color:#F00;
}





/*** RIGHT AREA ***/



#rightArea{
	width:387px;
	margin:0 10px 0 0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#rightArea ul{
	margin:0px 5px 20px;
}


#rightArea li{
	line-height:200%;
}



#rightArea h2{
	width:372px;
	height:37px;
	padding:0 0 0 15px;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:37px;
}



#rightArea h3{
	width:367px;
	padding:5px 0 5px 20px;
	margin:20px 0px;
	background:url(img/h3.gif) 0px 5px no-repeat;
	color:#333;
	font-size:14px;
	line-height:100%;
	border-top:1px dashed #333;
	border-bottom:1px dashed #333;
}



#textbox{
	width:387px;
	padding:0 0 30px;
}












/*** FOOT AREA ***/



#footArea{
	width:650px;
	padding:5px 0;
	margin:30px 0 0;
	background-color:#663300;
	font-size:10px;
	line-height:150%;
	text-align:right;
	color:#fff;
}


#footArea ul{
	padding:5px;
}

#footArea ul li{
	line-height:180%;}

#footArea p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#footArea img{
	border:0;
	margin:5px;
}


