@charset "utf-8";

@import url("reset.css");
@import url("fonts.css");

html {
	height: 100%;
	background: #111 url(../images/back.gif) repeat-x 0px -90px;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", arial, helvetica, clean, sans-serif;
	text-align: center;
	background: #111 url(../images/back.gif) repeat-x 0px -90px;
	color: #eee;
}

body * {
	line-height: 1.6;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

a:active {
	color: #999;
	text-decoration: none;
}


#wrap {
	text-align: left;
	background: #111 url(../images/back.gif) repeat-x 0px -90px;
	width: 910px;
	margin: 0 auto;
	padding: 0 20px;
	min-height: 600px;
}

* html body #wrap { /* for IE6 */
	width: 950px;
} 


#header {
	padding: 30px 0 0 20px;
	height: 60px;
	position: relative;
	background: #111;
}

* html body #header { /* for IE6 */
	height: 90px;
} 

#header #headernavi {
	position: absolute;
	top: 58px;
	right: 10px;
}

#header #headernavi li {
	float: left;
	margin-left: 10px; 
}

#header #headernavi li#headernavi1 {
	background: url(../images/headernavi1over.gif) no-repeat;
}

#header #headernavi li#headernavi2 {
	background: url(../images/headernavi2over.gif) no-repeat;
}

#header #headernavi li#headernavi3 {
	background: url(../images/headernavi3over.gif) no-repeat;
}

#header #headernavi li a {
	display: block;
	position: relative;
}

#header #headernavi li a:hover img,
#header #headernavi li a:focus img {
	visibility: hidden;
}

#content {
}

#flashcontent {
	width: 910px;
	height: 410px;
}

#navi {
	padding: 20px 0 10px 5px;
	background: #333;
	height: 50px;
}

* html body #navi { /* for IE6 */
	height: 80px;
}

#navi ul li {
	float: left;
	padding-right: 23px;
}

#navi ul li#navi9 {
	padding-right: 0px;
}

#navi li#navi1 {
	background: url(../images/navi1-1over.gif) no-repeat;
}

#navi li#navi2 {
	background: url(../images/navi1-2over.gif) no-repeat;
}

#navi li#navi3 {
	background: url(../images/navi1-3over.gif) no-repeat;
}

#navi li#navi4 {
	background: url(../images/navi1-4over.gif) no-repeat;
}

#navi li#navi5 {
	background: url(../images/navi1-5over.gif) no-repeat;
}

#navi li#navi6 {
	background: url(../images/navi1-6over.gif) no-repeat;
}

#navi li#navi7 {
	background: url(../images/navi1-7over.gif) no-repeat;
}

#navi li#navi8 {
	background: url(../images/navi1-8over.gif) no-repeat;
}

#navi li#navi9 {
	background: url(../images/navi1-9over.gif) no-repeat;
}

#navi li a {
	display: block;
	position: relative;
}

#navi li a:hover img,
#navi li a:focus img {
	visibility: hidden;
}

#news {
	position: relative;
	z-index: 1;
	width: 500px;
	padding: 0 0 0 5px;
}

#news p,
#news ul {
	float: left;
}

#news p {
	margin: 2px 20px 0 0;
}

#news p {
	background: url(../images/navi1-10over.gif) no-repeat;
}

#news p a {
	display: block;
	position: relative;
}

#news p a:hover img,
#news p a:focus img {
	visibility: hidden;
}

#news ul {
	padding: 12px 0 0;
	margin: 0;
}

#news ul li {
	background: #333 url(../images/mark.gif) no-repeat 0 6px;
	padding-left: 15px;
}

#footer {
	clear: both;
	background: #333;
	height: 15px;
	text-align: right;
	position: relative;
	z-index: 0;
	top: -17px;
	right: 5px;
}