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

* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
	background-image: url(../img/index/wrapper-haikei.gif);
	background-repeat: repeat-x;
}
#header {
	height: 90px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	font-size: 10px;
	float: left;
	margin-right: 10px;
	font-weight: normal;
}
#header p {
	font-size: 10px;
}
#main-navi {
	height: 37px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#main-navi ul {
	list-style-type: none;
}
#main-navi li {
	float: left;
	height: 37px;
	width: 180px;
}
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#side-navi {
	float: left;
	width: 190px;
	background-color: #d6eeea;
	padding: 5px;
}
#content {
	float: right;
	width: 680px;
}
#side-navi ul {
	list-style-type: none;
}
#side-navi li {
	width: 190px;
	margin-bottom: 7px;
	text-align: center;
	font-size: 12px;
}
#pick-up {
	width: 680px;
	margin-top: 12px;
	margin-bottom: 20px;
}
#pick-up .info-1 {
	float: left;
	width: 350px;
	height: 280px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#pick-up .info-2 {
	float: right;
	width: 310px;
	margin-bottom: 20px;
	height: 130px;
}
#pick-up .info-3 {
	float: right;
	width: 310px;
	height: 130px;
}
#pick-up .info-1 h2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	text-indent: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #2a85ad;
	background-image: url(../img/index/h2-haikei.gif);
	background-repeat: repeat-x;
	margin-bottom: 12px;
}
#pick-up .info-2 h2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	text-indent: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #2a85ad;
	background-image: url(../img/index/h2-haikei.gif);
	background-repeat: repeat-x;
	margin-bottom: 12px;
}
#pick-up .info-3 h2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	text-indent: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #469495;
	background-image: url(../img/index/h2-haikei.gif);
	background-repeat: repeat-x;
	margin-bottom: 12px;
}
#pick-up .info-1 .img {
	height: 230px;
	width: 164px;
	margin-left: 12px;
	margin-right: 15px;
	float: left;
}
#pick-up .info-1 p {
	margin-right: 12px;
	line-height: 140%;
	font-size: 12px;
	color: #333333;
	margin-bottom: 7px;
}
#pick-up .info-2 .img {
	width: 100px;
	height: 80px;
	margin-right: 15px;
	margin-left: 12px;
	float: left;
}
#pick-up .info-3 .img {
	width: 100px;
	height: 80px;
	margin-right: 15px;
	margin-left: 12px;
	float: left;
}
#pick-up .info-2 p {
	margin-right: 12px;
	font-size: 12px;
	color: #333333;
	line-height: 120%;
}
#pick-up .info-3 p {
	margin-right: 12px;
	font-size: 12px;
	color: #333333;
	line-height: 120%;
}
#news {
	width: 650px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	overflow: auto;
}
#news dl {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #333333;
	line-height: 190%;
	padding-top: 8px;
}
#news dt {
	float: left;
	width: 60px;
	padding-top: 5px;
	padding-bottom: 6px;
}
#news dd {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-left: 65px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#footer {
	background-image: url(../img/base/footer_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin-top: 20px;
	background-position: bottom;
}
#copyright {
	font-size: 12px;
	color: #999999;
	text-align: right;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer-navi {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #666666;
}
#footer-navi ul {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#footer-navi li {
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#footer-navi a {
	color: #666666;
}
#pick-up .info-1 a {
	color: #469495;
	text-decoration: none;
}
#pick-up .info-2 a {
	color: #469495;
	text-decoration: none;
}
#pick-up .info-3 a {
	color: #469495;
	text-decoration: none;
}
#news a {
	color: #009999;
}
#banner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#banner ul {
	list-style-type: none;
}
#banner li {
	float: left;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
