@charset "utf-8";

/*------------reset------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,p {
  margin: 0;
  padding: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
ul,li{
	list-style: none;
}
a:link,a:visited {
	color: #72AB04;
}
a:hover,a:active {
	color: #72AB04;
}

.clearfix:after {
  content: ".";  
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

/*------------body------------*/

body {
	color: #555555;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	background: #FFFFFF url(img/bg_body.jpg) repeat-x;
}

#wrap {
	width: 800px;
	margin: 0 auto;
}

/*------------header------------*/

#header {
	width: 800px;
	height: 106px;
}

h1 {
	padding-top: 40px;
}

/*------------new------------*/

#new {
	width: 800px;
	height: 180px;
	margin-bottom: 30px;
}

h2 {
	float: left;
	margin-top: 24px;
}

#new dl {
	float: right;
	margin-top: 24px;
	width: 630px;
	height: 120px;
	overflow: auto;
	border: solid 3px #E5E5E5;
	background-color: #ffffff;
	padding: 5px 10px;
	line-height: 1.7em;
}

#new dt {
	font-weight: bold;
	color: #568003;
	float: left;
	width: 100px;
	background: url(img/listmark01.gif) no-repeat left center;
	padding-left: 15px;

}

#new dl dd {
	float: right;
	width: 600px;
		margin-bottom:10px;
}


/*------------contents------------*/

#contents {
	clear: both;
	width: 800px;
	margin-bottom: 50px;
}

h3 {
	margin-bottom: 20px;
}

#contents_left {
	width: 315px;
	float: left;
}

#contents_left ul {
	margin-bottom: 25px;
}

#contents_left ul li {
	margin-bottom: 15px;
}

#contents_right {
	width: 430px;
	float: right;
}

#contents_right dl {
	width: 420px;
	padding: 10px 0 0 10px;
	background: url(img/bg_shisetsu.gif) no-repeat;
	margin-bottom: 17px;
}

#contents_right dt {
	width: 180px;
	height: 35px;
	font-weight: bold;
	float: left;
	margin-bottom: 20px;
}

#contents_right dd {
	width: 230px;
	height: 35px;
	line-height: 1.3em;
	float: right;
	margin-bottom: 20px;
}

/*------------footer------------*/

#footer {
	clear: both;
	background: url(img/bg_footer.jpg) repeat-x;
	height: 96px;
}

#footer p {
	text-align: center;
	padding-top: 40px;
}