@charset "utf-8";
/* CSS Document */

@import "common.css";


/* top */
/* =========================================================== */

/* topHeader */

#topHeaderWrap {
	background: url(../top_images/top_hd_bg.gif) repeat-x left top;
}
#topHeader {
	width: 950px;
	height: 90px;
	margin: 0 auto;
}
#topHeader h1 {
	float: left;
	width: 400px;
	height: 90px;
	font-size: 10px;
	line-height: 1;
	position: relative;
	background: url(../top_images/top_logo.gif) no-repeat left top;
}
#topHeader h1 span.logo {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	overflow: hidden;
}
#topHeader h1 span.txt {
	position: absolute;
	top: 16px;
	left: 3px;
}
#topHeader h1 span.txt a {
	color: #333;
	text-decoration: none;
}
#topHeader div.btnBlock {
	float: right;
	width: 156px;
	height: 90px;
	position: relative;
}
#topHeader div.btnBlock span.btnBox01 {
	position: absolute;
	top: 0;
	left: 28px;
}
#topHeader div.btnBlock ul.btnBox02 {
	position: absolute;
	top: 63px;
	left: 0;
	width: 156px;
}
#topHeader div.btnBlock ul.btnBox02 li {
	float: left;
	margin-right: 19px;
}
#topHeader div.btnBlock ul.btnBox02 li.lastItem {
	margin-right: 0;
}

/*#contentWrap.top {
	background: url(../top_images/flash_bg.gif) repeat-x left top #FFF;
	text-align: center;
}*/

/* flash */
#topFlash {
	width: 950px;
	margin: 0 auto;
}

#topFlash #flash {
/*	width: 1110px;
	margin: 0 -80px;*/
	width: 1150px;
	margin: 0 -100px;
	position: relative;
}

#topFlash #flash p {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	font-size: 90%;
	line-height: 1.7;
}


/* topNav */
#topNav {
	width: 970px;
	height: 90px;
	margin: 24px auto 0;
}
#topNav #carouselWrap {
	background:url(../top_images/carouselWrap_bg.gif) no-repeat top left;
	width:970px;
	height:90px;
	background-color:#EEE;
	position:relative;
}
#topNav #carouselPrev {
	width:15px;
	height:90px;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
#topNav #carouselNext {
	width:15px;
	height:90px;
	position:absolute;
	top:0;
	left:955px;
	cursor:pointer;
}
#topNav #carousel {
	width:940px;
	height:90px;
	position:absolute;
	top:0;
	left:15px;
	overflow:hidden;
}
#topNav #carouselInner li {
	width:300px;
	height:90px;
	float:left;
	margin-left:10px;
	display:inline;/*forIE6*/
}
#topNav #carouselInner li a {
	display:block;
}
#topNav #carouselInner li a:hover {
	display:block;
}




/* topMain */
#topMain {
	float: left;
	width: 615px;
	padding: 0 0 50px 0;
}

#topMain h2 {
	width: 615px;
	height: 60px;
	font-size: 100%;
	position: relative;
}
#topMain h2 img.imgTtl {
	position: absolute;
	top: 35px;
	left: 0;
	width: 60px;
	height: 15px;
}
#topMain h2 span.linkNewsArchive {
	position: absolute;
	top: 35px;
	left: 415px;
	width: 200px;
	text-align: right;
	font-size: 78%;
	line-height: 1.2;
}
#topMain h2 span.linkNewsArchive a {
	padding-left: 11px;
	background: url(../top_images/top_link_arw.gif) no-repeat left center;
	color: #333;
}

#topMain ul.news {
	width: 615px;
	border-top: 2px solid #366baf;
	padding-top: 9px;
}

#topMain ul.news li {
	width: 615px;
	padding: 10px 0 11px 0;
	margin: 0;
	background: url(../top_images/top_news_dotline.gif) repeat-x left bottom;
}

#topMain ul.news li span.date {
	float: left;
	width: 90px;
	padding: 0 0 0 5px;
	font-size: 78%;
	line-height: 1.5;
	background-color: #fff; /* IE */
}
#topMain ul.news li span.ttl {
	float: right;
	width: 520px;
	padding: 0;
	font-size: 78%;
	line-height: 1.5;
}
#topMain ul.news li a {
	color: #333;
}

/* topSide */
#topSide {
	float: right;
	width: 260px;
	margin: 60px 0 0 0;
	padding: 0 0 50px 0;
}

#topSide ul.banner li {
	padding: 0 0 5px 0;
}

#topSide p.txtArea {
	margin: 18px 0 15px 0;
	font-size: 78%;
	line-height: 1.7;
}

/*#topSide p.txtArea a {
	padding: 0 0 0 12px;
	background: url(../common/arw02.gif) no-repeat left center;
}*/

