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

*{
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 20px;
}

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

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

img {

}

/*ヘッダー________________________________________________________________________*/

#header{
	margin: 0 auto 0;
	text-align: left;
	width: 980px;
	height: 70px;
	background: url("../img/header_bg.gif") ;
}

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

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

h3{
	text-indent: -9999px;
	text-align: left;
	margin: -70px 300px 0;
	width: 680px;
	height: 70px;
	background: url("../img/header_catch.gif") no-repeat;
	display: block;
}

/*メニュー________________________________________________________________________*/

#menu_bt{
	margin: 0 auto 0;
	width: 980px;
	height: 30px;
	padding-bottom: 10px ;
}

#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, #menu_bt_06 a, #menu_bt_07 a, #menu_bt_08 a, #menu_bt_09 a, #menu_bt_10 a{
	display: block;
	width: 98px;
	height: 30px;
	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 -98px 0px;}
#menu_bt_03 a{background: url("../img/menu_bt.gif") no-repeat -196px 0px;}
#menu_bt_04 a{background: url("../img/menu_bt.gif") no-repeat -294px 0px;}
#menu_bt_05 a{background: url("../img/menu_bt.gif") no-repeat -392px 0px;}
#menu_bt_06 a{background: url("../img/menu_bt.gif") no-repeat -490px 0px;}
#menu_bt_07 a{background: url("../img/menu_bt.gif") no-repeat -588px 0px;}
#menu_bt_08 a{background: url("../img/menu_bt.gif") no-repeat -686px 0px;}
#menu_bt_09 a{background: url("../img/menu_bt.gif") no-repeat -784px 0px;}
#menu_bt_10 a{background: url("../img/menu_bt.gif") no-repeat -882px 0px;}

#menu_bt_01 a:hover{background: url("../img/menu_bt.gif") no-repeat 0px -30px;}
#menu_bt_02 a:hover{background: url("../img/menu_bt.gif") no-repeat -98px -30px;}
#menu_bt_03 a:hover{background: url("../img/menu_bt.gif") no-repeat -196px -30px;}
#menu_bt_04 a:hover{background: url("../img/menu_bt.gif") no-repeat -294px -30px;}
#menu_bt_05 a:hover{background: url("../img/menu_bt.gif") no-repeat -392px -30px;}
#menu_bt_06 a:hover{background: url("../img/menu_bt.gif") no-repeat -490px -30px;}
#menu_bt_07 a:hover{background: url("../img/menu_bt.gif") no-repeat -588px -30px;}
#menu_bt_08 a:hover{background: url("../img/menu_bt.gif") no-repeat -686px -30px;}
#menu_bt_09 a:hover{background: url("../img/menu_bt.gif") no-repeat -784px -30px;}
#menu_bt_10 a:hover{background: url("../img/menu_bt.gif") no-repeat -882px -30px;}

/*メイン__________________________________________________________________________*/

#background{
	margin: 0 auto 0;
	text-align: left;
	width: 980px;
	font-size: 14px;
}

#main{
	position: relative;
	margin: 0 auto 0;
	width: 1000px;
	padding-bottom: 15px;
}

#title{
	width: 980px;
	height: 36px;
	text-align: left;
	background: url("../img/h1_bar.gif") no-repeat 0 0px;
	padding-bottom: 10px ;
}

h1{
	padding-top: 10px;
	padding-left: 10px;
	font-size: 18px;
	color:#FFF;
	font-weight:bold;
}

h4{
	padding-top: 20px;
	font-size: 18px;
}

p{
	padding-top: 15px;
	padding-bottom:15px;
	font-size: 14px;
}

/*フッター________________________________________________________________________*/

a#page_top{
	clear: both;
	margin: 10px 0 0 900px;
	width: 80px;
	height: 20px;
	display: block;
	font-size: 9px;
	text-indent: -9999px;
	background: url("../img/pagetop.gif") no-repeat 0 0;
}

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

#footer{
	padding-top: 20px;
	text-align:;
	width: 100%;
	height: 80px;
	background-color: #ffffff;
}

#footer_navi{
	margin: 0 auto 0;
	width: 980px;
	font-size: 10px;
	text-align:center;
	padding-bottom:20px;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

#last_footer{
	padding-top: 20px;
	text-align: center;
	width: 100%;
	height: 80px;
	font-size: 10px;
	background-color: #ff5a00;
}
