﻿@charset "utf-8";
h2 {
	margin-bottom:0;
}

div.smenu ul{
	border-top:1px solid #77D10F;
	background:url(../img/bg_tit.gif) repeat-y;
	height:1%;
}
div.smenu ul:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

div.smenu{
	background:url(../img/tit_btm.gif) no-repeat 0 100%;
	padding-bottom:8px;
}
div.smenu ul li{
	float:left;
	margin:10px;
	margin-bottom:0;
}
div.smenu ul li a{
	color:#ffffff;
}

div#contents {
	width:690px;
	clear:both;
}

#contents p {
	background:url(../img/ico_a.gif) no-repeat 0 0;
	padding:0.2em 0 1em 30px;
	min-height:25px;
}

#contents h4 {
	background:url(../img/ico_q.gif) no-repeat 0 0;
	border:none;
	padding:0.3em 0 0 30px;
	min-height:25px;
	margin-top:1.25em;
	color:#2D7800;
}

#contents .clearfix {
	background:url(../img/bg_box.gif) repeat-y;
	border-bottom:1px solid #66cc00;
}
