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

/* トップ */
#visual {
	width:800px;
	margin:0 auto;
}
#news {
	float:left;
	width:278px;
	margin:0 10px 0 0;
	border:#DDD 1px solid;
	overflow:auto;
}
#news ul {
	width:250px;
	margin:10px 10px 5px 10px;
}
#news ul li {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:#CCC 1px dotted;
}
#news p {
	text-align:right;
	padding:0 10px 10px 0;
}
#news div.loading {
	min-height:100px;
	text-align:center;
}
#news div.list {
	min-height:100px;
	text-align:left;
}
#category {
	float:left;
	width:510px;
	margin:0;
}
#category ul li {
	float:left;
	margin:0 10px 10px 0;
	position:relative;
}
#category ul li.end {
	margin:0 0 10px 0;
}
#category ul li span {
	position:absolute;
	width:135px;
	left:105px;
	top:28px;
	line-height:1.45;
}
.banner {
	clear:both;
	margin-bottom:10px;
}

/* キービジュアル */
#visual {
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	z-index: 0;
	height: 240px;
	background: #FFF;
}
#visual .gallerydesctext {
	display: none;
}
