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

#header {
	height:245px !important;
}

#contents h1.link {
	background:url(../images/tit_link_index.png) left top repeat;
	height:108px;
	width: 654px;
}



* html #contents h1.link {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}


#contents div.linkBox {
	text-align:center;
	margin-right:13px;
	margin-left:100px;
	height:20px;
}
#contents div.linkBox ul li {
	font-size:100%;
	line-height:150%;
	margin-right:9px;
}
#contents div.linkBox ul li a {
	text-decoration:underline;
}

#contents div.bnnBox {
	margin-bottom:20px;
	width:535px;
}

#contents div.icnBox {
	float:left;
	margin-right:20px;
	text-align:center;
	width:106px;
}

#contents div.infBox {
	float:right;
	width:380px;
}

#contents span.cool {
	padding:2px;
	background-color:#996666;
	color:#ffffff; 
	font-size:10px;
	margin-left:3px;
}
