@charset "utf-8";

#mainContent {
	padding: 8px 0px 0 0px;
}


/*--------------------------
contentR
--------------------------*/
.contentR {
	width: 309px;
	float: right;
	margin: 6px 0 0 0;
}

.contentR div {
	margin: 0 0 6px 0;
}

#visual01 {
	display: none;
}

/*--------------------------
contentL
--------------------------*/
.contentL {
	width: 524px;
	float: left;
	margin: 6px 0 0 0;
}

h2 {
	line-height: 100%;
	/*font-weight: bold;*/
	font-size: 15px;
}

#newsBox {
	width: 523px;
	height: 345px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	/*
	border-bottom: 1px solid #e4e3db;
	border-left: 1px solid #e4e3db;
	*/
}

.contentL h3 {
	line-height: 100%;
	font-weight: normal;
	margin: 6px 0 5px 0;
	background: url(../images/dotted.gif) repeat-x left top;
	padding: 8px 6px 0 6px;
	font-size: 11px;
}
.contentL h3#newsTop {
	line-height: 100%;
	font-weight: normal;
	margin: 2px 0 5px 0;
	background: none;
	padding-top: 6px;
}
.contentL h3 span.date {
	font-size: 10px;
	line-height: 100%;
	font-weight: normal;
	margin: 0 7px 0 0;
	color: #f2b101;
	/*background: #f8b413;*/
	padding: 1px 5px 1px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contentL p {
	padding: 0 6px -0 6px;
	font-size: 11px;
	line-height: 115%
}
.contentL p a {
	text-decoration: none;
	color: #666;
}
.contentL p a:hover {
	text-decoration: none;
	color: #444;
	background: #dadad7;
}

/*--------------------------

--------------------------*/
.contentL p.backBtn {
	margin-top: 20px;
	padding-top: 13px;
	line-height: 1.6em;
	font-weight: normal;
	font-size: 12px;
	background: url(../images/dotted.gif) repeat-x left top;
	width: 100%;
}
*html .contentL p.backBtn {
	margin-top: 36px;
	clear: both;
}

.contentL p.backBtn a {
	line-height: 100%;
	color: #444;
	padding: 0 2px;
	text-decoration: none;
}
.contentL p.backBtn a:hover {
	background: #dadad7;
}

.contentL div {
	margin: 20px 0 0 0;
	line-height: 100%;
}
.contentL p.caption {
	font-size: 11px;
	line-height: 140%;
	margin: 12px 0 0 0;
}

/*--------------------------
mainVisual
--------------------------*/
#mainVisual {
	width: 942px;
}

#autoVisual {
	position: relative;
	width: 942px;
	height: 210px;
	overflow: hidden;
}

#autoNav {
	margin: 10px 0 0 -4px;
	height: 26px;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}

#autoNav li {
	float: left;
	_display: inline;
	margin-left: 4px;
	width: 50px;
	height: 16px;
}

/*--------------------------
site map
--------------------------*/
ul#siteMapList {
	margin-top: 16px;
}

ul#siteMapList li {
	margin-top: 5px;
}

ul#siteMapList li a,
ul#siteMapList li a:visited {
	
}
ul#siteMapList li a:hover,
ul#siteMapList li a:active {
	background: #9D9C9A;
	color: #fff;
}

ul#siteMapList li.page {
	background: url(../images/sitemap_kukei.gif) no-repeat 8px center;
	padding-left: 22px;
}

ul#siteMapList li a span {
	margin-left: 5px;
	font-size: 10px;
}

ul#siteMapList li a span,
ul#siteMapList li a:visited span {
	color: #666;
}
ul#siteMapList li a:hover span,
ul#siteMapList li a:active span {
	background: #9D9C9A;
	color: #fff;
}
