/* 基本構造 */

body {
	background: url(../shared/bg_100109.jpg) repeat center top fixed; /*背景変更時に修正*/
	background-color: #BEE6F6;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

div#wrapper{
	 width: 849px;
	 text-align: center;
	 margin: 0 auto;
	 padding: 0;
	 }
	 
div#head{
	width: 849px;
	height: 23px;
	background: url(../index_images/bg-top.png) no-repeat center bottom;
	}
	
div#main{
	width: 849px;
	background: url(../index_images/bg-middle.png) repeat-y center bottom;
	}
	
div#foot{
	width: 849px;
	height: 23px;
	background: url(../index_images/bg-bottom.png) no-repeat center top;
	}
	
div#left{
	float: left;
		}
	
	
div#right{
	width: 215px;
	float: right;
	}
	
	
/*　ヘッダ　*/

div#title{
	width: 790px;
	margin: 0 auto;
	}
	
#j_title{
	float: left;
	margin: 0;
	padding: 0;
	}
	
#e_title{
	float: right;
	margin: 0;
	padding: 0;
	}
	
/*　メインイメージ　*/

div#main_img{
	width:790px;
	margin: 0 auto;
	padding-top: 10px;
	}
	
div#main_img_left{
	float: left;
	}
	
div#main_img_right{
	float: right;
	}
	
div#sub_img01{
	margin-bottom: 10px;
	}
	
/*　コンテンツ　*/

div#contents{
	width: 790px;
	margin: 0 auto;
	padding-top:30px;
	}
	
h2{
	text-align: left;
	}
	
/*　コンテンツメニュー　*/

div#menu_01,div#menu_02{
	width: 190px;
	text-align: center;
	border-right: 1px solid #cccccc;
	float: left;
	}
	
div#menu_03{
	width: 190px;
	text-align: center;
	float: left;
	}
	
	
div#left p{
	padding-bottom: 0;
	margin-bottom: 0;
	}

div#left a.menu{
	width: 160px;
	_width:160px;
	padding: 10px;
	text-align: left;
	background-color: #ffffff;
	display: block;
	border-bottom: 1px dotted #999999;
	}
	
div#left a:hover{
	width: 160px;
	_width:160px;
	padding: 10px;
	text-align: left;
	background-color: #F7D9AD;
	display: block;
	border-bottom: 1px dotted #cccccc;
	}
	
h3{
	font-size: 12px;
	font-weight: bold;
	color: #2B3083;
	margin: 5px 0;
	padding: 0;
	line-height: 1.5;
	}
	
p.menu_text{
	font-size: 12px;
	color: #666666;
	line-height: 1.3;
	margin: 0px 0;
	padding: 0 0 15px 0;
	}

	
/*　リンク　*/
a:link{
	 text-decoration: none;
	 }
	 
a:hover{
	 text-decoration: none;
	 }
a:visited{
	 text-decoration: none;
	 }
	 
	/*　右エリアサブナビゲーション　*/

div#right_navi{
	width: 206px;
	margin: 0 auto 20px auto;
	}
	
div#right_navi_head{
	width:206px;
	height: 15px;
	margin: 0 auto;
	background: url(../index_images/rnavi_bg-top.jpg) no-repeat center top;
	}
	
div#right_navi ul{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	border: none;
	}
	
div#right_navi_middle{
	width:206px;
	margin: 0 auto;
	background: url(../index_images/rnavi_bg-middle.jpg) repeat-y center top;
	}
	
div#right_navi_bottom{
	width:206px;
	height: 15px;
	margin: 0 auto;
	background: url(../index_images/rnavi_bg-bottom.jpg) no-repeat center top;
	}
	