@charset "utf-8";
/*2008/01/07/【FSFIELD】yu imamura*/

/*body*/
body{
	text-align:center;
	}
/*SEO用テキスト*/
div#s_text{
	width:850px;
	margin:10px auto 0;
	text-align:right;
	}
h1{
	margin-right:20px;
	font-size: 12px;
	font-weight: normal;
	}
/*box　大枠*/
div#box{
	width:850px;
	margin:auto;
	text-align:left;
	background: #fff url(../heavenly/img/body_bg.jpg) repeat-y;
	}
/*ヘッダー部分*/
div#header{
	width:850px;
	height:100px;
	background:url(../heavenly/img/header.jpg) no-repeat;
	}

/*conteiner*/
div#conteiner{
	width:850px;
	text-align:center;
	}
/*content*/
div#contents{
	width:750px;
	margin:auto;
	color:#666;
		}
h3{
	margin-top:15px;
	}	
p{
	width:710px;
	margin:auto;
	text-align:left;
	}
div#inside{
	width:750px;
	height:400px;
	margin:auto;
	}	
div.menu_1{
	width:360px;
	margin-top:20px;
	float:left;
	text-align:left;
	}	
div.menu_2{
	width:360px;
	margin-top:20px;
	float:right;
	text-align:left;
	}	
div.menu_1 dl,
div.menu_2 dl{
	margin:5px 0 0 5px;}
div.menu_1 dt,
div.menu_2 dt{
	width:200px;
	padding:2px 0 2px 15px;
	background: url(../heavenly/img/h_8.jpg) no-repeat 0px 5px;
	float:left;	
	}	
div.menu_1 dt.dt_2,
div.menu_2 dt.dt_2{
	background: url(../heavenly/img/h_9.jpg) no-repeat 0px 5px;
	}	
	
div.menu_1 dd,
div.menu_2 dd{
	padding:2px 0 2px 15px;
	}
div.menu_2 p{
	width:250px;
	margin:10px 0 0 5px;
	}	
div.menu_2 span{
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	}	
/*footer*/
div#footer{
	width:850px;
	height:81px;
	text-align:center;
	background: url(../heavenly/img/footer.jpg) no-repeat;
	}

div#footer div#under_navi{
	width:850px;
	height:30px;
	padding-top:10px;
	}
div#footer div#under_navi ul{
	width:240px;
	margin:auto;
	}
div#footer div#under_navi li{
	padding:0 5px;
	float:left;
	border-right: 1px solid #fff;
	}
div#footer div#under_navi li.left_sen{
	border-left: 1px solid #fff;
	}
div#footer strong{
	margin:0auto;
	clear:both;
	}

div#footer div#under_navi a:link{color:#fff}
div#footer div#under_navi a:visited{color:#fff}

div.heavenly a:link,
div.heavenly a:visited{color:#666}
































































