@charset "utf-8";
/*=============================================
	CONTENT css for TOPPAGE
=============================================*/



/*-- お知らせ --*/
#whatsnew {
	background-color: #FFFFCC;
	border: #FFCC66 1px solid;
	background-image: url(/images/whatsnew.jpg);
	background-repeat: no-repeat;
	padding: 30px 10px 8px 10px;
	margin-bottom: 20px;
}

#whatsnew ul {
	line-height: 120%;
}

#whatsnew li {
	font-size: 11px;
	list-style: none;
}

#whatsnew li a {
	font-size: 11px;
}

/*-- 各カテゴリの新着 --*/
.rows {
	margin-bottom: 20px;
}

.cat_left, .cat_center {
	width: 207px;
	float: left;
}

.cat_center {
	margin-left: 19px;
}

.cat_right {
	width: 207px;
	float: right;
}

.rows h2, .rows_last {
	height: 19px;
}

.cat_inner {
	padding: 6px;
	border: #B6B6B6 1px solid;
	background-color: #FFF;
	min-height: 200px;
	_height: auto !important;
	_height: 200px;
}

/*-- 写真サムネイル --*/
.thumbnail {
	height: 90px;
	width: 90px;
	float: left;
	margin-bottom: 8px;
	text-align: center;
}

.f_info {
	float: right;
	margin-top: 5px;
	width: 100px;
}

.f_info .cname {
	margin-bottom: 8px;
}

.f_info .gaiyo {
	margin-bottom: 3px;
}

.s_info {
	clear: both;
}

.cname {
	margin-bottom: 4px;
	padding-left: 10px;
	background: url(/images/list.jpg) no-repeat;
}

.cname a {
	font-weight: bold;
	line-height: 120%;
}

.gaiyo {
	font-size: 10px;
	line-height: 120%;
}

.s_info .gaiyo {
	margin-bottom: 10px;
	padding-left: 10px;
}

/*-- 更新日時 --*/
.update {
	font-size: 10px;
	text-align: right;
	color: #999;
}

/*-- もっと見る --*/
.moreinfo {
	text-align: right;
}
