@charset "UTF-8";

/* -------------------------------
一覧 */

#article h2 {
	margin-bottom:10px;
	padding:7px 4px 11px;
	font-size:1.1em;
	color:#ffffff;
	background:url(../img/useful/sub_bg01.gif) bottom no-repeat #791145;
}
#article ul li {
	margin-bottom:1px;
	padding:4px 0;
	background:url(../img/sale/detail_bg02.gif) top repeat-x #ead6bb;
}
#article li a {
	padding-left:16px;
	background:url(../img/useful/arrow01_off.gif) 4px 50% no-repeat;
	text-decoration:none;
	color:#404040;
}
#article li a:hover {
	background:url(../img/useful/arrow01_on.gif) 4px 50% no-repeat;
	color:#9f5e2b;
}


/* -------------------------------
詳細 */

#article_detail h2 {
	font-size:1em;
	color:#791145;
}
#article_detail h3 {
	margin-bottom:10px;
	padding:7px 4px 11px;
	font-size:1.1em;
	color:#ffffff;
	background:url(../img/useful/sub_bg01.gif) bottom no-repeat #791145;
}
#article_content {
	padding:8px;
	background:url(../img/useful/detail_bg.gif) top repeat-x #F7EEE3;
} 
#article_content h4 {
	margin-bottom:8px;
	padding:4px 0 8px 0;
	background:url(../img/useful/h_bg01.gif) bottom repeat-x;
} 
