@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

.fix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.clear {
	clear: both;
}
.no-marker {
	list-style-type: none;
}
.bottom30px {
	margin-bottom: 30px;
}

a:link {
	color: #0099CB;
	}
a:visited {
	color: #257894;
	}
a:active {
	color: #0099CB;
	}
a:hover {
	color: #68D3F7;
	}

body {
	text-align: center;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	color: #555555;
	font-size: 12px;
	font-family: MS PGothic , sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}
h1 {
	float: left;
	height: 167px;
	width: 239px;
}
h2 {
	margin-bottom: 25px;
}
h3 {
	margin-bottom: 20px;
}



#wrap {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	height: 184px;
	width: 776px;
	background-image: url(../images/main-visual.jpg);
	background-repeat: no-repeat;
	background-position: left 46px;
	padding-left: 24px;
	padding-bottom: 50px;
}
#head-menu {
	height: 31px;
	width: 350px;
	float: right;
	margin-top: 15px;
}
#content {
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 800px;
}
#main-body p {
	line-height: 24px;
	padding-right: 8px;
	padding-left: 8px;
}
#menu {
	float: left;
	width: 170px;
}
#menu ul {
	margin-bottom: 20px;
}

#menu li a:hover {
	background-color:transparent;
}
#menu li a:hover img{
	visibility:hidden;
}
#menu li a {
	height: 40px;
	width: 170px;
	display: block;
}
li.home {
	background-image: url(../images/btn-homeo.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
}
li.news {
	background-image: url(../images/btn-newso.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
}
li.information {
	background-image: url(../images/btn-informationo.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
}
li.item {
	background-image: url(../images/btn-itemo.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
}
li.about {
	background-image: url(../images/btn-abouto.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
}
li.director {
	background-image: url(../images/btn-directoro.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
}
li.faq {
	background-image: url(../images/btn-faqo.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
}
li.link {
	background-image: url(../images/btn-linko.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
}


#main {
	float: right;
	width: 585px;
}
#pagetop {
	height: 32px;
	width: 800px;
	text-align: right;
	padding-top: 30px;
}
#foot-menu {
	text-align: center;
	width: 800px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#foot-menu p {
	line-height: 18px;
	margin-bottom: 10px;
}


#foot {
	height: 115px;
	width: 785px;
	background-image: url(../images/bg-foot.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-left: 15px;
}
