@charset "UTF-8";

/* ===================================================================
CSS information

 file name  :index.css
 style info :トップページ用css
=================================================================== */


/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
div#sub_contents  {
	width: 760px;
	padding-bottom: 50px;
}
div#privacypolicy h3{
	width:740px;
    font-weight:bold;
	margin-top:10px;
	margin-left:15px;
	margin-bottom:5px;
}
div#privacypolicy p {
    margin-left:15px;
	margin-right:15px;
	margin-bottom:20px;
	text-align: justify;
	text-justify: inter-ideograph;
}

div#privacypolicy ul {
	margin: 10px 0 20px 35px;
}

div#privacypolicy ul li {
	list-style: disc outside;
	line-height: 1.3;
}
div#privacypolicy ul li.special {
	list-style: none;
	padding-left: 15px;
	background: url(../img/guide/bg-vision.gif) no-repeat left 4px;
}
div#privacypolicy div#privacyMark {
    width:150px;
	float:right;
}
span.aRed a {
	color: #e60012;
	text-decoration:underline;
}

.aRed a:hover {
	color: #ff6666;
	text-decoration:underline;
}