@charset "UTF-8";
/* ******************************************************************

	--sitemap.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/
#info .boxIntro {
	width: 562px;
	margin-bottom: 10px;
}
#info .boxIntro .innerLeft {
	width: 196px;
	padding: 10px 10px 10px 0;
}
#info .boxIntro .innerRight {
	width:342px;
	margin: -3px 0px;
	line-height: 2em;

}
#info .boxIntro .innerRight a {
	color:#333;
}
#info .violet{
	background:#333366;
	font-size:123.1%;
}
#info .innerRight {
	font-size:108%;
}
.listInfo h3 {
	font-size:93%;
	margin-bottom:5px;
}
.listInfo ul {
	padding:0 15px;
}
.listInfo ul li {
	margin-bottom:8px;
}
.listInfo ul li:after {
	display: block;
	clear: both;
	content: "";
}
#info .infoElement {
	min-width:188px;
	margin:0;
	border: 1px solid #333;
	font-size:108%;
	vertical-align: inherit;
}
.listInfo .textInfo {
	display: inline-block;
	padding-top:5px;
	padding-left: 10px;
	font-size:93%;
	vertical-align: middle;
}
.infoElement{
	width:236px;
}
p.infoElement.textCenter {
	background:#EEE;
	text-align:center;
	line-height:39px;
	font-weight:bold;
}
p.infoElement.clearfix.textCenter span {
	clear:both;
	display:inline-block;
	float:none;
	min-width:12px;
}