@charset "utf-8";


/* PRIVACY POLICY
-----------------------------------------------*/
#individual{
	width:527px;
	margin-left:17px;
	padding:5px 0 30px;
}

/* text
------------------------*/
#individual p{
	font-size:75%;
	line-height:1.4;
}

/* list
------------------------*/
#individual ol{
	list-style:decimal outside;
	font-size:75%;
	margin:2em 0 1.5em 2em;
}

#individual li{
	list-style:decimal outside;
	line-height:1.4;
	margin-top:1.5em;
}

/* CAUTION
-----------------------------------------------*/
#caution{
	width:544px;
	margin-right:17px;
	padding:8px 0 30px;
}

#caution h3{
	margin-bottom:10px;
	padding:4px 17px;
	font-size:75%;
	font-weight:bold;
	background-color:#E6E6E6;
}

#caution p{
	margin:0 0 20px 17px;
	font-size:75%;
	line-height:1.4;
}

/* CONTACT
-----------------------------------------------*/
#contact{
	width:527px;
	margin-left:17px;
	padding:5px 0 30px;
}

#contact p{
	font-size:75%;
	line-height:1.4;
}

#contact span.red{
	color:#C35C5C;
	font-weight:bold;
}

#contact div.text{
	margin-bottom:5px;
}

#contact p.gray{
	color:#848484;
	font-weight:bold;
}

#contact p.gray span{
	color:#848484;
	font-weight:normal;
}

#contact p.gray span.red{
	color:#C35C5C;
	font-weight:bold;
}

#contact th{
	text-align:left;
}

#contact td{
	font-size:75%;
	line-height:1.6;
}

#contact input.gray{
	padding:2px;
	border:1px #848484 solid;
	background-color:#F5F5F5;
}

#contact input.red{
	padding:2px;
	border:1px #C35C5C solid;
	background-color:#FFE9E9;
}

#contact textarea.gray{
	width:368px;
	height:91px;
	padding:2px;
	border:1px #848484 solid;
	background-color:#F5F5F5;
}

#contact textarea.red{
	width:368px;
	height:91px;
	padding:2px;
	border:1px #FF6565 solid;
	background-color:#FFE9E9;
}


/* error */
#error{
	padding-bottom:5px;
}

#error p{
	color:#C35C5C;
	font-weight:bold;
}

/* thanks */
#contact div.text2{
	margin:50px 0;
}

#contact div.text2 p{
	font-size:85%;
	line-height:1.6;
	text-align:center;
}

#contact div.bt p{
	margin-bottom:80px;
	text-align:center;
}

/* INFORMATION
-----------------------------------------------*/
#information{
	width:527px;
	margin-left:17px;
	padding:5px 0 30px;
}

#information dl{
	padding:10px 0 8px;
}

#information dl.no{
	background-image:none;
}

#information dt{
	width:110px;
	padding:0 10px 0 0;
	font-size:75%;
	line-height:1.6;
	font-weight:bold;
}

#information dd{
	margin-top:-1.6em;
	margin-left:120px;
	width:407px;
	font-size:75%;
	line-height:1.6;
}

/* SITE MAP
-----------------------------------------------*/
#sitemap{
	width:527px;
	margin-left:17px;
	padding:0 0 30px;
}

#sitemap div.left{
	float:left;
	width:255px;
}

#sitemap div.right{
	float:right;
	width:272px;
}

#sitemap .paT5{
	padding-top:5px;
}

#sitemap .paT12{
	padding-top:12px;
}

#sitemap .paT13{
	padding-top:13px;
}

#sitemap .paT24{
	padding-top:24px;
}

