@charset "utf-8";
/* CSS Document */

#under_contents {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	float: left;
	height: auto;
	width: 650px;
	padding-left: 20px;
}

#under_contents .under_title {
	background-image: url(../img/underTitle_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 610px;
	display: block;
	font-size: 160%;
	font-weight: bold;
	color: #CC0000;
	line-height: 30px;
	padding-left: 40px;
	margin-bottom: 15px;
}
#under_contents .h2p {
	background-image: url(../img/h2p_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 580px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 50px;
	font-weight: bold;
	color: #666666;
	font-size: 100%;
	line-height: 18px;
	display: block;
}
#under_contents .subtitle {
	width: 580px;
	height: 30px;
	background-image: url(../img/sitemap_titleBg.jpg);
	background-repeat: no-repeat;
	font-size: 160%;
	line-height: 30px;
	color: #0099FF;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 20px;
}
#under_contents .sitemap_table {
	width: 600px;
	margin-right: 20px;
	margin-left: 30px;
	margin-top: 10px;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	color: #0099FF;
}
#under_contents .sitemap_table .sitemap_td1 {
	height: 20px;
	width: 5%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#under_contents .sitemap_table .sitemap_td2 {
	width: 45%;
}
#under_contents a:link {
	color: #0099FF;
	text-decoration: none;
}
#under_contents a:visited {
	text-decoration: none;
	color: #0099FF;
}
#under_contents a:hover {
	text-decoration: none;
	color: #FF3300;
}
#under_contents a:active {
	text-decoration: none;
	color: #0099FF;
}

