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

/*--------------contents----------------*/
#main{
    background:url(../images/main_bg.jpg) no-repeat top center;
	width:853px;
	height:220px;
	text-align:right;
	padding-top:68px;
	padding-right:55px;
	clear:both;
	margin-bottom:2px;
}
#main_btn{
    margin-right:70px;
	margin-top:25px;
	width:310px;
	float:right;
}
#contents_left {
    float:left;
	width:665px;
	margin-left:5px;
}
/*----------------pngfix---------------*/
#main img{
	behavior: expression(IEPNGFIX.fix(this));
}
/*--------------------------------------*/
/*-----news------*/
#news {
    width:663px;
	margin-bottom:15px;
	border-top:solid 4px #6899d3;
}
.dot h3{
    margin-top:10px;
	float:left;
}
.dot a{
    margin-top:10px;
	margin-right:10px;
    float:right;
}
#news ul{
    margin:10px;
	line-height:1.8em;
}
.date{
    color:#3b76bc;
	font-weight:bold;
	margin-right:18px;
}
/*---------------*/
/*---top_about---*/
#top_about {
    border:solid 3px #d0d9e2;
	background:#ecf5ff;
	padding:5px;
	margin-bottom:50px;
}
#top_about_attention{
    background:#e7e7e7;
	height:49px;
	width:647px;
	margin:0 auto;
	padding-top:13px;
	text-align:center;
}
#top_about h3{
    margin:10px 0;
}
#top_about p{
    margin:5px;
}
/*---------------*/
#contents_right {
    float:right;
	width:205px;
	padding:5px;
	border:solid 5px #eaeaea;
}
#contents_right h3{
    margin:5px 0 7px 0;
	float:left;
	clear:both;
}
#contents_right ul{
    float:left;
}
/*--------------------------------------*/
