body{
	background-image: url("../img/bg.gif");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

*{
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	line-height: 20px;
}

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

h1, h2, h3, h4, h5, h6, p, address, ul, li{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

#background{
	margin: 0 auto 0;
	text-align: left;
	width: 800px;
}

/*ヘッダー________________________________________________________________________*/

#header{
	text-align: left;
	width: 800px;
	height: 70px;
	background: url("../img/header.gif") no-repeat;
}

h2 a{
	text-indent: -9999px;
	text-align: left;
	width: 360px;
	height: 66px;
	background: url("../img/rogo.gif") no-repeat;
	display: block;
}

h2 a:hover{background: url("../img/rogo_r.gif") no-repeat 0px 0px;}

.form a{
	text-indent: -9999px;
	text-align: left;
	margin: -55px 0px 0px 586px;
	width: 214px;
	height: 18px;
	background: url("../img/form.gif") no-repeat;
	display: block;
}

.form a:hover{background: url("../img/form_r.gif") no-repeat 0px 0px;}

.fla{
	text-align: left;
	width: 800px;
	height: 385px;
	background-color: #EEEEEE;
}

/*メニュー________________________________________________________________________*/

#menu_bt{
	margin: 15px auto 10px;
	width: 800px;
	height: 50px;
}

#menu_bt ul li{
	float: left;
	list-style-type: none;
}

#menu_bt_01 a, #menu_bt_02 a, #menu_bt_03 a, #menu_bt_04 a, #menu_bt_05 a{
	display: block;
	width: 160px;
	height: 50px;
	text-align: left;
	text-indent: -9999px;
}

#menu_bt_01 a{background: url("../img/menu_bt.gif") no-repeat 0px 0px;}
#menu_bt_02 a{background: url("../img/menu_bt.gif") no-repeat -160px 0px;}
#menu_bt_03 a{background: url("../img/menu_bt.gif") no-repeat -320px 0px;}
#menu_bt_04 a{background: url("../img/menu_bt.gif") no-repeat -480px 0px;}
#menu_bt_05 a{background: url("../img/menu_bt.gif") no-repeat -640px 0px;}

#menu_bt_01 a:hover{background: url("../img/menu_bt.gif") no-repeat 0px -50px;}
#menu_bt_02 a:hover{background: url("../img/menu_bt.gif") no-repeat -160px -50px;}
#menu_bt_03 a:hover{background: url("../img/menu_bt.gif") no-repeat -320px -50px;}
#menu_bt_04 a:hover{background: url("../img/menu_bt.gif") no-repeat -480px -50px;}
#menu_bt_05 a:hover{background: url("../img/menu_bt.gif") no-repeat -640px -50px;}

/*フッター________________________________________________________________________*/

.footer{
	text-indent: -9999px;
	text-align: left;
	width: 800px;
	height: 40px;
	background: url("../img/footer.gif") no-repeat;
	display: block;
}