*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	test-decoration: none;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(image/background.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#main {
	width: 760px;
	height: 420px;
}
#area-history {
	width: 400px;
	height: 240px;
	overflow: auto;
	text-align: left;
	color: #378774;
	font-size: 0.9em;
	font-style: Normal;
	font-family: Arial;
	line-height: 150%;
	background-image: url(image/history05.jpg);
}
#area-text {
	width: 430px;
	float: left;
}
#area-visual {
	width: 330px;
	float: left;
}
#area-menu {
	width: 760px;
	clear: both;
}
#area-cglist{
	width: 260px;
	float: left;
}
#area-cg {
	width: 500px;
	float: left;
}
#menu {
	width: 760px;
	height: 35px;
	clear: both;
}
#footer {
	width: 760px;
	height: 145px;
}