@charset "utf-8";
/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;/**/
	height:100%;
}
body {
	font-family:Verdana, sans-serif;
	font-size:80%;
	color:#333;
	height:100%;
	background:#000;
}
h1,h2,h3,h4,h5,h6 {
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}
.clear {
	clear:both;
}
#container{
	margin:0 auto;
	width:760px;
	height: 100%;
	min-height: 100%;
	background:#000;
	text-align:center;
	position:relative;
	}
body > #container {
        height: auto;
}
#wrapper {
	height:519px;/**/
	padding-bottom: 2px;
}
h1{
	background:#000 url(image/header.gif) no-repeat;
	width:620px;
	height:36px;
	text-align:left;
	padding:25px 0 0 140px;
	font-size:10px;
	font-weight:lighter;
	color:#FFFFFF;
	}
	
h1 a{
	width:120px;
	height:20px;
	padding:18px 0 0 10px;
	display:block;
	float:left;
	top:0;
	left:0;
	position:absolute;
	}
	
a:link {
	text-decoration: none;
	font-weight:bolder;
	color: #ff6600;
}
a:visited {
	text-decoration: none;
	font-weight:bolder;
	color: #ff6600;
}
a:hover {
	text-decoration: underline;
	font-weight:bolder;
	color: #ff6600;
}
a:active {
	text -decoration: underline;
	font-weight:bolder;
}

/*------navigation------*/
#navi{
	width:760px;
	height:37px;
	clear:both;
	}
#navi li {
 display:inline;
 list-style-type:none;
}
#navi li a {
 height:37px;
 display:block;
 float:left;
 text-indent:-9877em;
 text-decoration:none;
 overflow:hidden;
}
/*------off------*/
#navi li.menu01 a {
	background:url(image/menu01.gif) no-repeat;
	width:96px;
}
#navi li.menu02 a {
	background:url(image/menu02.gif) no-repeat;
	width:91px;
}
#navi li.menu03 a {
	background:url(image/menu03.gif) no-repeat;
	width:91px;
}
#navi li.menu04 a {
	background:url(image/menu04.gif) no-repeat;
	width:119px;
}
#navi li.menu05 a {
	background:url(image/menu05.gif) no-repeat;
	width:91px;
}
#navi li.menu06 a {
	background:url(image/menu06.gif) no-repeat;
	width:119px;
}
#navi li.menu07 a {
	background:url(image/menu07.gif) no-repeat;
	width:91px;
}
#navi li.menu08 a {
	background:url(image/menu08.gif) no-repeat;
	width:62px;
}

/*------hover------*/
#navi li.menu01 a:hover {
	background:url(image/menu01-over.gif) no-repeat;
	width:96px;
}
#navi li.menu02 a:hover {
	background:url(image/menu02-over.gif) no-repeat;
	width:91px;
}
#navi li.menu03 a:hover {
	background:url(image/menu03-over.gif) no-repeat;
	width:91px;
}
#navi li.menu04 a:hover {
	background:url(image/menu04-over.gif) no-repeat;
	width:119px;
}
#navi li.menu05 a:hover {
	background:url(image/menu05-over.gif) no-repeat;
	width:91px;
}
#navi li.menu06 a:hover {
	background:url(image/menu06-over.gif) no-repeat;
	width:119px;
}
#navi li.menu07 a:hover {
	background:url(image/menu07-over.gif) no-repeat;
	width:91px;
}
#navi li.menu08 a:hover {
	background:url(image/menu08-over.gif) no-repeat;
	width:62px;
}


/*------main------*/
#contents{
	width:760px;
	background:#FFFFFF;
	}

/*------footer------*/
#footer{
	width:760px;/*
	position: absolute;
	left:0;
	bottom: 0;
    height: auto;*/
	margin:0 auto;
	clear:both;
	background:#8D7C7C;
	color:#fff;
	font-size:10px;
	}
#left{
	float:left;
	text-align:left;
	padding:10px;
	}
.ttl{
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	margin:0;
	line-height:1em;
	}
#right{
	float:right;
	background:#8D7C7C url(image/copyright.gif) no-repeat right bottom;
	width:370px;
	text-align:right;
	padding:0px 10px 15px 0;
	}
#right li{
	float:right;
	margin-left:15px;
	padding-bottom:3px;
	letter-spacing:0.2em;
	}
	
#anker {
	background: #8D7C7C;
	border-top: solid 1px #DDDDDD;
}

#anker th{
	color:#FFFFFF;
	font-size: 10px;
	font-weight:lighter;
	text-align: left;
	vertical-align: top;
	width: 20%;
	padding: 2px 0 2px 10px;
}

#anker th a { color:#FFFFFF; text-decoration: none;}
#anker th a:hover { text-decoration: underline;}

#anker tr .fo_senn {
	vertical-align: top;
	width: 5%;
}

#anker td {
	color:#FFFFFF;
	font-size: 10px;
	font-weight:lighter;
	line-height: 140%;
	text-align: left;
	width: 75%;
	padding: 2px 0;
}

#anker td a { color:#FFFFFF; text-decoration: none;}
#anker td a:hover { text-decoration: underline;}

