﻿/* 固定 */

body {
	font-family: Verdana, sans-serif, Arial, Helvetica;
	background-image: url(../sample/site_bg.jpg);
}

#WRAPPER {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
}
#HEADER {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height:105px;
	overflow: hidden;
}
#VISION {
	height: 500px;
	width: 765px;
}

#CONTENT {
	height: 800px;
}


#CONTENT #LEFT {
	width: 350px;
	height: 800px;
	float: left;
	background-image: url(../images/index_01.jpg);
}

#CONTENT #RIGHT {
	width: 415px;
	height: 800px;
	float: right;
}
#CONTENT #RIGHT #MENU {
	width: 415px;
	height: 128px;
	float: right;
}
#CONTENT #RIGHT #MAIN {
	width: 415px;
	height: 672px;
	float: right;
	background-color: #000000;
}


#COPYRIGHT{
display:block;
width:765px;
height:60px;
}
