@charset "UTF-8";

/* エリア特集
---------------------------------------------------- */
#main div.area_wrapper {
	width: 670px;
	padding: 5px;
	background: url(../images/home/area_wrapper_bk.gif);
}
.area_wrapper .area {
	padding-bottom: 25px;
	background: #FFFFFF;
}
.area div.photo_container {
	clear: both;
	padding-left: 8px;
}
.area p.photoarea {
	float: left;
	margin: 4px 8px;
	padding: 3px 0;
	width: 148px;
	height: 142px;
	background: #EFEFEF;
}
.area div.caption_container {
	clear: both;
	padding-left: 8px;
}
.area p.caption {
	float: left;
	margin: 4px 8px;
	width: 148px;
}
/*
.area p.caption a {
	color: #FF61A8;
}
*/

.area p.caption a:link,
.area p.caption a:visited {
	color: #595BEF;
}

.area p.caption a:hover,
.area p.caption a:active {
	color: #72ADD7;
}

/* スタッフ放浪記
---------------------------------------------------- */
#main div#hourou {
	clear: both;
	width: 674px;
	margin: 20px 0 30px;
	padding-bottom: 20px;
	border: 3px solid #F3E19B;
	background: url(../images/home/bk_hourou.gif) no-repeat;
}
#hourou ul {
	padding: 5px 20px;
	list-style: none;
}
#hourou li {
	padding: 2px 0 0 18px;
	background: url(../images/home/icon_hourou.gif) no-repeat 0 5px;
}


/* カテゴリー
---------------------------------------------------- */
div#main div.row {
	clear: both;
	width: 680px;
	margin-top: 20px;
}
div.row div.leftblock {
	float: left;
	width:330px;
}
div.row div.rightblock {
	float: right;
	width: 330px;
}
div.row ul {
	padding: 10px 0;
	list-style: none;
}
div.row li {
	padding: 2px 0 0 18px;
}
div.row li.listgreen {
	background: url(../common/images/listmark/listmark_green.gif) no-repeat 0 5px;
}
div.row li.listblue {
	background: url(../common/images/listmark/listmark_blue.gif) no-repeat 0 5px;
}
div.row li.listpurple {
	background: url(../common/images/listmark/listmark_purple.gif) no-repeat 0 5px;
}
div.row li.listorange {
	background: url(../common/images/listmark/listmark_orange.gif) no-repeat 0 5px;
}

/* トップページ　最上部バナー
---------------------------------------------------- */
#top_bnr {
  overflow: hidden;
  margin-bottom: 0;
}

#top_bnr a {
  display: block;
  margin-bottom: 13px;
}

#top_bnr a img {
  display: block;
}
