@charset "utf-8";

.text_yellow {  color: #FF9900}
a {  color: #FF3399; text-decoration: underline}
.text_10 {  font-size: 10px}
body { font-size: 12px; color: #333333; line-height: normal}
td {  font-size: 12px; color: #333333; line-height: normal}
.text_pink {  color: #FF6699}
.line {  line-height: 16pt}
.text_blue {  color: #33CCFF}


/* 更新情報テキスト */
.entries_text{
	font-size:12px;
	color:#FF7575;
	margin:0 10px 5px 10px;
	padding:0 0 3px 10px;
	border-bottom:1px #CCC dotted;
}

/*indexページ　メインエリア（桃）*/

#main{
	clear:both;
}

#wrapper{
	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;
}

.contents_main{
	float:left;
	margin: 0px 0px 0px 10px;
}
.contents_footer{
	margin:30px;
}
