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

body, td, th {
	font-family: Lucida Grande, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ＭＳ Ｐゴシック, Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/site/background.png);
	background-repeat: no-repeat;
	background-position:right top;
}
/*----------------------------------------
------------------------------------------
 Top
------------------------------------------*/
#div_logo {
	width:700px;
	height:49px;
	z-index:1;
	margin: auto;
	padding: 0px;
}
h1.logo a {
	background-image:url(../images/site/top_logo.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	width:391px;
	height:49px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}
/*----------------------------------------
------------------------------------------
 Main menu 
------------------------------------------*/
#div_menu {
	width:690px;
	z-index:1;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	filter:Alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.70;
}
ul.mainmenu {
	font-weight:bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.mainmenu:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
ul.submenu {
	font-size:small;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.submenu:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
li.menu_1 {
	clear:both;
	float: left;
	padding-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
li.menu_2 {
	float: left;
	padding-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
li.menu_3 {
	float: left;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
ul.mainmenu A:link {
	color:#666666;
	text-decoration: none
}
ul.mainmenu A:visited {
	color:#666666;
	text-decoration: none
}
ul.mainmenu A:hover {
	color:#000000;
	text-decoration:none;
}
/*----------------------------------------
------------------------------------------
Main Contents 
------------------------------------------*/
#maincontent {
	width:690px;
	z-index:1;
	clear: both;
	padding: 5px;
	background-color: #FFFFFF;
	filter:Alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.80;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
A:link {
	color:blue;
	text-decoration: none
}
A:visited {
	color:blue;
	text-decoration: none
}
A:hover {
	color:blue;
	text-decoration:underline;
}
/*----------------------------------------
------------------------------------------
Bottom menu 
------------------------------------------*/
ul.bottommenu {
	font-size:x-small;
	display:block;
	width: 690px;
	padding: 5px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #333333;
}
ul.bottommenu:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
ul.bottommenu A:link {
	color:#666666;
	text-decoration: none
}
ul.bottommenu A:visited {
	color:#666666;
	text-decoration: none
}
ul.bottommenu A:hover {
	color:#333333;
	text-decoration:none;
}

