@charset "UTF-8";
/* formatting style
-------------------------------*/
* {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
body {
	width: 100%;
	font-size: 70%;
	line-height: 1.6;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	border-collapse:collapse;
	
	
	
}
ul {
	list-style: none;
}
span {
	clear:both;
	display:block
}
/* link styles
-------------------------------*/
a img {
	border-style: none;
	margin: 0 10px 0 0px;
}
a:link {
	color: #00bfff;
	text-decoration: none;
}
a:visited {
	color: #ff69b4;
	text-decoration: none;
}
a:hover {
	color: #ff69b4;
	
}
a:active {
	color: #30F;
	
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------------------*/
#wrapper {
	width: 100%;
}
#bg {
	background-image: url(../image/haikei/bg.png);
	background-repeat: repeat-y;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 50px;
	clear: both;
	background-image: url(../image/haikei/footer_bg.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 10px;
}
#header {
	width: 900px;
	height: 200px;
	background-image: url(../image/logo.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	border-right: 3px solid #069;
	border-left: 3px solid #069;
}
/* header styles
-------------------------------*/
ul#headerMenu {
	height: 70px;
	position: relative;
	top: 130px;
	left: 0px;
}
ul#headerMenu li {
	display: inline;
	height: 70px;
	width: 60px;
	margin-right: 15px;
	padding: 0px;
	margin-bottom: 0px;
}
ul#headerMenu li#about {
	width: 120px;
}
/* footer styles
-------------------------------*/
#footerMenu {
	margin: 0px auto 0 auto;
	width: 860px;
	height: 120px;
	padding: 0 0px 0 0px;
	clear:both;
}
ul#footerList {
	margin: 0 0 30px 0;
	list-style: none;
	color: #00bfff;
	text-align: center;
}

ul#footerList a:link {
	font-weight: bold;
	color: #00bfff;
}
ul#footerList a:visited {
	font-weight: bold;
	color: #696969;
}
ul#footerList a:hover {
	font-weight: bold;
	color: #ffc0cb;
}
ul#footerList a:active {
	font-weight: bold;
	position: relative;
	left: +1px;
	top: +1px;
}
ul#footerList li {
	display: inline;
	margin-right: 30px;
}
ul#footerList #home {
	margin: 0px;
}



address {
	text-align: center;
	font-style: normal;
	color: #664B4B;
	font-family: Georgia, "Times New Roman", Times, serif;
}

