/*-----　　　　構成　　　　-----*/


#base0 {
	width:100%;
	background-image:url(../top/top_bg01.jpg);
	background-color: #f1f3f2;
	margin: 0px;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
}
#base {
	width:950px;
	background-color: #ffffff;
	margin: 0px;
}
#frame_left {
float:left;
width:768px;
background-color: #ffffff;
}
#box_a {
	float:left;
	width:550px;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 7px;
 background-color: #ffffff;
}
#box_b {
	float:right;
	width:200px;
	margin-top: 1px;
	margin-bottom: 4px;
	margin-left: 2px;
}
#footer_a {
	clear:both;
	width:755px;
	margin-top: 0px;
	margin-left: 7px;
	background-color: #ffffff;
}
#frame_right {
	float:right;
	width:159px;
	background-color: #ffffff;
}
#box_c {
	float:left;
	width:150px;
	margin-top: 1px;
	margin-left: 0px;
	background-color: #ffffff;
}
#box_d {
	float:right;
	width:154px;
	margin-top: 0px;
	margin-left: 2px;
	background-color: #ffffff;
}
