/* common =====================*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #252524;
}
#wrap {
	position: relative;
	width: 580px;
	margin: 0 auto;
}
.header {
	width: 100%;
	height: 515px;
	background: url(images/bg_header.jpg) no-repeat top center;
}
img {
	margin: 0 auto;
	border: none;
	z-index: 20;
}
li {
	list-style: none;
}
.tcg {
	color: #518000;
	font-weight: bold;
}
.tco {
	color: #ff4800;
	font-weight: bold;
}
.tc {
	text-align: center;
}
h1, h2, h3, .header p, .blind {
	display: none;
}
.caution {
	font-size: 12px;
	color:#252524;
	font-weight: bold;
	line-height: 1.8em;
}
.title {
	position: absolute;
	top: 5px;
	left: auto;
}

/* box =====================*/
.content {
	position: relative;
	padding: 30px 0;
	background: url(images/box_bg.jpg) repeat-x #fffce0;
}
.content .imgmargin {
	position: relative;
	margin-left: 0;
}
.box {
	position: relative;
	padding: 30px 0;
}
.contentlist, .green {
	width: 540px;
	margin: 0 auto;
	padding: 50px 10px 10px 10px;
	background-color: #e4e594;
	color: #172465;
	border: #FFF solid 1px;
	z-index: 10;
}
.contentlist li {
	margin: 15px 0;
}
.green {
	margin: 0 auto;
	padding-bottom: 100px;
}
.content p {
	width: 540px;
	margin: 0 auto;
}
table {
	width: 540px;
	margin: 20px auto 0;
	font-size: 12px;
}
thead th {
	padding: 6px 3px;
	text-align: center;
	background-color: #c1e591;
}
td {
	padding: 6px 3px;
	background-color: #6a9532;
	color: #FFF;
	border-right:#FFF solid 1px;
}


/* btn =====================*/
h6 {
	position: absolute;
	left: 28%;
	bottom: 50px;
	width: 260px;
	height: 70px;
	background: url(images/btn01.png) no-repeat 0 0;
	text-indent: -10000000px;
}
h6 a {
	display:block;
	width: 100%;
	height: 100%;
}
h6:hover {
	background-position: 0 -70px;
}
.btn02 {
	background: url(images/btn02.png) no-repeat;
}
.btn03 {
	background: url(images/btn03.png) no-repeat;
}


/* caution =====================*/
#caution {
	padding: 20px 0;
	background-color: #fffce0; 
}
#caution ul {
	position: relative;
	width: 540px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.6em;
	color: #000;
}
#caution ul li {
	margin: 10px 0;
}
