@charset "UTF-8";
/* CSS Document */

.clear{
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
	position: relative;
}
/* End hide from IE-mac */

body {
	min-width: 100%;
}
#container {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}
#header {
	width: 100%;
	padding: 0px;
	text-align: center;
	min-width: 100%;
	background-image: url(../img/h-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 67px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#header-container {
	width: 820px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}
#t-logo {
	display: block;
	float: left;
	width: 240px;
	height: 55px;
	margin: 0px;
}
#t-logo a {
	background-image: url(../img/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 240px;
	text-decoration: none;
	text-indent: -9999px;
}
#g-navi {
	float: right;
	width: 565px;
}
#g-navi ul {
	display: block;
	width: 565px;
	margin: 0px;
	padding-left: 0px;
}
#g-navi .noact {
	display: block;
	float: right;
	height: 55px;
	padding: 0px;
	font-size: 9px;
	line-height: 9px;
	overflow: hidden;
}
#g-navi .act {
	display: block;
	float: right;
	height: 67px;
	padding: 0px;
	font-size: 9px;
	line-height: 9px;
	overflow: hidden;
}
#header #t-logo #g-navi a {
	display: block;
	height:55px;
	line-height: 55px;
	margin: 0px;
	outline: none;
	padding: 0px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}
#header #t-logo #g-navi a:hover {
	background-position: 0px;
	background-repeat: no-repeat;
	margin: 0px;
	display: block;
	height: 55px;
	line-height: 55px;
	outline: none;
	padding: 0px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}
#t-info a {
	background-image:url(../img/btn-info.gif);
	background-position: 0px;
	background-repeat:no-repeat;
	display:block;
	height: 177px;
	padding: 0px;
	line-height: 55px;
	width: 99px;
	text-decoration: none;
	text-indent: -9999px;
}
#t-info a:hover {
	background-position: 0px -55px;
	background-repeat:no-repeat;
	width: 99px;
	text-decoration: none;
	text-indent: -9999px;
}
#g-navi #t-info .active {
	background-position: 0px -110px;
	background-repeat: no-repeat;
	display: block;
	float: right;
	padding: 0px;
	height: 67px;
	width: 99px;
	overflow: hidden;
}	
#t-about a {
	background-image: url(../img/btn-about.gif);
	background-position: 0px;
	background-repeat:no-repeat;
	width: 106px;
	display: block;
	height: 177px;
	line-height: 55px;
	text-decoration: none;
	text-indent: -9999px;
}
#t-about a:hover {
	background-position: 0px -55px;
	background-repeat:no-repeat;
	width: 106px;
	text-decoration: none;
	text-indent: -9999px;
}
#t-blog a {
	background-image: url(../img/btn-blog.gif);
	background-position: 0px;
	background-repeat:no-repeat;
	width: 138px;
	display: block;
	height: 177px;
	line-height: 55px;
	text-decoration: none;
	text-indent: -9999px;
}
#t-blog a:hover {
	background-position: 0px -55px;
	background-repeat:no-repeat;
	width: 138px;
	text-decoration: none;
	text-indent: -9999px;
}
#t-access a {
	background-image: url(../img/btn-access.gif);
	background-position: 0px;
	background-repeat:no-repeat;
	width: 67px;
	display:block;
	height: 177px;
	line-height: 55px;
	text-decoration: none;
	text-indent: -9999px;
}
#t-access a:hover {
	background-position: 0px -55px;
	background-repeat:no-repeat;
	width: 67px;
	text-decoration: none;
	text-indent: -9999px;
}
a {
	color: #837f78;
	line-height: normal;
}
a:hover {
	color: #ded8cd;
} 
li {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
#breadcrumbs {
	width: 820px;
	height: 15px;
	margin: 5px auto 28px;
	padding-top: 2px;
	padding-bottom: 0px;
	font-size: 12px;
}
#breadcrumbs a {
	background-image: url(../img/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 1.4em 0 0.6em;
	color: #837f78;
}
#breadcrumbs a.home {
	padding: 0 1.5em 0 0;
}
#breadcrumbs span.p-info {
	margin-left: 0.5em;
	font-weight: bold;
	color: #837f78;
}
#footer {
	padding-top: 0px;
	text-align: center;
	clear: both;
	padding-bottom: 30px;
	margin-top: 60px;
	float: left;
}
#inner-foot {
	margin: 0px auto;
	text-align: left;
	vertical-align: middle;
	width: 820px;
}
#top {
	padding-bottom: 8px;
	margin-bottom: 20px;
	background-image: url(../img/f-border.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}
#top ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#top li {
	display: block;
	float: left;
	margin-right: 15px;
	padding: 0px;
}
#recruit a {
	background-image: url(../img/f-recruit.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	display: block;
	width: 48px;
	height: 24px;
	text-decoration: none;
	text-indent: -9999px;
}
#recruit a:hover {
	background-position: 0px -12px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}
#contact a {
	background-image:url(../img/f-contact.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	display: block;
	width: 71px;
	height: 24px;
	text-decoration: none;
	text-indent: -9999px;
}
#contact a:hover {
	background-position: 0px -12px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}
#privacy a {
	background-image: url(../img/f-privacy.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	display: block;
	width: 118px;
	height: 24px;
	text-decoration: none;
	text-indent: -9999px;
}
#privacy a:hover {
	background-position: 0px -12px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}
#sitemap a {
	background-image: url(../img/f-sitemap.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	display: block;
	width: 72px;
	height: 24px;
	text-decoration: none;
	text-indent: -9999px;
}
#sitemap a:hover {
	background-position: 0px -12px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}
#inner-foot #top .onmouse {
	display: block;
	height: 12px;
	overflow: hidden;
}
#bottom {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	width: 820px;
}
.logo {
	display: block;
	floart: left;
	width: 159px;
	float: left;
}
.copyright {
	float: right;
	margin: 16px 0px 0px 0px;
}
#to-top a {
	background-image:url(../img/totop.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	display: block;
	height:84px;
	width: 34px;
	text-decoration: none;
	text-indent: -9999px;
}
#to-top a:hover {
	background-position: 0px -42px;
	background-repeat: no-repeat;
	display: block;
	height:84px;
	width: 34px;
	text-decoration: none;
	text-indent: -9999px;
}
.pagetop {
	float: right;
	position: relative;
	left: 14px;
	top: -4px;
	width: 34px;
	margin-top: 0px;
	overflow: hidden;
	height: 42px;
}
.l-posi {
	float: left;
}
.r-posi {
	float: right;
}
