@charset "euc-jp";

/**********************トップボタンとパンくず、メイン画像用*******************/

/*トップボタン群*/
div#top{
	width: 100%;
	float: left;
	background: url('../bg/top_bg.jpg') repeat-x;
}
	div#topLeft{ float: left; }
	div#topRight{ float: left; }
		div#top ul{
			list-style-type: none;
		}
			div#top ul li{
				float: left;
				margin: 0;
				padding: 0;
			}
			
				img.home{ background: #999999 url('../main_button/home_b.jpg') no-repeat; }
					a:hover img.home{ background: #999999 url('../main_button/home_bo.jpg') no-repeat; }
				
				img.sozai{ background: #999999 url('../main_button/sozai_b.jpg') no-repeat; }
					a:hover img.sozai{ background: #999999 url('../main_button/sozai_bo.jpg') no-repeat; }
				
				img.link{ background: #999999 url('../main_button/link_b.jpg') no-repeat; }
					a:hover img.link{ background: #999999 url('../main_button/link_bo.jpg') no-repeat; }
				
				img.bbs{ background: #999999 url('../main_button/bbs_b.jpg') no-repeat; }
					a:hover img.bbs{ background: #999999 url('../main_button/bbs_bo.jpg') no-repeat; }
				
				img.sitemap{ background: #999999 url('../main_button/sitemap_b.jpg') no-repeat; }
					a:hover img.sitemap{ background: #999999 url('../main_button/sitemap_bo.jpg') no-repeat; }

/*上部画像部分*/
div#midashi{
	width: 782px;
	height: 150px;
	float: left;
	clear: left;
	background: url('../bg/main_img_bg.jpg') left top no-repeat;
}
	/*パンくずメニュー群　IE6別*/
	div#pankuzu{
		width: 622px;
		margin: 5px 0px 7px 158px;
		padding-left: 20px;
		background: url('../bg/pankuzu_bg.png') left top no-repeat;
	}
	
	/*インデックス系の場合*/
	div#midashiHomeLeft{
		width: 250px;
		float: left;
		clear: left;
	}
		div#midashiHomeLeft p{ margin-left: 10px; }
	
	div#midashiHomeRight{
		width: 532px;
		float: left;
	}
		/*上部右側画像　IE6別*/
		div#midashiHomeRight img{
			position:relative;
			top: -5px;
			left: 240px;
		}
	
	
	/*インデックス系以外のページ上部画像*/
	div#midashiLR{
		width: 782px;
		clear: left;
	}
		/*上部右側画像　IE6別*/
		div#midashiLR img{
			position:relative;
			top: -5px;
			left: 490px;
		}

/*leftメニューとrightメイン部分*/
div#main{
	width: 782px;
	float: left;
	clear: left;
}

