* {
	padding:0;
	margin:0;
}
body {
	text-align:center;
}
#main_wrap {
	width:980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {

	width:980px;
	height: 240px;
}
#header_top {
	
	width:980px;
	height: 85px;
}
#header_bottom {
	
	width:980px;
	height: 155px;
}

#button_box {
	float:left;
	width:220px;
	height:20px;
	text-align:center;
}
#service_box {
	float:left;
	background:url(../images/bg_header.jpg) left top no-repeat;
	width:759px;
	height:40px;
	text-align:right;
	padding-top:45px;
}
#logo_box {
	width:220px;
	text-align:center;
	height:50px;
	padding-top:35px;
	float:left;
}
#top_navi {
	width:195px;
	height:138px;
	background:url(../images/test1/bg_navi_box.jpg) left top no-repeat;
	padding-top:7px;
	float:left;
}
#image_box {
	float:left;
	width:564px;
	height:145px;
	overflow: hidden;

}
#content {
	width:980px;
	float:left;


}
#content_left {
	width:190px;
	padding:10px;
	margin-right:10px;
	float:left;
}
#content_main {
	width:550px;
	float:left;
	padding-top:10px;
}
#content_right {
	width:189px;
	padding:10px 0px 10px 10px;
	margin-left:10px;
	float:left;
}

#content_main_wide {
	width: 680px;
	float:left;
	margin-left:-5px
}

