/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/back.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:#F6C;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}




#inner{
	width:696px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}


#clear{
	clear:both;
}






/*** HEADER COLUMN ***/



#headerCol{
	width:696px;
	height:158px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headerCol h1{
	padding:50px 0 0 286px;
}

#headerCol h1 a{
	width:410px;
	height:108px;
	display:block;
}

#headerCol h1 a span{
	display:none;}






/*** MENU COLUMN ***/


#menuCol{
	width:225px;
	padding:0;
	margin:20px 0 0 5px;
	position:relative;
	float:left;
}


#menuCol ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#menuCol ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#f6f6f6;
}


#menuCol h2{
	width:225px;
	height:34px;
	padding:0;
	margin:0;
	background:#fff url(img/h2_02.jpg) no-repeat;
}


#menuCol h2 span{
	display:none;}




#global_navi{
	width:225px;
	margin:0 0 15px;
	padding:0 0 18px;
	background:#ffa600 url(img/img02.jpg) no-repeat;
	background-position:bottom;
}



ol#pMenu{
	width:225px;
	margin:0 0 15px;
	padding:0 0 34px;
	background:#bfd0d6 url(img/img03.jpg) no-repeat;
	background-position:bottom;
}


ol#pMenu li{
	width:225px;
	margin:0;
	padding:0 0 5px;
	background:#bfd0d6 url(img/img02.jpg) no-repeat;
	background-position:bottom;
}



ol#pMenu li a{
	width:195px;
	padding:8px 3px 8px 27px;
	margin:0;
	background:url(img/img01.jpg) 6px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#444;
	font-size:14px;
	line-height:110%;
}

ol#pMenu li a:hover{
	color:#F00;
}


ol#cMenu{
	width:225px;
	margin:0;
	padding:0;
}


ol#cMenu li#cl1 a{
	width:205px;
	margin:0;
	padding:8px 10px;
	background-color:#1b94c7;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
}

ol#cMenu li#cl1 a:hover{
	color:#F00;
}




/*** ENTRY COLUMN ***/



#entryCol{
	width:450px;
	margin:0 7px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}



#entryCol ul{
	margin:0px 5px 20px;
}

#entryCol li{
	line-height:200%;
}



#entryCol h2{
	width:420px;
	height:30px;
	padding:0 0 0 30px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	font-size:16px;
	color:#333;
	line-height:28px;
}


#entryCol h3{
	width:430px;
	height:24px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	font-size:14px;
	color:#fff;
	line-height:24px;
}








/*** FOOTER COLUMN ***/



#footerCol{
	clear:both;
	width:696px;
	padding:0;
	margin:30px 0 0;
	background-color:#1b94c7;
	color:#FFF;
	font-size:10px;
	line-height:150%;
	text-align:left;
}



#footerCol ul{
	padding:10px;
}


#footerCol ul li{
	line-height:180%;}

#footerCol p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:676px;
	text-align:right;
}

#footerCol img{
	border:0;
	margin:5px;
}



