@charset "Shift_JIS";


body {
	background-color: #ffee7f;
	color: #620;
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}

#container {
	width: 100%;
	margin: 0;
}

a {
	display: inline;
	color: #620;
}
a:link, a:hover, a:visited {
	color: #620;
}

h2 {
	line-height: 1.6;
	font-size: 16px;
	color: #f66;
	margin-top: 10px;
}

#main {
	margin: 8px 10px 0;
}

.txt1 {
	font-size: 12px;
}

.txt1 p {
	margin-bottom: 10px;
}

.txt2 {
	font-size: 12px;
	color: #860;
}

.txt2 p {
	margin-bottom: 10px;
}

.txt3 {
	font-size: 12px;
	color: #C00;
}

.txt3 p {
	margin: 15px 0;
}

.oubo_link {
	font-size: 16px;
	text-align: center;
}

.oubo_link img {
	width: 80%;
}

#form {
	margin-top: 20px;
}

#back_link {
	margin: 0;
	font-size: 14px;
	padding: 30px 0 5px;
	line-height: 1.4;
}

footer {
	background-color: #860;
	color: #fff;
	margin: 0;
	padding: 5px;
}



