@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #FFFFFF;
	background: #fff000;
}

img { border: none; }

a:link { color: #FFFF00; text-decoration: underline; }
a:visited { color: #FFFF00; text-decoration: underline; }
a:hover { color: #c11a86; text-decoration: none; }
a:active { color: #c11a86; text-decoration: none; }

#container {
	width: 100%;
	overflow: hidden;
}

.cb {
	clear: both;
}

/*--------------------------------------------
header
--------------------------------------------*/
#header {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
}

#header h1 {
	float: left;
	background: url(../images/logo.gif) no-repeat right;
	width: 122px;
}

#header h1 a {
	display: block;
	height: 0 !important;
	height /**/: 145px;
	overflow: hidden;
	padding-top: 145px;
	font-size: 0.1em;
}

/*--------------------------------------------
navi
--------------------------------------------*/
#header ul {
	list-style: none;
	float: right;
	width: 845px;
	overflow: hidden;
	padding: 10px 0 0 0;
}

#header ul li {
	float: left;
	font-size: 0.1em;
}

#header ul li a {
	display: block;
	padding: 35px 21px 0 21px;
	height: 0 !important;
	height /**/: 35px;
	overflow: hidden;
	background-position: center 0;
	background-repeat: no-repeat;
}

#header ul li a:hover,#header ul li a.ac {
	background-position: center -35px;
}

#header ul li#Navi-01 a { background-image: url(../images/navi_01.gif); width: 36px; }
#header ul li#Navi-02 a { background-image: url(../images/navi_02.gif); width: 140px; }
#header ul li#Navi-03 a { background-image: url(../images/navi_03.gif); width: 57px; }
#header ul li#Navi-04 a { background-image: url(../images/navi_04.gif); width: 111px; }
#header ul li#Navi-05 a { background-image: url(../images/navi_05.gif); width: 86px; }
#header ul li#Navi-06 a { background-image: url(../images/navi_06.gif); width: 116px; }


/*--------------------------------------------
contents
--------------------------------------------*/
#contents {
	width: 100%;
	background: #000000;
}

#contents-inner {
	width: 990px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/contents_bg.gif) no-repeat bottom;
	padding: 15px 0 95px 0;
}

.txt-r {
	color: #FF0000;
}


/*--------------------------------------------
footer
--------------------------------------------*/
#footer {
	width:990px;
	margin: 0 auto;
	color: #000000;
	padding: 20px 17px 40px 0;
	font-size: 0.7em;
	overflow: hidden;
}

#footer ul {
	list-style: none;
	width: 40%;
	overflow: hidden;
	float: left;
}

#footer ul li {
	float: left;
	padding: 0 0 0 17px;
}

#footer ul li a {
	border-right: 1px solid #000000;
	padding: 0 10px 0 0;
	color: #000000;
}

#footer ul li a:hover {
	text-decoration: none;
}

#footer .none {
	border: none;
}

#footer p {
	float: right;
}
