/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/bg.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:#39F;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}




#all{
	width:697px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}


#clear{
	clear:both;}






/*** HEAD COLUMN ***/


#headCol{
	width:697px;
	height:207px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0 auto;
}


#headCol h1{
	padding:107px 0 0 250px;
}

#headCol h1 a{
	width:447px;
	height:100px;
	display:block;
}

#headCol h1 a span{
	display:none;}






/*** SUB COLUMN ***/


#subCol{
	width:218px;
	padding:0;
	margin:20px 0 0 5px;
	position:relative;
	float:left;
}


#subCol ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#subCol ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#EEF;
}



#subCol h2{
	width:218px;
	height:32px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#subCol h2 span{
	display:none;}




#subCol ol{
	width:218px;
	margin:0 0 15px;
	padding:0 0 26px;
	background:#dbe0f3 url(img/img02.jpg) no-repeat;
	background-position:bottom;
}


#subCol ol li a{
	width:190px;
	padding:8px 3px 8px 25px;
	margin:0;
	background:url(img/img01.jpg) 5px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #495d7b;
}

#subCol ol li a:hover{
	color:#f00;
}



#subCol ol li#cl1 a{
	width:198px;
	padding:5px 10px;
	margin:0;
	background-color:#6287bf;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	line-height:110%;
	text-decoration:none;
	display:block;
	border:none;
	background-image:none;
}

#subCol ol li#cl1 a:hover{
	color:#f00;
}





/*** CENTER COLUMN ***/


#centerCol{
	width:466px;
	margin:0 3px 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:431px;
	height:35px;
	padding:0 0 0 35px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:32px;
}


#centerCol h3{
	width:441px;
	height:23px;
	padding:0 0 0 25px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#44272d;
	font-size:14px;
	line-height:23px;
	border-top:1px dashed #666;
	border-bottom:1px dashed #666;
}






/*** FOOT COLUMN ***/



#footCol{
	width:697px;
	padding:0;
	margin:30px 0 0;
	background-color:#495d7b;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}


#footCol ul{
	padding:10px;
}


#footCol ul li{
	line-height:180%;}

#footCol p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:679px;
	text-align:right;
}

#footCol img{
	border:0;
	margin:5px;
}



