/*=========contents============*/

#contents{
	text-align: left;
	position:relative;
	width: 800px;
	}


#contents{
	margin-top:10px;
	}
#contents h2{
	float:left;
	width:215px;
	height:51px;
	}

.news{
	width:550px;
	height:51px;
	padding-top:10px;
	padding-left:15px;
	text-align:left;
	font-size:12px;
	}

#contents ul{
	width:800px;
	margin-top:5px;
	list-style:none;
	}
#contents ul li{
	float:left;
	display:block;
	width:158px;
	height:158px;
	background-image: url(../images/menu/back_o.png);
	background-repeat: no-repeat;
	margin:0 2px 0 0;
	overflow:hidden;
	}

#contents ul li a{
	display:block;
	width:158px;
	height:158px;
	background-image: url(../images/menu/back.png);
	background-repeat: no-repeat;
	color:#ff0000;
	}
#contents ul li a:hover{
	display:block;
	width:158px;
	height:158px;
	background-image: url(../images/menu/back_o.png);
	background-repeat: no-repeat;
	color:#fff;
	}


#contents ul li p{
	padding:5px 14px 0 14px;
	line-height:1.3;
	font-family:HG ŠÛºÞ¼¯¸M-PRO;
			}


#contents{
    zoom:1;/*for IE 5.5-7*/
}
#contents:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
    }