@charset "utf-8";
/* CSS Document */

/*html & body*/
html , body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #3ac2cf;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*main container*/


#main_container {
	width: 100%;
	background-image: url(../images/layout/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #aae5ea;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

#top_nav {
	width: 898px;
	margin: auto;
	padding: 0;
}

#top_navi {
	margin: 0;
	padding: 0;
}

#top_navi li{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	text-align: left;
}

.tn_space {
	background-image:url(../images/nav/top/space.png);
	background-repeat: no-repeat;
	width: 37px;
	height: 19px;
	display: block;
}

.home {
	background-image:url(../images/nav/top/home.png);
	background-repeat: no-repeat;
	width: 38px;
	height: 19px;
}

.home a{
	background-image:url(../images/nav/top/home.png);
	background-repeat: no-repeat;
	width: 38px;
	height: 19px;
	display: block;
}

.home a:hover{
	background-position: -19px;
}

.company {
	background-image:url(../images/nav/top/company_over.png);
	background-repeat: no-repeat;
	width: 51px;
	height: 19px;
}

.company a{
	background-image:url(../images/nav/top/company_up.png);
	background-repeat: no-repeat;
	width: 51px;
	height: 19px;
	display: block;
}

.company a:hover{
	background-image: none;
}

.others {
	background-image:url(../images/nav/top/others_over.png);
	background-repeat: no-repeat;
	width: 95px;
	height: 19px;
}

.others a {
	background-image:url(../images/nav/top/others_up.png);
	background-repeat: no-repeat;
	width: 95px;
	height: 19px;
	display: block;
}

.others a:hover{
	background-image: none;
}

.contact_us {
	background-image:url(../images/nav/top/contact_over.png);
	background-repeat: no-repeat;
	width: 76px;
	height: 19px;
}

.contact_us a{
	background-image:url(../images/nav/top/contact_up.png);
	background-repeat: no-repeat;
	width: 76px;
	height: 19px;
	display: block;
}

.contact_us a:hover{
	background-image: none;
}

/**content**/

#content_bg1 {
	background-image: url(../images/layout/contain_bg1.png);
	background-repeat: no-repeat;
	width: 955px;
	height: 29px;
	display: block;
	margin: auto;
	padding: 0;
}

#content_bg2 {
	background-image: url(../images/layout/contain_bg2.png);
	background-repeat: repeat-y;
	width: 955px;
	margin: auto;
	padding: 0;
}

/**main navigation**/

#main_nav {
	margin: 0;
	width: 717px;
	padding: 30px 0 0 0;
	height: 65px;
	border-bottom: 2px solid #86a63f;
}

#content_bg3 {
	background-image: url(../images/layout/contain_bg3.png);
	background-repeat: no-repeat;
	width: 955px;
	height: 29px;
	display: block;
	margin: auto;
	padding: 0;
}

/*footer*/


#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../images/layout/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #aae5ea;
}

#foot {
	width: 898px;
	margin: auto;	
	padding: 0;
	text-align:left;
	line-height: 18px;
}

#inner_footer {
	width: 898px;
	margin: 0;
	padding: 0;
}

#inner_footer li{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
}

.company_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aae5ea;
	margin: 0;
	padding: 0;
	padding-top: 30px;
}

.copyright{
	margin: 0;
	padding: 0;
	text-align: right;
}

.company_info{
	margin: 0;
	padding: 0;
}

.copyright_font{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aae5ea;
	margin: 0;
	padding: 0;
}

.footer_space{
	width: 120px;
	display: block;
	margin: 0;
	padding: 0;
}