/* CSS Document */
/* rashiku.jp/index_temp */
@charset "UTF-8";

div#mainbnr{
	width: 860px;
	height: 324px;
}

div#mainbnr div#space{
	height: 2em;
}

/*main アーカイブ記事*/
ul#archives {
	list-style-type: none;
}

li.archiveslist {
	height: 100px;
}

ul#archives li.archiveslist {
	width: 150px;
	float: left;
	margin-right: 12px;
	font-size: 0.8em;
	padding-bottom: 0.6em;
}

/*メンバーブログ*/
div.member_feed {
	font-size: 10px;
	padding: 1em, 0, 1em, 0;
}

p.bnr {
	margin-bottom: 1.4em;
}

/*人気記事*/
ul#bestEntry {
	font-size: 0.8em;
	line-height: 1.4em;
	
}

li.best_entry{
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0.5em;
}

/*メンバーアイコンリスト*/
div#member_icon_list img {
	margin-right: 8px;
	margin-bottom: 8px;
}

div.textArea ul li{
	margin-bottom: 1em;
}

/*スタッフブログ*/

div#sub_A div {
	/*common.cssの値を無効化*/
	margin-bottom: 0em;
}

div#feed-mukai, div#feed-edit, div#feed-web{
	margin-bottom: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

