@charset "UTF-8";

@import "base.css";
@import "common.css";

/*========================================

	華匠庵 | skin_top.css
	Recent Edit | 2009.12.11
	
========================================*/

/* ●コンセプト */

#top_feature {
	
}

#feature_img {
	float:left;
	width:171px;
}

#feature_txt {
	float:right;
	width:404px;
	padding:10px 0 0;
}

#feature_txt p {
	padding:30px 0 0 2px;
}

/* ●新着情報 */

#news_box {
	margin:20px 0 0;
}

#news_box dl {
	margin:15px 0 0;
}

#news_box dt {
	background: url(../img_common/mark_01.gif) 10px 4px no-repeat;
	float:left;
	clear:left;
	padding:0 0 0 30px;
	font-weight:bold;
}

#news_box dd {
	padding:0 10px 6px 10em;
	margin:0 0 6px;
	background: url(../img_common/border_dot.gif) bottom repeat-x;
}

#news_box a:link, #news_box a:visited {
	color: #222;
	text-decoration:none;
}

#news_box a:hover, #news_box a:active {
	color: #ea7120;
	text-decoration:none;
}