/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/main_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:#F30;
	text-decoration:none;}
a:hover{
	color:#FC0;
	text-decoration:underline;}





#body{
	width:650px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
}







/*** HEAD COLUMN ***/



#headColumn{
	width:650px;
	height:197px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headColumn h1{
	padding:0;
}

#headColumn h1 a{
	width:300px;
	height:100px;
	display:block;
}

#headColumn h1 a span{
	display:none;}








/*** NAVI COLUMN ***/



#naviColumn{
	width:214px;
	padding:0;
	margin:20px 0 0 3px;
	position:relative;
	float:left;
}


#naviColumn ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#naviColumn ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #ccc;
}


#naviColumn h2{
	width:214px;
	height:25px;
	background:#fff url(img/l_h2.gif) no-repeat;
	margin:0 0 5px;
}


#naviColumn h2 span{
	display:none;}



	


ul#siteNavi{
	width:213px;
	margin:0;
	padding:0 0 16px;
	background:#ffe8be url(img/l_img03.gif) no-repeat;
	background-position:bottom;
}


ul#siteNavi li{
	padding:0;
	margin:0;
	border:none;
}


ul#siteNavi li a{
	width:185px;
	padding:8px 2px 8px 26px;
	margin:0;
	background:url(img/l_img02.gif) 3px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #ffa700;
}


ul#siteNavi li a:hover{
	color:#F00;
}




ul#siteNavi li#cl1 a{
	width:193px;
	height:22px;
	padding:15px 10px;
	margin:0;
	background:#fff url(img/l_img01.gif) repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
	display:block;
	border:none;
}


ul#siteNavi li#cl1 a:hover{
	color:#F00;
}











/*** TEXT COLUMN ***/



#textColumn{
	width:417px;
	margin:0 5px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#textColumn ul{
	margin:0px 5px 20px;
}


#textColumn li{
	line-height:200%;
}



#textColumn h2{
	width:402px;
	height:37px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:37px;
}



#textColumn h3{
	width:397px;
	padding:5px 0px 5px 20px;
	margin:20px 0;
	background:url(img/h3.gif) 0px 5px no-repeat;
	color:#333;
	font-size:14px;
	line-height:100%;
	border-top:1px dashed #333232;
	border-bottom:1px dashed #333232;
}







/*** FOOT COLUMN ***/



#footColumn{
	clear:both;
	width:650px;
	padding:5px 0;
	margin:30px 0 0;
	background-color:#ffa700;
	font-size:10px;
	line-height:150%;
	text-align:right;
	color:#fff;
}


#footColumn ul{
	padding:5px;
}


#footColumn ul li{
	line-height:180%;}

#footColumn p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#footColumn img{
	border:0;
	margin:5px;
}



