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

/* menu ---------------------------- */
#m-wrap #menu li{
margin: 0px;
padding: 0px;
height: 100px;
width: 225px;
text-indent: -1000em;
font-size: 1px;
line-height: 1px;
float:left;
}
#m-wrap .m1 a{
background-image: url(../images/menu1.gif);
display: block;
height: 100px;
width: 225px;
overflow: hidden;
}
#m-wrap .m2 a{
background-image: url(../images/menu2.gif);
display: block;
height: 100px;
width: 225px;
overflow: hidden;
}
#m-wrap .m3 a{
background-image: url(../images/menu3.gif);
display: block;
height: 100px;
width: 225px;
overflow: hidden;
}
#m-wrap .m4 a{
background-image: url(../images/menu4.gif);
display: block;
height: 100px;
width: 225px;
overflow: hidden;
}
#m-wrap .m1 a:hover,#m-wrap .m2 a:hover,#m-wrap .m3 a:hover,#m-wrap .m4 a:hover{
background-position: left bottom;
}

/* contents ---------------------------- */
#c-wrap #contents{
padding: 30px 50px 0px 50px;
}
#contents #news{
height: auto;
width: 580px;
padding: 0px;
margin: 0 40px 0 0;
float:left;
}
#contents #web{
height: auto;
width: 220px;
padding: 0px;
margin: 0px;
float:left;
}
#contents h2{
padding:0px;
text-indent: -1000em;
font-size: 1px;
line-height: 1px;
display:block;
}
#contents .body1{
height:60px;
width:175px;
margin:0 0 10px 0;
background-image: url(../images/body1.gif);
background-repeat: no-repeat;
background-position: left top;
}
#contents .body2{
height:45px;
width:145px;
margin:0 0 10px 0;
background-image: url(../images/body2.gif);
background-repeat: no-repeat;
background-position: left top;
}
#contents .body3{
height:41px;
width:147px;
margin:0 0 10px 0;
background-image: url(../images/body3.gif);
background-repeat: no-repeat;
background-position: left top;
}
#news table{
height: auto;
width: 100%;
}
#news th{
	width: 80px;
	font-weight: normal;
	text-align: left;
	color: #007ccc;
	vertical-align: top;
}
/* news link */
#web a,#web a:visited{
color: #218bcc;
text-decoration: underline;
cursor:pointer;	
}
#web a:hover,#web a:active{
color: #3db5ff;
text-decoration: underline;
}

#web img{
margin: 0 0 10px 0;
}
#web span{
	font-size: small;
	font-weight: bold;
}
#web .mini{
	font-size: x-small;
	line-height: 130%;
	margin:0 0 30px 0;
}
#web .mini2{
	font-size: x-small;
	line-height: 130%;
	margin:0px;
}







