@charset "Shift_JIS";

@import url("base.css");
@import url("common.css");
@import url("frame_components.css");
@import url("frame_headerfooter.css");

/* -------------------------------------------------------------------
sitemap.css サイトマップ
------------------------------------------------------------------- */



/*
mainArea メインエリア
------------------------------------------------------------------- */
#mainArea {
	clear: both;
	padding: 0 0 0 15px;
}

#sitemapArea01,
#sitemapArea02 {
	float: left;
	width: 225px;
	margin: 0 25px 0 0;
}

#sitemapArea03 {
	float: left;
	width: 225px;
}

#mainArea .block {
	margin: 0 0 20px 0;
}

#mainArea .block ul {
	list-style-type: none;
}

#mainArea .block ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	background-image: url(../common/icon_s_blue01.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 1.5;
}

#mainArea .specialSite {
	margin: 0 0 10px 0;
}



/* 見出し */
#mainArea .heading10 {
	margin: 0 0 5px 0;
	padding: 7px 5px 4px 10px;
	border-bottom: 1px solid #c3d3ea;
	background-color: #e3ebf5;
	background-image: url(../common/icon_heading_blue02.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

#mainArea .heading10 a:link,
#mainArea .heading10 a:visited {
	text-decoration: none;
	}

#mainArea .heading10 a:hover,
#mainArea .heading10 a:active{
	text-decoration: underline;
	}


/*  */
#mainArea p {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 1.5;
}

span.capital {
	text-transform: uppercase;
}

