body {
	background-image : url(../img/head_bg.png);
	background-repeat : repeat-x;
}


#site-box {
	margin:-10px auto;
	padding: 0px;
	width : 990px;
}

#title {
	width:950px;
	height:57px;
	margin:35px 23px 20px 23px;
	background-image : url(../img/title-01.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
}

#head {
	width:940px;
	margin:0px 24px 0px 25px;
	padding:0;
}

#main {
	width:900px;
	padding:0px 45px 0px 45px;
	font-size: 12px;
	margin:23px auto;
	min-height: 450px;
}

#footer {
	background-image : url(../img/footer.gif);
	background-repeat : repeat-x;
	width:990px;
	height:141px;
	margin:0px auto;
	padding:15px 1px 0px 0px;
	font-size: 12px;
	line-height:150%;
}

/* 文字装飾・位置調整 -------------------------------------------------- */

.home_01 {
	width:750px;
	padding:10px 0px 50px 0px;
	text-align:left;
	line-height:170%;
}

.home_02 {
	width:750px;
	padding:15px 0px 20px 0px;
	line-height:170%;
}

.apply_01 {
	width:900px;
	padding:0px 0px 0px 0px;
	line-height:170%;
}


.fz01 {
	font-size: 14px;
	font-weight: bold;
}

.food_01 {
	width:900px;
	padding:0px 0px 15px 0px;
	line-height:150%;
}

/* 見出し ---------------------------------------------- */

.select_01{
	border-left:20px solid #EF8201;
	padding:12px 8px;
	color:#EF8201;
} 


/* メニューアニメーション ---------------------------------------------- */

#head ul#head_bt {
	padding:0;
	width:910px;
	height:32px;
	text-indent: -9999px;
}

#head ul#head_bt li {
	text-decoration: none;
	display: block;
	margin:0;
	padding:0;
	float:left;
	list-style-type: none;
	text-indent: -9999px;
	height: 32px;
	overflow: hidden;
}
#head ul#head_bt li a {
	background-image:url(../img/menu.png);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	padding:0;
	height: 32px;
	width:227px;
	margin: 0px;
}

#head ul#head_bt #head_home a {
	background-position:0px 0px;
}
#head ul#head_bt #head_apply a {
	background-position:-227px 0px;
}
#head ul#head_bt #head_rule a {
	background-position:-454px 0px;
}
#head ul#head_bt #head_manual a {
	background-position:-681px 0px;
}


#head ul#head_bt #head_home a:hover {
	background-position:0px -32px;
}
#head ul#head_bt #head_apply a:hover {
	background-position:-227px -32px;
}
#head ul#head_bt #head_rule a:hover {
	background-position:-454px -32px;
}
#head ul#head_bt #head_manual a:hover {
	background-position:-681px -32px;
}

#head ul#head_bt #head_home .rlon {
	background-position:0px -32px;
}
#head ul#head_bt #head_apply .rlon {
	background-position:-227px -32px;
}
#head ul#head_bt #head_rule .rlon {
	background-position:-454px -32px;
}
#head ul#head_bt #head_manual .rlon {
	background-position:-681px -32px;
}

/* Web申請ボタン透過 ---------------------------------------------- */


#apply a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}





