﻿@charset "utf-8";

/*+++++++++++++++++++++++++++++++++++++++++++ topMainImage */
#topMainImage{
	width: 862px;
	height: 230px;
	margin: 0px 0px 18px 0px;
	border-bottom: 2px solid #00633D;
	overflow: hidden;
}
#topMainImage #firstNavi{
	float: left;
	position: relative;
	width: 242px;
	height: 230px;
	background: url(images/mainNavi.gif);
}
#topMainImage #firstNavi h1{
	display: block;
	text-indent: -9999px;
}
#topMainImage #firstNavi #goFirstNavi{
	position: absolute;
	top: 162px;
	left: 12px;
	width: 218px;
	height: 33px;
	background: url(images/btnFirstNavi.gif);
}
#topMainImage #firstNavi #goFirstNavi a{
	display: block;
	width: 218px;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
}
#topMainImage #firstNavi #goIndex2{
	position: absolute;
	top: 200px;
	left: 12px;
	width: 218px;
	height: 26px;
	background: url(images/btnIndex2.gif);
}
#topMainImage #firstNavi #goIndex2 a{
	display: block;
	width: 218px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
}
#topMainImage #mainImage{
	float: right;
	width: 620px;
	height: 230px;
	/*background: url(images/mainFlash.jpg);*/
}
/*#topMainImage #mainImage p{
	display: block;
	width: 620px;
	height: 230px;
	text-indent: -9999px;
	overflow: hidden;
}*/

/*+++++++++++++++++++++++++++++++++++++++++++ news */
#contents .news{
	background: url(images/newsHeader.gif) top left no-repeat;
	width: 610px;
	/*padding-top: 26px;*/
}
#contents .news .newsList{
	height: 26px;
	font-size: 12px;
	line-height: 1.1em;
	text-align: right;
}
#contents .news .newsBox{
	clear: both;
	width: 610px;
}
#contents .news .newsBox .newsDate{
	float: right;
	width: 100px;
	padding: 2px 0px;
	text-align: right;
}
#contents .news .newsBox .newsDetail{
	float: left;
	text-align: left;
	width: 486px;
	padding: 2px 0px 6px 20px;
	background: url(images/newsBg.gif) 0px 6px no-repeat;
}
#contents .news .newsFooter{
	margin: 6px 0px 6px 0px;
	background: url(images/newsFooter.gif) 0px 0px no-repeat;
}

#contents .indexBox{
	position: relative;
	width: 610px;
	/*height: 50px;*/
}
#contents .indexBox img{
	padding-bottom: 6px;
}
#contents .indexBox .indexTitleBox{
	position: absolute;
	display: block;
	width: 544px;
	height: 29px;
	top: 18px;
	left: 66px;
	/*text-indent: -9999px;*/
	overflow: hidden;
}
/*#contents .indexBox a.indexTitle{
	position: absolute;
	display: block;
	width: 544px;
	height: 29px;
	top: 18px;
	left: 66px;
	text-indent: -9999px;
	overflow: hidden;
}*/
#contents .indexBox .indexImageBox{
	position: absolute;
	display: block;
	width: 66px;
	height: 100px;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#contents .index1{
	background: url(images/title01.gif) top left no-repeat;
}
#contents .index2{
	background: url(images/title02.gif) top left no-repeat;
}
#contents .index3{
	background: url(images/title03.gif) top left no-repeat;
}
#contents .indexNote{
	padding: 54px 0px 18px 74px;
	font-size: 100%;
	line-height: 1.5em;
}
#contents .indexBox .topColumn{
	float: left;
	width: 184px;
	padding: 0px 6px 20px 0px;
}
#contents .indexBox .leftColumn{
	padding-left: 36px;
}
#contents .indexBox .rightColumn{
	padding-right: 0px;
}
#contents ul.ulColumn{
	list-style: none;
	margin: 0px;
}
#contents ul.ulColumn li{
	list-style: none;
	background: url(images/newsBg.gif) 0px 5px no-repeat;
	margin: 0px;
	padding: 2px 0px 2px 22px;
	font-size: 93%;
	line-height: 1.3em;
}



