/* underconstruction */
#underconstruction {
	background-color: #FFF;
	width: 720px;
	height: 200px;
	margin: 200px auto;
	text-align: center;
}
/* meiwa basic */
html {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/home_bgimg01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
header {
	width: 980px;
	margin: 0 auto;
	display: none;
}
nav {
	width: 1000px;
	margin: 0 auto;
}
nav ul {
}
nav li {
	width: 230px;
	height: 44px;
	margin: 8px 10px;
	background-color: #FFF;
	opacity: 0.8;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}
nav li a {
	display: block;
}
nav li a:hover {
	background-color:#CCC;
}
.homecontent1 {
	margin: 0 auto;
	padding: 120px 0 100px 0;
	width: 980px;
	text-align: center;
}
footer {
	font-size: 12px;
	color: #FFF;
	padding: 10px;
	text-align: center;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:link {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #f30;
	text-decoration: none;
}
footer a:visited {
	color: #fff;
	text-decoration: none;
}
/* common */
h1 {
	font-size: 14px;
	font-weight: bold;
}
a {
	color: #666;
	text-decoration: none;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
