@charset "utf-8";
/* -- localNav -- */

div#container {
	clear:both;
	width:780px;
	margin:0 auto;
	text-align:left;
}
div#localNav ul li.category{
	border:none;
	width:150px;
	height:30px;
	padding:10px 10px 3px 30px;
	color:#ffffff;
	font-weight:bold;
	background:url(../img/bg_inquiry_localnav.jpg) no-repeat;
}

div#localNav ul li.category_infomation{
	border:none;
	width:150px;
	height:30px;
	padding:10px 10px 3px 30px;
	color:#ffffff;
	font-weight:bold;
	background:url(../img/bg_infomation_localnav.jpg) no-repeat;
}

div#localNav ul li.category_sitemap{
	border:none;
	width:150px;
	height:30px;
	padding:10px 10px 3px 30px;
	color:#ffffff;
	font-weight:bold;
	background:url(../img/bg_sitemap_localnav.jpg) no-repeat;
}

div#localNav ul li.category_sitemap a,
div#localNav ul li.category a{
	color:#666666;
}


div#localNav ul li.category_infomation a{
	color:#ffffff;
}

div#contents .box .inner table{
	margin:30px auto auto 30px;
	float:left;
	width:500px;
}


div#contents .box .inner th {
	background-color:#e8f6ff;
	color:#333333;
	padding:5px 20px 5px 20px;
	line-height:160%;
	border:1px #cccccc solid;
	vertical-align:center;
	text-align: center;
	font-size:130%;
}

div#contents .box .inner td {
	background-color:#ffffff;
	color:#333333;
	padding:8px;
	line-height:130%;
	border:1px #cccccc solid;
	vertical-align:center;
	text-align: left;
	font-size:120%;
}

div#contents .box .inner .red{
	color:red;
}


div#contents .box .inner p{
	text-align:center;
}
