@charset "UTF-8";
/* CSS Document */


/* outline   ----------------------------------------------- */
#wrapper {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background:url(../../images/sec_bg.gif) repeat-x center top;
	}
	
/* #main
------------------------------------------------------------ */

h2.title{
	margin:0 0 30px 0;
	}

h4.title_top {
	padding:0 0 2px 2px;
	font-size:16px;
	color:#690;
	font-weight:normal;
	border-bottom:1px dotted #690;
	margin:30px 0 20px 0; 
	}

h4.title {
	padding:0 0 2px 2px;
	font-size:16px;
	color:#690;
	font-weight:normal;
	border-bottom:1px dotted #690;
	margin:30px 0 20px 0; 
	}
h5.title{
	color:#690;
	font-size:14px;
	font-weight:normal;
	margin:10px 0 0 0;
	}
	
#main p{
	margin-bottom:10px;
	}
.mt10{
	margin-top:10px;
	}
.mt20{
	margin-top:20px;
	}
.mt30{
	margin-top:30px;
	}
.mr5{
	margin-right:5px;
	}
.mr6{
	margin-right:6px;
	}
dl.dl10em dt {
	width:10em;
	float:left;
	font-weight:bold;
	}
dl.dl10em dd {
	padding-left:11em;
	margin-bottom:0.5em;
	}
.photo_box {
	padding:5px 0;
	background:#f6f7f5;
	text-align:center;
	}
.photo_box_l {
	padding:5px;
	margin:0 20px 20px 0;
	float:left;
	background:#f6f7f5;
	}
.photo_box_r {
	padding:5px;
	margin:0 0 20px 20px;
	float:right;
	background:#f6f7f5;
	}
.photo_box img {
	border:1px solid #c3cab5;
	}
.photo_box_l img, .photo_box_r img {
	border:1px solid #c3cab5;
	}
.text_right {
	text-align:right;
}
.w468 {
	width:468px;
	}
.text_bottom{
	vertical-align:bottom;
	}
.w428{
	width:428px;
	margin:0 auto;
	}
.text_red{
	color:#C00;
	}
.ml30{
	margin-left:30px;
	}
.font16{
	font-size:16px;
	}
ul.ask_list{
	margin:20px 0 30px 0;
	}
ul.ask_list li{
	background:url(../images/icon01.gif) no-repeat left 8px;
	padding:0 0 6px 10px;
	}
input, textarea{
	font-size:100%;
	}

/* #side
------------------------------------------------------------ */
#side_navi_box{
	border-top:2px solid #690;
	border-bottom:1px solid #c3cab5;
	background:#f6f7f5;
	padding:10px 10px 8px 10px;
	margin:0 0 40px 0;
	}

h2.side_title{
	font-size:18px;
	color:#669900;
	font-weight:normal;
	letter-spacing:0.2em;
	margin:12px 0 12px 4px;
	}
h2.side_title2{
	font-size:18px;
	color:#669900;
	font-weight:normal;
	margin:12px 0 12px 4px;
	}

ul.side_navi li a {
	background:#fff url(../images/arrow01.gif) no-repeat 10px 18px;
	margin-bottom:2px;
	padding:14px 0 10px 26px;
	font-size:16px;
	letter-spacing:0.1em;
	color:#333;
	text-decoration:none;
	line-height:1.2em;
	display:block;
	}
	
ul.side_navi li a:hover {
	color:#669900;
	}

ul.link_list li a{
	padding:0 0 10px 16px;
	background:url(../images/arrow01.gif) no-repeat left 6px;
	display:block;
	}
dl.news_dl {
	border-bottom:1px dotted #7f7f7f;
	}

dl.news_dl dt{
	width:7em;
	padding:0.5em 0 0.5em 1em;
	background:url(../images/arrow01.gif) no-repeat left 14px;
	float:left;
	border-top:1px dotted #7f7f7f;
	}
dl.news_dl dd{
	padding:0.5em 0 0.5em 7em;
	border-top:1px dotted #7f7f7f;
	}

dl.news_dl dt.top{
	border:none;
	}
dl.news_dl dd.top{
	border:none;
	}