/* 基本構造 */

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

div#wrapper{
	 width: 880px;
	 text-align: center;
	 margin: 0 auto;
	 padding: 0;
	 }
	 
/* ヘッダー */

div#head{
	 width: 880px;
	 text-align: center;
	 margin: 0 auto;
	 padding: 0;
	 }
	 
div#head_top{
	width: 880px;
	height: 55px;
	background: url(../index_images/head_bg-top.png) no-repeat center top;
	}
	
div#head_middle_left{
	width: 45px;
	height: 430px;
	background: url(../index_images/head_bg-middle-left.png) repeat-y center top;
	float: left;
	}
	
div#head_middle_right{
	width: 45px;
	height: 430px;
	background: url(../index_images/head_bg-middle-right.png) repeat-y center top;
	float: left;
	}
	
div#head_middle_center{
	width: 790px;
	height: 430px;
	background-color: #FFFFFF;
	float: left;
	text-align: left;
	}
	
h1{
	margin: 0;
	padding: 10px 0;
	float: left;
	}
	
h2{
	margin: 0;
	padding: 20px 0 0 0;
	float: right;
	}
	
div#main_img{
	float: left;
	}
	
div#sub_img01{
	float: right;
	}
	
div#sub_img02{
	float: right;
	padding-top: 10px;
	}
	
div#head_bottom{
	width: 880px;
	height: 30px;
	background: url(../index_images/head_bg-bottom.png) no-repeat center bottom;
	clear: both;
	}
	
/*　メインエリア　*/

div#main{
	width: 842px;
	margin: 20px auto;
	padding: 0;
	}
	
div#main_left{
	margin: 0;
	padding: 0;
	width: 630px;
	float:left;
	}
	
div#main_right{
	width: 212px;
	margin: 0;
	padding: 0;
	float:right;
	}
	
/*　ナビゲーション　*/

/*　ナビゲーション大　*/

div.navi_set_big{
	width: 420px;
	float: left;
	}
	
div.navi_top_big,div.navi_middle_big,div.navi_bottom_big{
	width: 420px;
	float: left;
	}
	
div.navi_top_big,div.navi_bottom_big{
	height: 12px;
	}

div.navi_top_left{
	width: 12px;
	height: 12px;
	background: url(../index_images/navi_bg-top-left.png) no-repeat center top;
	float: left;
	}
div.navi_top_center_big{
	width: 396px;
	height: 12px;
	background: url(../index_images/navi_bg-top-middle.png) repeat-x center top;
	float: left;
	}
div.navi_top_right{
	width: 12px;
	height: 12px;
	background: url(../index_images/navi_bg-top-right.png) no-repeat center top;
	float: left;
	}
	
div.navi_middle_left{
	width: 12px;
	height: 250px;
	background: url(../index_images/navi_bg-middle-left.png) repeat-y center top;
	float: left;
	}
div.navi_middle_center_big{
	width: 396px;
	background-color: #FFFFFF;
	float: left;
	}
div.navi_middle_right{
	width: 12px;
	height: 250px;
	background: url(../index_images/navi_bg-middle-right.png) repeat-y center top;
	float: left;
	}
	
div.navi_bottom_left{
	width: 12px;
	height: 12px;
	background: url(../index_images/navi_bg-bottom-left.png) no-repeat center top;
	float: left;
	}
div.navi_bottom_center_big{
	width: 396px;
	height: 12px;
	background: url(../index_images/navi_bg-bottom-middle.png) repeat-x center top;
	float: left;
	}
div.navi_bottom_right{
	width: 12px;
	height: 12px;
	background: url(../index_images/navi_bg-bottom-right.png) no-repeat center top;
	float: left;
	}
	
/*　ナビゲーションノーマル　*/

div.navi_set_normal{
	width: 210px;
	float: left;
	}
	
div.navi_top_normal,div.navi_middle_normal,div.navi_bottom_normal{
	width: 210px;
	float: left;
	}
	
div.navi_top_normal,div.navi_bottom_normal{
	height: 12px;
	}
	
div.navi_top_center_normal{
	width: 186px;
	height: 12px;
	background: url(../index_images/navi_bg-top-middle.png) repeat-x center top;
	float: left;
	}

div.navi_middle_center_normal{
	width: 186px;
	background-color: #FFFFFF;
	float: left;
	}

div.navi_bottom_center_normal{
	width: 186px;
	height: 12px;
	background: url(../index_images/navi_bg-bottom-middle.png) repeat-x center top;
	float: left;
	}
	
/*　右側ナビゲーション　*/

div#right_navi_top{
	background:url(../index_images/rnavi_bg-top.png) no-repeat center top;
	width: 211px;
	height: 12px;
	}
	
div#right_navi_middle{
	background:url(../index_images/rnavi_bg-middle.png) repeat-y center top;
	width: 211px;
	}
	
div#right_navi_bottom{
	background:url(../index_images/rnavi_bg-bottom.png) no-repeat center top;
	width: 211px;
	height: 12px;
	}
	
div#right_navi_middle ul{
	margin: 10px auto 0 auto;
	padding: 0;
	list-style-type: none;
	}
	
li.sub_navi{
	width: 180px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: left;
	}
	
/*　バナーエリア　*/

div#banner_area{
	width: 211px;
	margin: 20px auto;
	text-align: center;
	}
	
div#banner_area ul{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	}
	
div#banner_area li{
	padding-bottom:  5px;
	}
	
/*　フッタ　*/

div#foot{
	margin: 30px auto 10px auto;
	}
.shopping{
	display:none;
	}