@charset "UTF-8";
@import url("second.css");


/* ＝＝＝＝＝＝＝＝＝＝サイトマップ＝＝＝＝＝＝＝＝＝＝＝＝*/
div#header div.h2 h2 {
	background-image: url(../images/sitemap_h2.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 941px;
}
div.box_area{
	width:670px;
	height:auto;
	clear:both;
	margin:0 0 40px 25px;
}
h3{
	margin:0 0 10px 0;	
}
ul.area01{
	width:320px;
	margin:0 30px 40px 0;
	float:left;
}
ul.area02{
	width:320px;
	margin:0 0 40px 0;
	float:left;
}
ul.area01 li,
ul.area02 li{
	border-bottom:#B2B2B2 1px dashed;
	padding:5px 0;
	background-image: url(../images/sitemap_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-left:20px;
}
ul#other{
	width:670px;
	padding:20px 0 0 20px;
	margin:0;
	background-image: url(../images/sitemap_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#other li.li01{
	float:left;
	display:inline;
	width:300px;
	border-bottom:#B2B2B2 1px dashed;
	padding:5px 0;
	background-image: url(../images/sitemap_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right:50px;
}
ul#other li.li02{
	float:left;
	display:inline;
	width:300px;
	border-bottom:#B2B2B2 1px dashed;
	padding:5px 0;
	background-image: url(../images/sitemap_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*テキストリンク
--------------*/
a:link {
	color:#202329;
	text-decoration: none;
}
a:visited {
	color:#202329;
	text-decoration: none;
}
a:hover {
	color:#4885ab;
	text-decoration: underline;
}
a:active {
	color:#4885ab;
	text-decoration: underline;
}

