@charset "utf-8";

/* ============================== top ============================== */

#top_cover {
	margin:0;
}
#top_cover .top_cover_text {
	margin:0 0 0 10px;
	width:340px;
	font-size:90%;
}
#top_event {
	margin:15px 0 0 0;
}
#top_event .top_event_text {
	margin:20px 0 0 20px;
	width:300px;
}
#top_news {
	margin:15px 0 0 0;
}
#top_news .top_news_text {
	overflow:auto;
	height:150px;
	border:1px solid #998881;
}
#top_news .top_news_text ul {
	margin:0;
	padding:5px 0;
	list-style:none;
}
#top_news .top_news_text li {
	margin:0 10px;
	padding:0 0 0 10px;
	background:url(../images/top_news_li.jpg) 0 8px no-repeat;
}
#top_jitsurei {
	margin:15px 0 0 0;
}
#top_promise {
	margin:15px 0 0 0;
	background-color:#F6F6F6;
}

#top_caution {
	margin:15px 0 0 0;
}
#top_caution .top_caution_title {
	padding:5px;
	background-color:#660000;
	color:#FFFFFF;
}
#top_caution .top_caution_text {
	margin:0;
	padding:10px;
	border:1px solid #660000;
}
#top_caution .top_caution_text p {
	margin:0;
}
#top_caution .top_caution_text ul {
	margin:0;
	padding:5px 0;
	list-style:none;
}
#top_caution .top_caution_text li {
	margin:0 10px;
	padding:0 0 0 18px;
	background:url(../images/top_check.jpg) 0 3px no-repeat;
}
