﻿@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);


#content h3{
  background: url(../image/h3_bg.gif) left center repeat-y;
  font-size: 1.3em;
	 color: #996600;
	 font-weight:bold;
	 padding:6px 0 7px 18px;
	 margin-bottom:20px;
	 line-height: 1;
}

#content h4{
	border-bottom: 1px dashed #996600;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.zoom{
	overflow: hidden;
	zoom: 1;
}

#content .banner{
 margin-bottom: 30px;
}
#content #first{
	margin-bottom:30px;
}

#content #first .zoom{
	margin-bottom: 26px;
}

#content #first .zoom p{
	margin: -3px 0 0 185px;
}

#content #first dl{
	margin-left: 300px;
}

#content #first dl dt{
	margin-bottom: 16px;
}


#content #second{
 margin-bottom: 30px;
}
#content #second ul{
	padding: 15px 20px 9px  20px;
	background-color: #ECFAD6;
	border: 1px solid  #B4B4B4;
}

#content #second ul li{
	padding-left: 16px;
	margin-bottom: 7px;
}

#topics{
	height: 150px;
	overflow-y: scroll;
	margin-bottom: 60px;
}


#topics dl dt{
	float: left;
	clear: left;
	padding: 5px 0 0 10px;
}

#topics dl dd{
	padding: 5px 0 5px 100px;
	_text-indent: -3px;
}

#topics dl.even{
	background: #fff;
}
