@charset "utf-8";
/* formatting style
------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
/* body style
------------------------------------*/
body {
	background-color: #f2dae9;
	font-size: 75%;
	line-height: 1.6em;
	color: #333333;
	text-align: center;
	background-image: url(image/base/background_02.gif);
	background-repeat: repeat;
}
/* 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: 760px;
	margin: 0px auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#footer {
	clear: both;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/* header styles
------------------------------------*/
#header h1 {
	font-size: 100%;
	color: #333333;
	text-align: center;
	display: none;
}
/* menu styles
------------------------------------*/
#menu {
	margin: 0px;
	padding: 0px;
	width: 760px;
	float: left;
}
#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}
#menu .menu0 {
	height: 50px;
	width: 333px;
	display: inline;
	font-size: 1px;
	color: #2aa339;
	padding: 0px;
	margin: 0px;
}
#menu .menu {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 95px;
}
#fbotann {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
}

/* menu styles
------------------------------------*/
#fmenu {
	width: 760px;
	float: right;
	background-color: #CC6699;
	margin-top: 10px;
}
#fmenu li {
	margin: 0px;
	padding: 0px;
	float: right;
	list-style: none;
}
#fmenu .fmenu {
	height: 10px;
	padding: 5px;
}

/* footer styles
------------------------------------*/
#footer address {
	text-align: center;
	clear: both;
	padding-top: 5px;
}
#main .submenu {
	clear: right;
	float: left;
	width: 200px;
	list-style-type: none;
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
	background-color: #E9FFD2;
}
#main .submenu li {
	list-style-type: none;
	height: 3em;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 1em;
	padding-left: 25px;
	background-image: url(image/base/listmark01.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
}
#main .mainlist {
	clear: both;
	float: right;
	width: 550px;
}
#gotop {
	text-align: right;
	margin-bottom: 100px;
}
#main #blank {
	margin-bottom: 50px;
}
