@charset "utf-8";
/* formatting style
------------------------------------*/
* {
	font-style: normal;
	padding: 0px;
    margin: 0px;
}
/* body style
------------------------------------*/
body {
	background-color: #FFFFFF;
	font-size: 75%;
	line-height: 1.6em;
	color: #333333;
	text-align: center;
	background-image: url(image/base/back.jpg);
	background-repeat: repeat-x;
}
/* link styles
------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	top: +1px;
	bottom: +1px;
}
/* basic layout
------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0px auto;
	text-align: left;
}
#header {
	height: 90px;
	background-image: url(image/base/top_menu000-100b.jpg);
	background-repeat: repeat-x;
}

#footer {
	clear: both;

	background-image: url(image/base/back_last.jpg);
	background-repeat: no-repeat;

	background-position: bottom;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* header styles
------------------------------------*/
#header h1 {
	font-size: 180%;
	color: #333333;
}
#header h2 {
	font-size: 120%;
	color: #333333;
}
/* menu styles
------------------------------------*/
#menu {
	margin: 0px;
	padding: 0px;
    clear: both;
	height: 58px
}
#menu .left {
	width: 294px;
	height: 58px;
	float: left;
	list-style: none;
}
#menu .mid{
	width: 136px;
	height: 58px;
	float: left;
	list-style: none;
}
#menu .right {
    width: 470px;
	height: 58px;
	margin: 0px;
	padding: 0px;
	float: right;
	list-style: none;
}
#menu .right li {
	margin: 0px;
	padding: 0px;
	float: right;
	list-style: none;
}
#menu2 {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
	height: 37px;
}
#menu2 li {
	float: left;
	list-style: none;
}
#fbotann {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
}
#flash {
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 10px;
}

/* menu styles
------------------------------------*/
#fmenu {
	width: 880px;
	float: right;
}
#fmenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

/* footer styles
------------------------------------*/
#footer address {
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
#gotop {
	text-align: right;
	margin-bottom: 20px;
	width: 830px;
	margin-top: 10px;
	margin-right: 35px;
	margin-left: 35px;
	clear: both;
}
.color1 {
	color: #FF0033;
}
.color2 {
	color: #FFFFFF;
}
.color3 {
	color: #3333FF;
}
