@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_policy.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2009-10-29
	---------------------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);

/* ================================================

	policy

=================================================*/

/* policy -------------*/
#contentsArea h1 {
	font-size: 133%;
	font-weight: bold;
	margin-top: 20px;
	background-image: url(../_img/common/h2_bg.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 840px;
	line-height: 40px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#contentsArea h2 {
	font-size: 116%;
	font-weight: bold;
	margin-top: 1ex;
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
}
#contentsArea h3 {
	font-weight: bold;
	clear: both;
	margin-right: 20px;
	margin-bottom: 0.5em;
	margin-left: 20px;
}
#contentsArea p {
	margin-bottom: 1em;
	padding-right: 20px;
	padding-left: 20px;
	color: #666666;
}
#contentsArea table {
	margin-bottom: 1em;
	text-align: center;
	margin-right: 40px;
	margin-left: 40px;
	border: 1px solid #E1E1E1;
}
#contentsArea table th,
#contentsArea table td {
	color: #666666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#contentsArea table th {}
#contentsArea table td {}

/*contents*/


#contentsArea li {
	list-style-type: disc;
	list-style-position:inside;
	margin-left:30px;
	color:#666;
}


#contentsArea a:link {
	text-decoration: underline;
	color:#F60;
}

#contentsArea a:visited {
	text-decoration: underline;
	color:#F60;
}

#contentsArea a:hover {
	text-decoration: none;
	color:#F60;
}


