/* ヘッダーを幅いっぱいにする為のボックス*/
#header_over {
	width: 100%;
	min-width: 1000px;
	background: url(images/headerbg.jpg) repeat-x;
	height: 120px;
}
/*ヘッダー*/
#top_sabbuttan  {
	margin-bottom: 20px;
	margin-left: 10px;
}
#top_sabbuttan li  {
	list-style: none;
}
#top_sabbuttan .sb_01 a  {
	display: block;
	float: left;
	height: 150px;
	width: 130px;
	background: url(images/top_sb_01.jpg) no-repeat;
	text-indent: -9999px;
}
#top_sabbuttan .sb_01 a:hover {
	background-position: 0px -150px;
}
#top_sabbuttan .sb_02 a  {
	display: block;
	float: left;
	height: 150px;
	width: 100px;
	background: url(images/top_sb_02.jpg) no-repeat;
	text-indent: -9999px;
	margin-left: 30px;
}
#top_sabbuttan .sb_02 a:hover {
	background-position: 0px -150px;;
}
#top_sabbuttan .sb_03 a  {
	display: block;
	float: left;
	height: 150px;
	width: 170px;
	background: url(images/top_sb_03.jpg) no-repeat;
	text-indent: -9999px;
	margin-left: 40px;
}
#top_sabbuttan .sb_03 a:hover {
	background-position: 0px -150px;
}
#top_sabbuttan .sb_04 a  {
	display: block;
	float: left;
	height: 150px;
	width: 130px;
	background: url(images/top_sb_04.jpg) no-repeat;
	text-indent: -9999px;
	margin-left: 20px;
}
#top_sabbuttan .sb_04 a:hover {
	background-position: 0px -150px;
}
#top_sabbuttan .sb_05 a  {
	display: block;
	float: left;
	height: 150px;
	width: 100px;
	background: url(images/top_sb_05.jpg) no-repeat;
	text-indent: -9999px;
	margin-left: 40px;
}
#top_sabbuttan .sb_05 a:hover {
	background-position: 0px -150px;
}
#top_sabbuttan .sb_06 a  {
	display: block;
	float: left;
	height: 150px;
	width: 170px;
	background: url(images/top_sb_06.jpg) no-repeat;
	text-indent: -9999px;
	margin-left: 40px;
}
#top_sabbuttan .sb_06 a:hover {
	background-position: 0px -150px;
}
/* フラッシュボックスを幅いっぱいにする為のボックス*/
#flash_over {
	width: 100%;
	min-width: 1255px;
	background: url(images/top_flashside.jpg) repeat-x;
	height: 600px;
}
/*フラッシュ挿入部分*/
#flashbox{
	width: 1256px;
	height: 560px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF no-repeat;
}
/*コンテンツ*/
#contents {
	width: 1000px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

#newsbox  {
	height: 306px;
	width: 960px;
	background: url(images/top_newsbox.jpg) no-repeat;
	padding-top: 5px;
	line-height: 30px;
	text-align: left;
	padding-left: 20px;
}
#info {
	background: url(images/news_logo.jpg) no-repeat;
	height: 33px;
	width: 140px;
	float: left;
	text-indent: -9999px;
	margin: 0px auto auto 100px;
	padding: 0px;
}
