@charset "utf-8";
@import url("common.css");

/* リンクページ */


#main_contents {
	width:770px;
	background:#fff url(../images/rose.jpg) no-repeat top center;
	letter-spacing: 0px;
}

#link_contents {
	width:770px;
	background: url(../images/rose_middle.gif) repeat-y;
	margin-top:15px;
	margin-bottom:15px;
}
#main_contents h2{
	background: url(../images/rose_top.jpg) no-repeat;
	width:725px;
	height:77px;
	padding-top:28px;
	padding-left:45px;
}

#main_contents h2 img{
	border-bottom:1px solid #000;
	padding-right:552px;
}
#main_contents h3 {
	background:url(../images/title_back.png) no-repeat;
	height:20px;
	width:676px;
	text-align:center;
}
* html #main_contents h3 {
	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"
	)
	);
}
.links {
	margin-left:45px;
	margin-top:-40px;
}
.links ul {
	width:570px;
	margin: 30px 0px 20px 71px;
	overflow:hidden;
	height:100%;
}
.links ul li {
	float:left;
	height:50px;
	margin-right:25px;
	margin-bottom:4px;
}
.links p {
	font-size:10px;
}
.banner {
	padding-left:45px;
	background: url(../images/rose_bottom.gif) no-repeat bottom center;
}
.banner ul {
	width:530px;
	margin-top:29px;
	margin-left:110px;
	padding-bottom:29px;
	overflow:hidden;
	height:100%;
}
.banner li {
	float:left;
	height:42px;
	margin-bottom:13px;
	margin-right:30px;
}
.banner li.ban{
	float:left;
	height:62px;
	width:530px;
	margin-bottom:13px;
	margin-right:30px;
}


.banner li img{
	border:1px solid #cc6699;
	margin-right:2px;
}
.banner span{
	vertical-align:bottom;
	color:#cc6699;
}