@charset "utf-8";

/*________________________________________________

	name:			privacy.css
	author:			yukari hashimoto
	mail:			hashi@elf.coara.or.jp
	create Date:	2010-06-21
	lastmodified:	****-**-**
________________________________________________*/

 

/*--------------------------------------------------------------
.privacy　プライバシーポリシー
--------------------------------------------------------------*/
.privacy {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 20px;
}
.privacy p{
	width: 830px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#privacymain h3{
	width: 930px;
	background-image: url(../privacy/img/privacy_bnbac.jpg);
	background-repeat: no-repeat;
	color: #5353aa;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	background-position: center;
	/*height: 30px;*/
	float: left;
	text-indent: 30px;
	display: block;
	clear: both;
	height: auto;
	margin: 0 0 10px 0;
	padding: 10px 0px 10px 0px;
}
.privacy_contBox1{
	width: 906px;
	height: 16px !important;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 5px;
}
.privacy_contBox2{
	width: 16px;
	float: left;
	padding-left: 5px;
	height: 16px !important;
}
.privacy_contBox3{
	width: 830px;
	padding-left: 30px;
	*padding-left: 10px;
	_padding-left: 0px;
	background-image: url(../privacy/img/line906px.jpg);
	background-repeat: no-repeat;
	background-position: left 16px;
}
.privacy_contBox3 p{
	font-size: 12px;
	font-weight: bold;
	color: #3399CC;
	text-align: left;
	padding-top: 0px;
}
.privacy_contBox4{
	width: 830px;
	margin: 0 auto 0 auto;
}
.privacy_h3{
	padding-top: 20px;
	padding-bottom: 20px;
}

.privacy_contBox4 table{
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.privacy_contBox4 td{
	padding: 5px;
	border: 1px #000000 solid;
}
.privacy_contBox_td{
	background-color: #666666;
	color: #FFFFFF;
}

/*--------------------------------------------------------------
#privacy　　右側コンテンツ　プライバシーポリシー
--------------------------------------------------------------*/
#privacy div#privacymain a {
	color: #5353aa;
}
#privacy div#privacymain a:hover {
	color: #7f7fc5;
}
#privacy div#privacymain h2 {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 60px;
	border-top: 1px #5353aa solid;
	border-right: 1px #5353aa solid;
	border-left: 1px #5353aa solid;
	border-bottom: 5px #5353aa solid;
	color: #5353aa;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	background-position: 15px center;
}





















/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/
.privacy dl {
	display: inline-block;
	display: block;
	zoom: 100%;
}
.privacy dl:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html .profile dl {
	height: 1%;
}
.profile dl {
	display: block;
}
/* End hide from IE-mac */

