
/* ページ全体 */
* { 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:545px;
	height:203px;
	}

#head_right{
	float:right;
	width:205px;
	height:203px;
	}
	

	
#foot{
	text-align:center; 
	}
	

	
/* class */

.main_box{
	margin-left:auto;
	margin-right:auto;
	text-align:left; 
	width:700px;
	height:220px;
	}
	
.small_box_right{
	float:right;
	width:330px;
	}
	
.small_box_left{
	float:left;
	width:330px;
	}

.catchcopy{
	float:right;
	width:470px;
	}
