@charset "utf-8";

/* 更新情報テキスト */
.entries_text{
	font-size:12px;
	color:#FF7575;
	margin:0 10px 5px 10px;
	padding:0 0 3px 10px;
	border-bottom:1px #CCC dotted;
}
div.entries_text{
	width:480px;
}

/*indexページ　メインエリア（桃）*/

#main{
	clear:both;
}

#wrapper{
	background-image:url(../img/bg.png);
	background-repeat: repeat-x;
	background-position:top left;
}

#top_index{
	background-image:url(../img/main_center.png);
	background-repeat:no-repeat;
	background-position: center top;
	text-align:left;
	padding:20px 0 0 0;
	margin:20px 0 0 0;
}


#main_index_area{
	background-image:url(../img/main_center2.png);
	background-repeat:repeat-y;
	background-position: center bottom;
	clear:both;
	text-align:left;
	padding:0px 0 0 0;
}

.index_entries{
	float:right;
	height:200px;
	width:530px;
	margin:0px 15px 0 10px;
}

.index_entries_bg{
	width:530px;
	background-image:url(../img/main_item_bg.png);
	background-position:bottom;
	background-repeat:repeat-y;
	padding:0px 0 10px 0;
}

.ndex_entries_textarea{
	background-image:url(../img/entries_center.png);
	background-repeat:repeat-y;
}
