/*** 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:#06F;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}







/*** HEADER COLUMN ***/


#header_column{
	background-color:#000;
	text-align:center;
}


#header01{
	width:637px;
	height:167px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0 auto;
	text-align:left;
}


#header01 h1{
	padding:30px 0 0;
}

#header01 h1 a{
	width:470px;
	height:137px;
	display:block;
}

#header01 h1 a span{
	display:none;}






/*** CONTENT COLUMN ***/


#content_column{
	width:637px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
}




/* NAVI BOX */


#navi_box{
	width:201px;
	padding:0;
	margin:20px 0 0 8px;
	position:relative;
	float:left;
}


#navi_box ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}


#navi_box ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #aaa;
}



#navi_box h2{
	width:201px;
	height:33px;
	background:#fff url(img/l_h2.jpg) no-repeat;
	margin:0;
}


#navi_box h2 span{
	display:none;}



ul#site_navi{
	width:201px;
	margin:0 0 15px;
	padding:0 0 20px;
	background-color:#1f2240;
}


ul#site_navi li{
	padding:0;
	margin:0;
	border:none;
	background-color:#282727;
}


ul#site_navi li a{
	width:173px;
	padding:8px 0px 8px 28px;
	margin:0;
	background:url(img/img02.jpg) 4px 8px no-repeat;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #fff;
}

ul#site_navi li a:hover{
	color:#f00;
}


ul#site_navi li#cl1 a{
	width:181px;
	padding:7px 10px;
	margin:0;
	background:#fff url(img/img01.jpg) repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:19px;
	text-decoration:none;
	display:block;
	border:none;
}

ul#site_navi li#cl1 a:hover{
	color:#F00;
}




/* TEXT BOX */


#text_box{
	width:405px;
	margin:0 10px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}



#text_box ul{
	margin:0px 5px 20px;
}


#text_box li{
	line-height:200%;
}



#text_box h2{
	width:395px;
	height:30px;
	padding:0 0 0 10px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:30px;
}


#text_box h3{
	width:375px;
	height:23px;
	padding:0 0 0 30px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:23px;
}




#text01{
	width:405px;
	padding:0 0 30px;
}








/* COPY BOX */



#copy_box{
	clear:both;
	width:637px;
	padding:0;
	margin:30px 0 0;
	background:#fff url(img/copy_bg.jpg) repeat;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}



#copy_box ul{
	padding:10px;
}


#copy_box ul li{
	line-height:180%;}

#copy_box p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:617px;
	text-align:right;
}

#copy_box img{
	border:0;
	margin:5px;
}


