@import url("fvn.css");
@charset "utf-8";
*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	line-height:1;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	list-style:none;
}
body{
	font-size:12px;
	color:#555;
	text-align:center;
}
a{
	color:#006BB4;
}
a img:hover,
a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#head{
	background:url("../img/head_b.gif") repeat-x;
	width:100%;
	height:80px;
	text-align:center;
}
.inner{
	width:900px;
	text-align:left;
	margin:0 auto;
	padding-top:5px;
}
#head p{
	float:left;
	font-size:10px;
}
#head ul{
	float:right;
}
#head ul li{
	float:left;
}
#head ul li a{
	background:url("../img/icon.gif") no-repeat;
	padding-left:16px;
	margin-left:10px;
	color:#666
}
#head ul li a:hover{
	text-decoration:underline;
	color:#bbb;
}
#head h1{
	clear:both;
}
#head h1 a{
	background:url("../img/head_logo.gif") no-repeat;
	width:300px;
	height:50px;
	display:block;
	float:left;
	text-indent:-9898px;
}
#head h1 a:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#head address{
	background:url("../img/head_tel.gif") no-repeat;
	width:260px;
	height:30px;
	float:right;
	text-indent:-9898px;
	margin-top:20px;
}
#navi{
	background:url("../img/navi_b.gif") repeat-x;
	width:100%;
	height:60px;
	text-align:center;
}
#navi ul{
	width:900px;
	height:60px;
	margin:0 auto;
	background:url("../img/navi_hover.gif") repeat-x;
}
#navi ul li{
	float:left;
}
#navi ul li a{
	background:url("../img/navi.gif") no-repeat;
	display:block;
	width:180px;
	height:50px;
	text-indent:-9898px;
}
#navi ul li a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#navi ul li a#navi_home{
	background-position:0 0;
}
#navi ul li a#navi_activities{
	background-position:-180px 0;
}
#navi ul li a#navi_concept{
	background-position:-360px 0;
}
#navi ul li a#navi_gallery{
	background-position:-540px 0;
}
#navi ul li a#navi_corporate{
	background-position:-720px 0;
}
#wrapper{
	width:900px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}
#wrapper #photo{
	margin-bottom:10px;
}
#wrapper #content{
	width:680px;
	margin-right:20px;
	float:left;
}
#wrapper #sub{
	width:200px;
	float:right;
}
#wrapper #sub .nav_bn {
	clear:both;
	background-color:#FFFFFF;
	padding:3px 0;
	}
#wrapper #sub .nav_bn li {
	margin-top:11px;
}

#topicpath{
	clear:both;
	width:100%;
	margin-top:20px;
	background:#9D8049;
	text-align:center;
	overflow:hidden;
}
#topicpath ul{
	width:900px;
	margin:0 auto;
}
#topicpath ul li{
	display:inline;
	line-height:20px;
	margin-right:20px;
}
#topicpath ul li + li{
    padding-left:20px;
    border-left:1px solid #fff;
}
#topicpath ul li a{
	color:#fff;
}
#foot{
	background:#000;
	overflow:hidden;
	text-align:center;
}
#foot div{
	margin:0 auto;
	width:900px;
	padding:20px 0;
}
#foot #foot_logo{
	background:url("../img/foot_logo.gif") no-repeat;
	width:360px;
	height:60px;
	text-indent:-9898px;
	float:left;
}
#foot #foot_tel{
	background:url("../img/foot_tel.gif") no-repeat;
	width:250px;
	height:60px;
	text-indent:-9898px;
	float:left;
	margin-left:20px;
}
#foot a#foot_contact{
	background:url("../img/foot_contact.gif") no-repeat 0 -10px;
	width:240px;
	height:60px;
	display:block;
	text-indent:-9898px;
	float:left;
	margin-left:30px;
}
#foot p{
	font-size:10px;
	color:#9D8049;
	line-height:30px;
	text-align:right;
}



/* viewer */

.viewer {
    margin: 0 auto;
	width: 900px;
	height: 350px;
    text-align: left;
    overflow: hidden;
	margin-bottom: 10px;
}
.viewer ul {
    width: 900px;
    height: 350px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 900px;
    height: 350px;
    display: none;
    position: absolute;
}
.mt0 {
	margin-top: 0!important;
}
.mb9 {
	margin-bottom: 9px!important;
}




