/* ===== フォント ===== */
.f11         { font-size: 11px; color: #000000; line-height: 120%; font-family: "MS UI Gothic", Osaka, sans-serif }
.f12         { font-size: 12px; color: #000000; line-height: 120%; font-family: "MS UI Gothic", Osaka, sans-serif }
.f14         { font-size: 14px; color: #000000; line-height: 120%; font-family: "MS UI Gothic", Osaka, sans-serif }
.fr12        { font-size: 12px; color: #CC0000; line-height: 120%; font-family: "MS UI Gothic", Osaka, sans-serif }
h1           { font-size: 12px; color: #000000; line-height: 120%; font-family: "MS UI Gothic", Osaka, sans-serif }

/* ===== リンク ===== */
A:link {color:#000000; text-decoration: underline; }
A:visited {color:#000000; text-decoration: underline; }
A:hover	{color:#9C3000; text-decoration: underline; }
A:active {color:#000000; text-decoration: underline; }

/* ===== contents divs ===== */
.feature01{
margin-top:0px;
margin-bottom:0px;
margin-left:15px;
width:565px;
text-align:center;
font-size:12px;s
}
.story_title{
margin-top:0px;
margin-bottom:10px;
}

.story01{
margin-top:0px;
margin-bottom:15px;
text-align:left;
}
.story01 p{
margin-top:10px;
margin-bottom:8px;
}


/* ===== table style ===== */
.table01{
margin-top:0px;
margin-bottom:0px;
margin-left:20px;
font-size:12px;
}

/* ===== order.html style ===== */
.admin{
font-size:12px;
margin-left:40px;
}

/*********ブログRSSフィード*********/
.leftrss{
	margin:0px 4px 0px 0px;
	padding:0px;
	width:280px;
	float:left;
	clear:none;
}
.rightrss{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:280px;
	float:right;
	clear:none;
}
.rss-box{
	font-size:12px;
	}
.rss-box ul{
	margin-top:8px;
	margin-left:20px;
	padding-left:0px;
	padding-right:5px;
	}
.rss-box li a:link,a:hover,a:visited{
	margin:0px;
	padding-left:0px;
	list-style-image:url(arrow01.gif)
	}
