
/* ページ全体 */
* { margin: 0; padding: 0; }

body { 
	background-color:#fff; 
	text-align:center; 
	line-height:20px;
	font-size:small;
	color:#333;
	}
	
tr,td{
	font-size:small;
	line-height:20px;
	vertical-align:top; 
	color:#333;
	}
	
a:link { color: #05f; text-decoration: none;}
a:visited { color: #05f; text-decoration: none;}
a:hover { color: #00f; text-decoration: underline;}
a:active { color: red; }
	
/* div id */

#container{
	background-color:#fff; 
	width:750px;
	margin-left:auto;
	margin-right:auto;
	}

#head{
	width:750px;
	}
	
#head_left{
	float:left;
	width:543px;
	height:280px;
	}

#head_right{
	float:right;
	width:207px;
	height:280px;
	}
	
#main{
	background-color:#fff; 
	width:750px;
	}
	
#main_center{
	float:left;
	text-align:left; 
	background-image:url(img/main_bg.jpg);
	width:690px;
	padding:30px;
	}

	
#main_foot{
	clear: both;
	background-image:url(img/main_foot.jpg);
	width:750px;
	height:20px;
	}
		
#menu{
	width:750px;
	height:48px;
	}

	
#right_box{
	float:right;
	width:430px;
	}

#foot{
	background-color:#fff; 
	width:710px;
	padding:20px;
	text-align:left; 
	}
	
#ana{
	float:left;
	width:250px;
	}
	

	
/* class */

.foot_text{
	float:right;
	width:480px;
	text-align:left; 
	}



