@charset "UTF-8";
/* CSS Document */




#cp_image {
		height:auto;
		width:640px;
		margin:12px 0 15px 0;
		* margin:0px 0 10px 0;
		float:left;
		text-align:center;
	}

 #text_box_wide {
	text-align:left;
	float:left;
	width:640px;
	height:auto;
	margin:0px;
	* margin:0px;
	}
	
#text_box_wide_in {
	float:left;
	text-align:left;
	font-size:13px;
	font-weight:400;
	line-height:1.6em;
	margin:10px;
	* margin:10px;
	color:#333333;
	}

#table_box_wide_in {
	float:left;
	text-align:left;
	font-size:12px;
	font-weight:400;
	line-height:1.2em;
	margin:0px;
	* margin:10px 5px 10px 5px;
	}

#t_tb01 {
	border-collapse:collapse;
	border-spacing:0;
	font-size:12px;
	border:1px solid #333333;
	width:630px;

}

#t_th01 {
	background:#333;
	color:#fff;
	font-weight:800;
	width:25%;
	text-align:left;
	font-size:12px;
	padding:7px;
	border:1px solid #999;
	}
	
#t_td01 {
	color:#333;
	font-weight:200;
	width:75%;
	text-align:left;
	font-size:12px;
	padding:7px;
	border:1px solid #999;
	}


#t_th02 {
	background:#333;
	color:#fff;
	font-weight:800;
	width:35%;
	text-align:left;
	font-size:12px;
	padding:7px;
	border:1px solid #999;
	}
	
#t_td02 {
	color:#333;
	font-weight:200;
	width:65%;
	text-align:left;
	font-size:12px;
	padding:7px;
	border:1px solid #999;
	}


#menu_box_left {
	float:left;
	width:300px;
}

#menu_box_right {
	float:right;
	width:300px;
}

#menu_left {
	height:40px;
	clear:left;
	text-align:left;
	margin:5px 10px 0px 10px;
	}
	
#menu_right {
	
	height:40px;
	clear:right;
	text-align:left;
	margin:5px 10px 0px 10px;
	}
	
	
#news_box {
        border-bottom:1px  #666666 dotted;
		clear:left;
    	padding:0;
		margin:10px 5px 10px 30px;
		width:550px;
		text-align:left;
}	
	
.red_text {
	color:#f03;
	}


