@charset "utf-8";
/* CSS Document */

.main {
	width: 960px;
	margin: 0px auto;
	padding: 0;
}

.contents h1
{
	margin: 0px auto;
    padding: 30px 0px;
	color: #fff;
	font-family:Garamond, Georgia, "Times New Roman", Times, "serif";
	font-size: 57px;
    background: url("../commonImage/bg01.png") repeat;
}


h2
{margin: 40px auto;
	color: #000;
	font-family:"Yu Gothic", YuGothic,Garamond, Georgia, "Times New Roman", Times, "serif";
	font-size: 30px;
    font-weight: bold;
    position: relative;
display: inline-block;
}
h2:before{
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 3px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #7d0000;
border-radius: 2px;
}




.sitemap{
	margin:50px auto 50px auto;
	padding: 0;
}
.sitemap dt{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	line-height: 400%;
}
.sitemap a{
color:#7d0000;
}
.sitemap dd{
	text-align: left;
	font-size: 15px;
}
