
/* ページ全体 */
* { margin: 0; padding: 0; }

body { 
	background-color:#fff; 
	text-align:center; 
	line-height:20px;
	font-size:large;
	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:545px;
	height:203px;
	}

#head_right{
	float:right;
	width:205px;
	height:203px;
	}
	
#main{
	background-image:url(img/main_bg.jpg);
	text-align:left; 
	width:750px;
	}
	
#main_menu{
	width:750px;
	}
		
#main_bg{
	width:750px;
	}
	
	
#main_foot{
	clear: both;
	background-image:url(img/main_foot.jpg);
	width:750px;
	height:14px;
	}
	
#main_top{
	background-image:url(img/main_top.jpg);
	width:750px;
	height:14px;
	}	

	
#foot{
	text-align:center; 
	height:100px;
	margin:10px;
	}
	

	
/* class */


.main_box{
	width:650px;
	margin:20px 50px;
	}

.catchcopy{
	float:right;
	width:470px;
	}
