﻿@charset "utf-8";
* {
	margin:0px;
	padding:0px;
	border: 0px;
}

/*画面全体部分*/


/************************************/
/*          サイトマップ            */
/************************************/

div#s_body1 {
	float:left;
	margin:0px;
	padding:0px;
	width:243px;
	height:375px;
	background:url(../images/sit_body1.jpg) no-repeat left top;
}

div#s_body1 a.banner1 {
	display: block;
	width:168px;
	height:62px;
	margin-top:20px;
	margin-left:24px;
	background:url(../images/banner1_off.jpg) no-repeat center top;
}

div#s_body1 a.banner1:hover {
	position: relative;
	background:url(../images/banner1_on.jpg) no-repeat center top;
}

div#s_body1 a.banner2 {
	display: block;
	width:168px;
	height:62px;
	margin-top:10px;
	margin-left:24px;
	background:url(../images/banner2_off.jpg) no-repeat center top;
}

div#s_body1 a.banner2:hover {
	position: relative;
	background:url(../images/banner2_on.jpg) no-repeat center top;
}

div#s_body1 a.banner3 {
	display: block;
	width:168px;
	height:62px;
	margin-top:10px;
	margin-left:24px;
	background:url(../images/banner3_off.jpg) no-repeat center top;
}

div#s_body1 a.banner3:hover {
	position: relative;
	background:url(../images/banner3_on.jpg) no-repeat center top;
}

div#s_body1 a.banner4 {
	display: block;
	width:168px;
	height:62px;
	margin-top:10px;
	margin-left:24px;
	background:url(../images/banner4_off.jpg) no-repeat center top;
}

div#s_body1 a.banner4:hover {
	position: relative;
	background:url(../images/banner4_on.jpg) no-repeat center top;
}

div#s_body2 {
	float:right;
	padding-top:80px;
	width:597px;
	height:375px;
	background:url(../images/sit_body2.jpg) no-repeat left top;
}

div#s_body2 dl {
	padding:0px;
}

div#s_body2 dt {
	padding:0px;
	text-indent:-9999px;
}

div#s_body2 a{
	margin-bottom:4px;
	font-size:100%;
	color:blue;
}

div#s_body2 dd.text1 {
	margin-bottom:4px;
	padding-left:30px;
	font-size:90%;
	color:#1B5FEA;
}

div#s_body2 dd.text2 {
	margin-bottom:4px;
	padding-left:50px;
	font-size:90%;
	color:#1B5FEA;
}

div#s_body2 dd.text3 {
	margin-bottom:4px;
	padding-left:80px;
	font-size:90%;
	color:#1B5FEA;
}
