@charset "utf-8";
/* CSS Document */
@import url(common/css/base.css);

#slider {
	width:600px;
	margin-bottom:15px;
}

/* スライド */
#slider {
	width:600px;
	overflow:hidden;
}

#slider img {
	border:solid 1px #ccc;
}

*html #slider {
	display:none;
}

/* イベント */
#topevent {
	float:left;
	border-top:solid 8px #F2990A;
	background:url(img/top/eventbg.gif);
	width:570px;
	padding:15px;
	padding-top:0;
	margin-bottom:10px;
}
*html #topevent {
	margin-top:15px;
}

#topevent ul {
	float:right;
	width:380px;
	padding-top:15px;
}

#topevent ul li {
	margin-bottom:5px;
	color:#61433D;
}
#topevent ul li a {
	color:#61433D;
}

#topevent ul li span {
	margin-right:15px;
	display:block;
	background:url(img/ya_bg.gif) no-repeat 0 50%;
	padding-left:15px;
}

#topevent #etitle {
	float:left;
	width:175px;
	background:url(img/top/ebg.png) no-repeat top right;
	height:200px;
}

#topevent #etitle h2 {
	margin-top:-14px;
	position:relative;
}

#topevent #etitle p {
	text-align:right;
	margin:5px 2px;
}

/* ブログ */
#topblog {
	clear:both;
}

#topblog h2 {
	margin:0 -21px;
	position:relative;
}

#topblog #c_ichiran {
	margin-top:-43px;
	position:relative;
	float:right;
}

#topblog dl {
	float:left;
	width:180px;
	margin-left:15px;
}

#topblog dl dt img {
	display:block;
	margin-bottom:3px;
	width:180px;
	height:120px;
}

#topblog dl dt {
	color:#04B0EE;
	font-weight:bold;
}

#topblog dl dt p {
	height:3em;
}

#topblog dl dd span {
	font-size:0.8em;
	float:right;
	margin-bottom:3px;
}

#topblog dl .bnaiyou {
	clear:right;
	height:8em;
}
#topblog dl .bnaiyou a {
	color:#333;
}




































