@charset "utf-8";


.entries_text_bra{
	font-size:12px;
	color:#666;
	margin-left:30px;
}

/* サイドメニュー 全体*/
.index_item{
	float:left;
	height:100%;
	width:225px;
	height:100%;
	background-repeat:no-repeat;
	margin: 0px 0 0 15px;
	padding:3px 0 0 5px;
}


/* サイドメニューテキスト */
.index_item_text{
	background-image:url(../img/ribon_icon.png);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:14px;
	color:#F55;
	font-weight:bold;
	border-bottom:2px #999 dotted;
	margin:0px 30px 5px 15px;
	padding:3px 0 5px 40px;
	
}

/* サイドメニュー背景 */
.index_item_bg{
	background-image:url(../img/side_textarea_botom.png);
	background-position:bottom left;
	background-repeat:repeat-y;
	padding-bottom:30px;
	margin-top:0px;
}

a.index_item_link{
	font-size:14px;
	color:#F55;
	font-weight:bold;
	text-decoration:none;
}

a:hover.index_item_link{
	font-size:14px;
	color:#F55;
	font-weight:bold;
	text-decoration:underline;
}



