@charset "Shift_JIS";
/* text
************************************************/
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #F39;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
/* body
************************************************/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 12px;
	background-color: #fff;
	background: url(../img/01.jpg) 0 0 repeat-x;
	text-align:center;
	line-height: 120%;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width: 1010px;
	margin: 0 auto;
	background: #FFFFFF;
	height: auto;
}

img,img a {
	border: none;
}

p,p img{
	margin: 0;
	padding: 0;
}

/* header
************************************************/
#header{
	margin: 0 auto;
	width: 1010px;
}

/* content
************************************************/
.content{
	margin: 0 auto;
	width: 800px;
}

.content h2{
	margin: 0 0 12px 0;
}
.content .plan{
	width: 742px;
	margin: auto;
}
.content .plan p{
	margin: 0;
	padding: 0;
	float: left;
}

/* btn
************************************************/
.btn{
	clear: both;
	margin: 20px auto 30px;
	width: 624px;
	overflow: hidden;
	text-align: left;
}

.btn .btn1{
	float: left;
}

.btn .btn2{
	float: right;
}

.btn p{
	clear: both;
}

/* footer
************************************************/
#footer{
	margin: 30px 0 0 0;
	padding: 15px 0 0 0;
	height: 64px;
	background: url(../img/24.jpg) 0 0 repeat-x;
	text-align: center;
	color: #FFF;
}

#footer p{
	line-height: 150%;
}
	