@charset "UTF-8";
/* CSS Document */

@import url("base.css");
@import url("common.css");
@import url("font.css");




/*-------------------------------------
 Main Contents
---------------------------------------*/

/*main photo*/

.main-photo {
	position: relative;
	color: #FFFFFF;
}
.main-photo h2 {
 font-weight: bold;
	margin-bottom: 5px;
}
.main-photo .main-ptxt {
	position: absolute;
	left: 10px;
	top: 150px;
	width: 385px;
}
.main-photo .main-ptxt p {
 font-size: 80%;
	line-height: 15px;
}


/*infor and news*/

.topics-box {
 margin-top: 10px;
}
.topics-box,.topics-box h2 {
 background-image: url(../common_img/dotline02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
}
.topics-box .infor-scroll {
	overflow: auto;
	height: 105px;
	font-size: 70%;
	margin-top: 5px;
}
.topics-box .infor-scroll dt {
 float: left;
	width: 110px;
}
.topics-box .infor-scroll dd {
	float: left;
	width: 428px;
	margin-bottom: 7px;
}
.topics-box .infor-scroll dd a {
	color: #0033CC;
	text-decoration: underline;
}
.topics-box .infor-scroll dd a:hover {
	color: #FF9900;
}



/*feature*/

.feature {
 margin-top: 20px;
	font-size: 80%;
	line-height: 135%;
}
.feature h3 {
 margin-top: 10px;
	margin-bottom: 5px;
}
.feature .feature-txtbox {
 padding-left: 45px;
	padding-right: 5px;
}



/*page top*/
.page-top {
	display: none;
}