@charset "UTF-8";
/* formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-image: url(home_pic/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
hr {
	display: none;
}
/* link styles
----------------------------*/
a img {
	border-style: none;
}

a:link {
	color: #FF3333;
	text-decoration: none;
}
a:visited {
	color: #FF3333;
	text-decoration: none;
}
a:hover {
	color: #FF9999;
	text-decoration: none;
}
a:active {
	color: #FF3333;
	text-decoration: none;
}
/* basic layout
----------------------------*/
#wrapper {
	margin: 0px auto;
	width: 800px;
}
#header {
	width: 800px;
}
#main {
	float: none;
	width: 800px;
	margin-bottom: 20px;
	padding-top: 10px;
}
#footer {
	clear: both;
	padding-top: 10px;
}
#main div.enter {
	float: left;
	padding-bottom: 15px;
}
#main div.midashi {
	float: left;
	padding-bottom: 10px;
	width: 800px;
	padding-top: 10px;
}
#main div.midashi2 {
	float: left;
	width: 320px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#main div.text {
	float: left;
	width: 800px;
	padding-bottom: 10px;
}
#main div.kore {
	width: 800px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	list-style: none;
}
#main div.map1 {
	float: left;
	width: 440px;
	font-size: 75%;
	line-height: 16px;
	padding-bottom: 15px;
}
#main div.map2 {
	float: right;
	width: 344px;
}
#main div.map2link {
	float: right;
	width: 344px;
	padding-top: 5px;
}
#main .map2 .map2link a {
	width: 100px;
	float: left;
}
#main ul {
	width: 460px;
	list-style: none;
	float: right;
	padding-top: 17px;
	padding-bottom: 10px;
}
#main li {
	float: left;
	list-style: none;
}
#main li a {
	height: 20px;
	width: 80px;
	float: left;
	padding-bottom: 10px;
}
#main div.toi {
	padding-top: 15px;
	float: left;
	width: 800px;
	padding-bottom: 15px;
}
/* footer styles
----------------------------*/
#footer  div.home {
	float: left;
	width: 105px;
	padding-bottom: 30px;
}
#footer  div.back {
	float: right;
	width: 119px;
	padding-bottom: 30px;
}
