/* ---------------------------sitemapでのみ使用のprint CSS--------------------------- */
@media print {
div#right-main h1{
	display: block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
img.sub-title {
	margin:0px 0px 15px 0px;
}


/* ----------------------------right-main sitemap-contents--------------------------- */
div#sitemap-contents {
	width:669px;
	margin:25px 0px 100px 17px;
}
.contents {
	height:auto;
	margin:0px 0px 20px 0px;
}
.subtitle {
	width: 667px;
	height: 27px;
	background-color: #DBDDEE;
	border:1px solid #2C268E;
	margin:0px 0px 15px 0px;
	clear:both;
}
.subtitle h2 {
	color: #716F6E;
	font-size:13.5px;
	font-weight: bold;
	vertical-align:center;
	padding:7px 0px 0px 0px;
}
img.point {
	float:left;
	margin:5px 5px 5px 5px;
}
.contents a {
	float:left;
	width: 160px;
	height: 35px;
	display: block;
	color:#1412A3;
	text-decoration:underline;

}
.contents a:hover {
	color:#999999;
	text-decoration:underline;
}
.link {
	margin:10px 0px 20px 15px;
}
}
