@charset "UTF-8";


body {
	background-color: #f90;
	color: #fff;
	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;
}

header {
	margin: 0;
	text-align: center;
}
header img {
	width: 100%;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.0;
}

#main {
	margin: 8px 0 0;
}

.txt1 {
	font-size: 12px;
	margin: 0 10px;
}
.txt1 img {
	width: 100%;
}

.txt2 {
	font-size: 12px;
	color: #666;
	background-color: #FFF;
	border-radius: 6px;
	padding: 10px;
	margin: 0 10px 15px;
}
.txt2 dt {
	clear: both;
	color: #f55;
	font-weight: bold;
	width: 20%;
	float: left;
}

.txt3 {
	font-size: 12px;
	color: #662200;
	padding-bottom: 30px;
	background: #fff4ad url("/images/event/autumn13/caution_bottom.png") no-repeat bottom center;
	background-size: contain;
}
.txt3 img {
	width: 100%;
}
.txt3 dt {
	margin-bottom: 10px;
}
.txt3 dd {
	margin: 0 10px;
}

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

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


/*==============================
form
==============================*/






