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

#top{
	position:relative;
	float:right;
	width:900px;
	height:675px;
	margin:0px;
	padding:0px;
	background:url(../img/base.jpg) no-repeat;
}

#top h1{
	margin:250px 0 0 0;
	text-align:center;
}

p{
	margin:10px 0 0 0;
	text-indent:1.3em;
	text-align:center;
}

/* contents-------------------------------------*/
#contents{
	position:relative;
	float:right;
	width:730px;
	height: 553px;
	margin: 0px;
	padding: 0px;
	background:url(../img/main_bg.jpg) no-repeat;
}

/* new topics-------------------------------------*/

#contents #NewTopics{
	position:relative;
	margin:27px 0 0 18px;
	width:682x;
	height: 215px;
	background:url(../img/new_topics.jpg) no-repeat;
}

#contents #NewTopics h3{
	display:none;
}

#contents #NewTopics #menuImg {
	position:absolute;
	width:365px;
	height:155px;
	top: 35px;
	left: 30px;
}
#contents #NewTopics #menuImg li {
	position:absolute;
}
#contents #NewTopics #menuImg li img {  }

#contents #NewTopics #menuList {
	position:absolute;
	width:250px;
	height:155px;
	left: 410px;
	top: 35px;
}
#contents #NewTopics #menuList li {
	margin:0px 0px 6px 0px;
}
#contents #NewTopics #menuList li a {
	color:#5f5f5f;
	line-height:1.4;
	font-size:93%;
}

#contents #NewTopics #menuList li a,
#contents #NewTopics #menuList li a:link,
#contents #NewTopics #menuList li a:visited{
	text-decoration:none;
}

#contents #NewTopics #menuList li a:hover,
#contents #NewTopics #menuList li a.selected{
	text-decoration:underline;
}

/* news-------------------------------------*/

#contents #News{
	position:relative;
	margin:25px 0 0 18px;
	width:682x;
	height: 260px;
	background:url(../img/news.jpg) no-repeat;
}

#contents #News h3{
	display:none;
}

#contents #News .TextBox{
	position:absolute;
	top:30px;
	left:30px;
	width:630px;
	height:200px;
	overflow:auto;
}

#contents #News .TextBox ul{
	width:600px;
	height:170px;
}

#contents #News .TextBox ul li{
	margin-bottom:7px;
	width:600px;
}

#contents #News ul li .yymmdd{
	display: block;
	margin-bottom:2px;
	height:12px;
	color:#666666;
	font-size:90%;
	line-height: 1.1em;
}

#contents #News ul li .article{
	display: block;
	color:#fb0404;
	font-weight:bold;
	font-size:90%;
	line-height:1.6em;
}

#contents #News ul li .article a,
#contents #News ul li .article a:link,
#contents #News ul li .article a:visited{
	color:#fb0404;
	text-decoration:none;
}
#contents #News ul li .article a:hover{
	text-decoration:underline;
}

