@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background:#E8D8BB;
	text-align: center;
	color: #333333;
	font-size:14px;
	letter-spacing:1px;
	line-height:150%;
}
h1,h2,h3,ul,ol,li,form{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
.clear{
	clear:both;
}
a:link {
	color: #128560;
}
a:visited {
	color: #128560;
}
a:hover {
	color: #003399;
}
a:active {
	color: #003399;
}


#contents{
	width:800px;
	height:auto;
	margin:0 auto;
	padding: 0px;
	text-align:left;
	background:#FFF;
}
#main_area{
	width:780px;
	margin:10px;
	height:auto;
}
.img{
	float:left;
}
.img img{
	margin:10px 10px 10px 0;
	vertical-align:top;
}
.seigansyo_btn{
	width:340px;
	height:40px;
	margin:20px 220px 30px;
}
.title{
	background:url(images/title_bg.jpg) no-repeat;
	width:760px;
	height:20px;
	font-weight:bold;
	padding:4px 14px;
	margin:0 0 10px;
}
.appeal{
	font-size:16px;
	font-weight:bold;
}
#signature{
	background:url(images/signature_bg.jpg) no-repeat;
	width:760px;
	height:150px;
	padding:30px 10px 10px;
	margin:20px 0 0;
}
.pagetop{
	text-align:right;
	margin:10px 0;
}
.close_btn{
	text-align:center;
	padding:10px;
}
.red{
	color:#F00;
	font-size:20px;
	font-weight:bold;
}



