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


#wrapper{
	
	margin-left:50px;
	width:1000px;
}



#center_box{
	
	background-color:#FFF;
	height:500px;
	width:1000px;
	color:#000000;
	

}


#center_box_left{

	float:left;
	width:460px;
	
	margin-top:20px;
	margin-left:20px;
	
}


#center_box_right{

	float:left;
	width:500px;
	
	margin-top:45px;
}


div.contetns_box_title{
	margin-bottom:20px;
}

div.contents_box_01{
	margin-bottom:20px;
}





ul{
	padding-left:25px;
	list-style-type: none;
	line-height:2.2em;
}





#footer{
	clear:both;
	text-align:center;
	height:100px;
	width:1000px;

}
