@charset "shift_jis";
/* ========================================

	全ページ共通CSS

======================================== */
body{
	text-align: center;
	background: #F3F1E9;
}

/* --------------------

	#header

-------------------- */
#header{
	background: url("../img/header/bg_01.gif") repeat-x center top;
}
#header .section1{
	margin: 0 auto;
	padding: 0 5px;
	position: relative;
	width: 840px;
	height: 100px;
	text-align: left;
}
#header .section1 .unit1 p{
	position: absolute;
	top: 43px;
	left: 5px;
}
#header .section1 .unit1 p img{
	vertical-align: top;
}
#header .section1 .unit1 h1{
	position: absolute;
	top: 10px;
	left: 5px;
}
#header .section1 .unit2 ul{
	position: absolute;
	top: 21px;
	right: 5px;
}
#header .section1 .unit2 ul li{
	float: left;
}
#header .section1 .unit2 ul li img{
	vertical-align: top;
}
#header .section1 .unit3{
	position: absolute;
	top: 52px;
	right: 5px;
}
#header .section1 .unit3 p{
	float: left;
}
.top{
	font-size:10px;
}

/* --------------------

	#footer

-------------------- */
#footer .section1{
	padding-bottom: 20px;
	background: url("../img/footer/bg_01.gif") repeat-x center top #ffffff;
}
#footer .section1 .unit1{
	margin: 0 auto;
	padding: 0 5px;
	width: 840px;
	text-align: left;
}
#footer .section1 .unit1 h2{
	padding-bottom: 17px;
}
#footer .section1 .unit1 .box1{
	border-right: solid 1px #cccccc;
	float: left;
	width: 420px;
}
#footer .section1 .unit1 .box2{
	float: right;
	width: 410px;
}
#footer .section1 .unit1 h3{
	float: left;
	width: 142px;
}
#footer .section1 .unit1 p{
	padding-top: 5px;
}
#footer .section2{
	background: #776655;
}
#footer .section2 .unit1{
	margin: 0 auto;
	padding: 0 5px;
	width: 840px;
	text-align: left;
}
#footer .section2 ul li{
	padding: 0 20px 0 15px;
	float: left;
	line-height: 35px;
	background: url("../img/footer/ico_01.gif") no-repeat left 15px;	font-size: 83%;
}
#footer .section2 ul li a{
	color: #ffffff;
}
#footer .section3{
	margin: 0 auto;
	padding: 10px 5px;
	width: 840px;
}
div#container #content #info {
	padding: 20px;
	width: 798px;
	margin: 0 auto 20px auto;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}
div#container #content #info .info_ti {
	font-size: 120%;
	font-weight: bold;
}
div#container #content #info .info_txt {
	text-align: center;
	margin: 10px;
}
div#container #content #info .term {
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
