@charset "utf-8";

/* -- policy -- */

#policy a {
	color: #000000;
}
#policy a:hover {
	text-decoration: none;
	color: #000000;
}

#policy #ContentsIn {
	float: left;
	width: 740px;
	background: #FFFFFF;
	color: #000000;
	padding: 30px;
	margin-bottom: 20px;
}

#policy #ContentsIn h1 {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
}
#policy #ContentsIn h2 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 120%;
	border-bottom: 1px dotted #666666;	
}
#policy #ContentsIn h3 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 20px;
	clear: both;
}
#policy #ContentsIn p {
	clear: both;
	margin: 0 0 10px;
}
#policy #ContentsIn ul,ol {
	clear: both;
	margin: 10px 0;
	margin-left: 1.5em;
}
#policy #ContentsIn dl {
	float: left;
	width: 740px;
	clear: both;
	margin: 0 0 10px;
}
#policy #ContentsIn dt {
	float: left;
	width: 150px;
	padding-right: 10px;
}
#policy #ContentsIn dd {
	float: left;
	width: 580px;
}

#policy #ContentsIn .En {
	color: #797979;
}

