@charset "utf-8";
@import url("reset.css");



body {
	background-image: url("../images/common/background.jpg");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #D7ECCC;
	_text-align: center;
	font-size: 80%;
	line-height: 1.7em;
}
a {
 	color: #00F;
	text-decoration:underline;
}
a:hover {
	color: #C00;
	text-decoration:underline;
}
strong,dt {
	font-weight: bold;
	font-size: 100%;
}
p,li,dt,dd {
	font-size: 99%;
	_text-align: left;
}
table,tr,td,th {
	font-size:100%;
}
h3 {
	clear:both;
	padding-top:3px;
	_padding-top:2px;
}
#header {
	width:800px;
	margin: 0 auto;
}
#header h1 {
	width: 390px;
	text-align: left;
	float: left;
}
#header p {
	width: 300px;
	text-align: right;
	float: right;
}
#header p a {
	color:#000;
	text-decoration:underline;
}
#main_img {
	clear:both;
	background-image: url("../images/common/mainimg_bg.png");
	background-repeat:no-repeat;
	background-position:top center;
	width: 823px;
	height: 213px;
	margin: 0 auto;
}
#main_img img{
	padding: 10px;
	_padding: 0px;
	_margin: 7px 0 0 0;
}
#wrap {
	background-image: url("../images/common/mainbg.png");
	background-repeat: repeat-y;
	width: 823px;
	margin: 0 auto;
}
#contents {
	margin:0 10px;
	_margin:0 10px;
}
#menu li {
	float: left;
	display:inline;
	font-size: 0;
	line-height: 0;
	padding-bottom:3px;
}
#pankuzu {
	clear:both;
	margin-left:5px;
}
#pankuzu ul {
	width:350px;
	float:left;
}
#pankuzu li {
	float:left;
	font-size: 95%;
	display:inline;
}
p#yoyaku_btn {
	width:200px;
	float:right;
	margin-right:3px;
	_margin-right:2px;
}
#link_ban {
	clear:both;
	font-size:0px;
	line-height:0px;
	padding:20px 0;
}
#link_ban li {
	font-size:0px;
	line-height:0px;
	display:inline;
	float:left;
}
#footer {
	background-image: url("../images/common/footer_bg.gif");
	background-repeat: no-repeat;
	background-position: top;
	clear:both;
	width: 823px;
	margin:0 auto;
}
#footer_in {
	padding-top:20px;
	width: 800px;
	margin:0 auto;
}
#footer p {
	line-height: 1.3em;
}
#copyright {
	margin-top:15px;
}


/*-- 共通設定 --*/
.red {
	color:red;
	font-size: 100%;
}
.gray {
	color:#999;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.pdf{
	margin-top: 10px;
	text-align: left;
	font-size: 80%;
}
.pdf img {
	float: left;
}



