@charset "Shift_JIS"; /*文字コード設定*/
/*+++++++++++++++++++++++++++++++++++++++++++++
　TOPページレイアウト用CSS
+++++++++++++++++++++++++++++++++++++++++++++*/

/*サイドナビ：TOPページ用*/
#sidenavi_top {
	　　width: 169px;
	height: 219px;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 169px;
}
#sidenavi_top ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidenavi_top li {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left; /*削除不可*/
}
#sidenavi_top em {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-indent: -9999px;
}
#sidenavi_top #sn1 a {
	margin: 0px;
	padding: 0px;
	width: 169px;
	height: 66px;
	float: left; /*削除不可*/
	background-image: url(../top/sn_t1.gif);
	background-repeat: no-repeat;
}
#sidenavi_top #sn1 a:hover {
	background-image: url(../top/sn_t1_2.gif);
	background-repeat: no-repeat;
}
#sidenavi_top #sn2 a {
	margin: 0px;
	padding: 0px;
	width: 169px;
	height: 51px; /*削除不可*/
	background-image: url(../top/sn_t2.gif);
	background-repeat: no-repeat;
	clear: both;
	float: left;
}
#sidenavi_top #sn2 a:hover {
	background-image: url(../top/sn_t2_2.gif);
	background-repeat: no-repeat;
}
#sidenavi_top #sn3 a {
	margin: 0px;
	padding: 0px;
	width: 169px;
	height: 51px;
	float: left; /*削除不可*/
	background-image: url(../top/sn_t3.gif);
	background-repeat: no-repeat;
	clear: both;
}
#sidenavi_top #sn3 a:hover {
	background-image: url(../top/sn_t3_2.gif);
	background-repeat: no-repeat;
}
#sidenavi_top #sn4 a {
	margin: 0px;
	padding: 0px;
	width: 169px;
	height: 51px;
	float: left; /*削除不可*/
	background-image: url(../top/sn_t4.gif);
	background-repeat: no-repeat;
	clear: both;
}
#sidenavi_top #sn4 a:hover {
	background-image: url(../top/sn_t4_2.gif);
	background-repeat: no-repeat;
}
#sidenavi_top #sn5 a {
	margin: 0px;
	padding: 0px;
	width: 169px;
	height: 51px;
	float: left; /*削除不可*/
	background-image: url(../top/sn_t5.gif);
	background-repeat: no-repeat;
	clear: both;
}
#sidenavi_top #sn5 a:hover {
	background-image: url(../top/sn_t5_2.gif);
	background-repeat: no-repeat;
}

/*メインコンテンツ：TOPページ用*/
#main_contents_top {
	width: 611px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 611px;
}
#main_image {
	width: 611px;
	height: 225px;
	padding: 0px;
	background-image: url(../top/main_image.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 225px;
	width: 611px;
}
#main_text {
	width: 611px;
	height: auto;
	padding: 0px;
	line-height: 28px;
	margin: 0px;
	width: 611px;
}
#space {
	width: 780px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	clear: both;
}

/*フッター：TOPページ用*/
#footer {
	width: 780px;
	height: 105px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../image/footer.gif);
	background-repeat: no-repeat;
	padding: 0px;
	clear: both;
}

/*アドレス&コピーライト：TOPページ用*/
#address_top {
	width: 780px;
	height: 70px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#address {
	width: 505px;
	height: 39px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	padding-top: 31px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#access {
	width: 220px;
	height: 39px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	padding-top: 31px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#copyright {
	height: 35px;
	width: 780px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#copyright_text {
	height: 30px;
	width: 323px;
	text-align: left;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
