@charset "UTF-8";

/*----------------------------------------------------
	☆mv
----------------------------------------------------*/

#header #pageName {
	background:url(../images/img_main.jpg) right top no-repeat;
	float:right;
	height:410px;
	width:715px;
}

#header #pageName span {
	display:none;
	visibility:hidden;
}


/*----------------------------------------------------
	☆privacy
----------------------------------------------------*/

#contents #privacy dl {
	margin-bottom:30px;
    width: 630px;
}

#contents #privacy dl dt {
	border-bottom:dotted 1px #ded8c6;
	color:#60739a;
    font-weight: bold;
    margin-bottom:10px;
	padding:0 3px 3px 5px;
}
#contents #privacy dl dd {
	line-height:140%;
    margin-bottom:5px;
    margin-left: 20px;
}

#contents #privacy dl dd ul {
	margin-top:10px;
}

#contents #privacy dl dd ul li span.olL {
	display:block;
	float:left;
	margin-right:8px;
	width:10px;
}

#contents #privacy dl dd ul li span.olR {
	display:block;
	float:left;
	width:580px;
}


/*----------------------------------------------------
	☆sitemap
----------------------------------------------------*/

#contents ul.sitemap li {
	background:url(../../lib/cmn_img/icon_arrow_02.gif) left 3px no-repeat;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}

#contents ul.sitemap li a {
	color:#535353;
	padding-left:15px;
}

#contents ul.sitemap li a :hover {
	color:#535353;
	text-decoration:underline;
}