@charset"UTF-8";
/*::::::::::::::::::::::::::::::::::::::::::::::::::::
/		FileName: top.css
/		Author: Junji Kuroki
/		Version: 1.0
/		Created: 2008.01.14
/		Lastmodified: 2008.01.20
/::::::::::::::::::::::::::::::::::::::::::::::::::::*/

html{
	height: 100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.clearfix:after {
  display: block; 
  clear: both; 
  height: 0; 
  visibility: hidden;
	content: "."; 
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac ¥*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*======= basic style =======*/  

* { 
	margin: 0;
	padding: 0;
	border: 0;
	color: #333;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka, sans-serif;
	font-size: 9pt;
}
body {
	height: 100%;
  background: #F3F9ED url(../img/bg_body_index.gif) repeat-x left top;
}
img {
  border: 0;
}

/*=======Box=======*/
#container {
	width: 935px;
	height: 100%;
	min-height: 100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	overflow: auto;
}
body > #container {
  height: auto;
}
.top  {
	background: url(../img/bg_index.gif) repeat-y left top;
}

#header {
	margin: 0 auto;
	width: 902px;
	height: 52px;
	background: #FFFFFF url(../img/bg_header.gif) no-repeat left top;
}

#mainArea {
	width: 935px;
	height: 514px;
	background: #FFFFFF url(../img/bg_main_index.jpg) no-repeat left top;
}

#footerArea{
	margin: 0 auto;
	width:900px;
}

#footerArea .footCopy {
	float: left;
	margin: 15px 18px;
}

/*=======mainMenu=======*/
ul#mainMenu {
	position: absolute;
	list-style-type: none;
	margin-top: 272px;
	margin-left: 200px;
	width: 591px;
}
ul#mainMenu li {
	float: left;
  list-style-type:none;
	margin-bottom:27px;
	width: 197px;
}

a.menu1 {
	display: block;
	margin: 0;
	padding: 0;
	width: 90px;
	height: 30px;
	background: url(../img/bt_menu1_index.gif) no-repeat;
	text-indent: -9999px;
}
a.menu1:hover {
	background: url(../img/bt_menu1_index_on.gif) no-repeat;
}
a.menu2 {
	display: block;
	margin: 0;
	padding: 0;
	width: 146px;
	height: 30px;
	background: url(../img/bt_menu2_index.gif) no-repeat;
	text-indent: -9999px;
}
a.menu2:hover {
	background: url(../img/bt_menu2_index_on.gif) no-repeat;
}
a.menu3 {
	display: block;
	margin: 0;
	padding: 0;
	width: 145px;
	height: 30px;
	background: url(../img/bt_menu3_index.gif) no-repeat;
	text-indent: -9999px;
}
a.menu3:hover {
	background: url(../img/bt_menu3_index_on.gif) no-repeat;
}
a.menu4 {
	display: block;
	margin: 0;
	padding: 0;
	width: 155px;
	height: 30px;
	background: url(../img/bt_menu4_index.gif) no-repeat;
	text-indent: -9999px;
}
a.menu4:hover {
	background: url(../img/bt_menu4_index_on.gif) no-repeat;
}
a.menu5 {
	display: block;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 30px;
	background: url(../img/bt_menu5_index.gif) no-repeat;
	text-indent: -9999px;
}
a.menu5:hover {
	background: url(../img/bt_menu5_index_on.gif) no-repeat;
}
a.menu6 {
	display: block;
	margin: 0;
	padding: 0;
	width: 130px;
	height: 30px;
	background: url(../img/bt_menu6_index.gif) no-repeat;
	text-indent: -9999px;
}
a.menu6:hover {
	background: url(../img/bt_menu6_index_on.gif) no-repeat;
}


