@charset "utf-8";




/* contact
---------------------------------------------*/

table.form{
	margin-bottom: 13px;
	border: solid 1px #add794;
	width: 555px;
	border-collapse: collapse;
}


table.form tr th{
	padding: 15px 9px;
	border: solid 1px #add794;
	width: 25%;
	background: #e4f8cc;
}

table.form tr th span{
	color: #d00f0f;
	font-weight: bold;
}

table.form tr th.col2{
	padding: 15px 9px 15px 29px;
	width: 100%;
	background: #fff url(../../common/images/arrow_down.gif) no-repeat 10px center;
}

table.form tr td{
	padding: 15px 13px;
	border: solid 1px #add794;
	width: 75%;
}

p.indisp{
	color: #d00f0f;
}

p.privacy{
	margin: 13px 0 19px;
	padding: 14px;
	border: solid 1px #c0c0c0;
	font-size: 76%;
}

/* other
---------------------------------------------*/

dl.contact {
	float: left;
	width: 557px;
	line-height: 120%;
	color: #666;
	font-size: 91%;
}

dl.contact dt,
dl.contact dd{
	padding: 13px 0 11px;
}

dl.contact dt{
	float: left;
	clear: left;
	font-weight: bold;

}

dl.contact dd{
	padding-left: 6em;
	border-bottom: dashed 1px #999;
}




/* sitemap
---------------------------------------------*/

ul#sitemap{
	
}

ul#sitemap li{
	margin-bottom: 1em;
	padding-left: 25px;
	font-weight: bold;
}



ul#sitemap li ul{
	margin-left: 50px;
}

ul#sitemap li ul li{
	margin-bottom: 0;
	padding-left: 25px;
	background: transparent url(../../common/images/arrow_g_c.gif) no-repeat left 0.4em;
	font-weight: normal;
}

ul#sitemap li ul li ul li{
	padding-left: 15px;
	background: transparent url(../../common/images/arrow_g_s.gif) no-repeat left 0.5em;
}


/* clear
---------------------------------------------*/


div.ltri:after,
div.rtli:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



div.ltri,
div.rtli {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/


* html div.ltri,
* html div.rtli { height: 1%; }


div.ltri,
div.rtli { display: block; }
/* End hide from IE-mac */