/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/back_all.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:#f00;
	text-decoration:underline;}







#base{
	width:629px;
	margin:0 auto;
	padding:0 4px;
	text-align:left;
	background:#FFF url(img/back_body.jpg) repeat-y;
}





/*** HEAD AREA ***/


#headArea{
	width:629px;
	height:157px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headArea h1{
	padding:50px 0 0;
}

#headArea h1 a{
	width:629px;
	height:107px;
	display:block;
}

#headArea h1 a span{
	display:none;}





/*** ITEM AREA ***/


#itemArea{
	width:629px;
	margin:0;
	padding:0;
}

#clear{
	clear:both;
}




/* LEFT */


#left{
	width:197px;
	padding:0;
	margin:20px 0 0 7px;
	position:relative;
	float:left;
}


#left ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#left ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #aaa;
}



#left h2{
	width:197px;
	height:29px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	padding:0;
	margin:0 0 5px;
}


#left h2 span{
	display:none;
}




#left ol{
	width:197px;
	margin:0 0 15px;
	padding:0 0 12px;
	background:#cbb496 url(img/img03.jpg) no-repeat;
	background-position:bottom;
}



#left ol li a{
	width:170px;
	padding:8px 2px 8px 25px;
	margin:0;
	background:url(img/img02.jpg) 5px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#2e2d2d;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #2b1902;
}

#left ol li a:hover{
	color:#F00;
	text-decoration:none;
}



#left ol li#cl1 a{
	width:177px;
	height:20px;
	padding:7px 10px;
	margin:0;
	background:#fff url(img/img01.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
	display:block;
	border:none;
}


#left ol li#cl1 a:hover{
	color:#F00;
	text-decoration:none;
}






/* RIGHT */


#right{
	width:405px;
	margin:0 8px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}



#right ul{
	margin:0px 5px 20px;
}

#right li{
	line-height:200%;
}



#right h2{
	width:390px;
	height:37px;
	background:#fff url(img/h2.jpg) no-repeat;
	padding:0 0 0 15px;
	margin:20px 0;
	font-size:16px;
	color:#fff;
	line-height:35px;
}



#right h3{
	width:390px;
	height:23px;
	background:#fff url(img/h3.jpg) no-repeat;
	padding:0 0 0 15px;
	margin:20px 0;
	font-size:14px;
	color:#fff;
	line-height:23px;
}


#text{
	width:405px;
	margin:0;
	padding:0;
}





/*** FOOT AREA ***/


#footArea{
	clear:both;
	width:629px;
	padding:0;
	margin:30px 0 0;
	background-color:#5dac98;
	color:#fff;
	font-size:10px;
	line-height:150%;
	text-align:left;
}



#footArea ul{
	padding:10px;
}


#footArea ul li{
	line-height:180%;}

#footArea p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	text-align:right;
	width:609px;
}

#footArea img{
	border:0;
	margin:5px;
}



