/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/bg01.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:#F60;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}





#wrapper-all{
	background-image:url(img/bg02.jpg);
	background-repeat:repeat-x;
	text-align:center;
}



#contents{
	width:650px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}







/*** HEADER COLUMN ***/



#headerCol{
	width:650px;
	height:127px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headerCol h1{
	padding:0px;
}

#headerCol h1 a{
	width:650px;
	height:127px;
	display:block;
}

#headerCol h1 a span{
	display:none;}






/*** LEFT COLUMN ***/


#leftCol{
	width:194px;
	padding:0;
	margin:20px 0 0 5px;
	position:relative;
	float:left;
}


#leftCol ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 15px;
	margin:0;
	
}

#leftCol ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#F6F6F6;
}


#leftCol h2{
	width:194px;
	height:30px;
	background:#fff url(img/l_h2.jpg) no-repeat;
	margin:0;
}


#leftCol h2 span{
	display:none;}



#navigation{
	width:194px;
	margin:0 0 20px;
	padding:0 0 15px;
	background-color:#996600;
}


#navigation ol{
	width:194px;
	background-color:#6383c2;
}


#navigation ol li a{
	width:170px;
	padding:8px 0px 8px 24px;
	margin:0;
	background:url(img/list01.jpg) 3px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #f5fcf5;
}

#navigation ol li a:hover{
	color:#f00;
}


#navigation ol li#cl1 a{
	width:174px;
	padding:7px 10px;
	margin:0;
	background-color:#996600;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	border:none;
	background-image:none;
}

#navigation ol li#cl1 a:hover{
	color:#F00;
}






/*** CENTER COLUMN ***/


#centerCol{
	width:440px;
	margin:0 5px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}



#centerCol ul{
	margin:0px 5px 20px;
}


#centerCol li{
	line-height:200%;
}



#centerCol h2{
	width:420px;
	height:31px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:28px;
}


#centerCol h3{
	width:420px;
	padding:5px;
	margin:20px 0;
	background-color:#6383c2;
	color:#fff;
	font-size:14px;
	line-height:110%;
	border-left:10px solid #e29702;
}





/*** FOOTER COLUMN ***/



#footerCol{
	clear:both;
	width:650px;
	padding:0;
	margin:30px 0 0;
	background-color:#996600;
	font-size:10px;
	line-height:150%;
	text-align:right;
	color:#fff;
}



#footerCol ul{
	padding:10px;
}


#footerCol ul li{
	line-height:180%;}

#footerCol p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:630px;
	text-align:left;
}

#footerCol img{
	border:0;
	margin:5px;
}

