@charset "shift_jis";

#index2 {
	background-image: none;
	background-color: #ffffff;
}
#index3 {
	background: #ffffff url(../images/com_bg02.gif) repeat-y center;
}

#contents .newsBox {
	margin: 0 0 10px;
}
#contents .newsBox dt {
	position: relative;
	padding: 10px 10px;
	border: 1px solid #999999;
	border-bottom: 0;
	background-color: #f0f8ff;
	color: #666666;
	font-weight: bold;
	zoom: 1;
}
#contents .newsBox dt .newsMore {
	position: absolute;
	display: block;
	top: 11px;
	right: 10px;
	font-weight: normal;
}
#contents .newsBox dt .newsMore:after {
	content: " >>";
}
#contents .newsBox dt a:link,
#contents .newsBox dt a:visited,
#contents .newsBox dt a:hover,
#contents .newsBox dt a:active {
	color: #666666;
}
#contents .newsBox dd {
	overflow: auto;
	height: 10em;
	border: 1px solid #999999;
}
#contents .newsBox ul {
	padding-top: 10px;
}
#contents .menuList {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}
#contents .menuList li {
	position: relative;
	float: left;
	width: 230px;
	height: 230px;
	margin-left: 8px;
	zoom: 1;
}
#contents .menuList li:first-child {
	margin-left: 0;
}
#contents .menuList li #bbsUpdate {
	display: block;
	position: absolute;
	top: 68px;
	left: 32px;
	font-size: 90%;
	color: #666666;
	cursor: pointer;
}

#contents .menuList + p {
	width: 706px;
	margin: 40px auto 0;
}

/* rollover */
#contents .menuList li a,
#contents .menuList + p a {
	overflow: hidden;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#contents .menuList li a:hover {
	border: 2px solid #ff0000;
}
#contents .menuList + p a:hover {
	border: 2px solid #8b4513;
}
#contents .menuList li a:hover img,
#contents .menuList + p a:hover img {
	margin: -2px;
	opacity: 0.7;
	filter: alpha(opacity=70);/* ie lt 8 */
	zoom: 1;
}

/* 重要なお知らせ */
.newsLink {
	padding: 0 15px 10px;
}
.newsLink a:link,
.newsLink a:visited,
.newsLink a:active,
.newsLink a:hover {
	font-weight: bold;
	color: #ff0000;
	font-size: 115%;
}
.finNews {
	padding-left: 0.5em;
	color: #ff0000;
}