@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: normal;
	background:#222222;
	color:#FFFFFF;
}
div, h1, h2, h3, h4, p, table, ul, ol, li, img {
	margin: 0;
	padding: 0;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
ul{
	list-style:none;
}
a:hover {
	opacity:0.7;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
img{
	vertical-align: bottom;
	background-position: center bottom;
}
p{
	text-align:center;
}
table, tr, th, td {
    border:none;
}
.center{
	text-align:center;
	color:#FFFFFF;
	background-color:#EEE;
	margin:30px auto;
}

/********* #herder *********/
#header {
	background:url(../img/top_bg.png) repeat-x;
	padding:20px 0;
}

/********* #contents *********/
.arrow{
	margin:20px 0;
}
.section{
	border:solid 1px #555555;
	padding:30px;
	margin-bottom:30px;
}
.section h2{
	font-family: "ヒラギノ明朝 Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 30px;
	color: #383015;
	background: url(../img/title2_bg.png) no-repeat;
	line-height: 56px;
	padding-left: 40px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.section ul{
	line-height:2;
	margin-bottom:20px;
}

.section table{
	margin:30px auto;
	border-collapse: collapse;
}
.section tr{
	border-top:solid 1px #AAAAAA;
}
.section th{
	width:210px;
	font-weight:bold;
	text-align:left;
	vertical-align:center;
	background:#444444;
	padding:20px;
}
.section td{
	background:#F5F3E9;
	padding:20px;
}
.section tr:last-child{
	border-bottom:solid 1px #AAAAAA;
}

table TextBox{
	width:560px;
}

table.contents{
	margin:30px auto;
	border-collapse: collapse;
}
.contents tr{
	border-top:solid 1px #AAAAAA;
}
.contents th{
	width:210px;
	font-weight:bold;
	text-align:left;
	vertical-align:center;
	background:#444444;
	padding:20px;
}
.contents td{
	background:#F5F3E9;
	padding:20px;
	color:black;
}
.contents tr:last-child{
	border-bottom:solid 1px #AAAAAA;
}

table.kiyaku{
	margin:30px auto;
	border-collapse: collapse;
}
.kiyaku tr{
	border-top:solid 1px #AAAAAA;
}
.kiyaku th{
	width:210px;
	font-weight:bold;
	text-align:left;
	vertical-align:center;
	background:#444444;
	padding:20px;
}
.kiyaku td{
	background:#F5F3E9;
	padding:20px;
	color:black;
	font-size:small;
}
.kiyaku tr:last-child{
	border-bottom:solid 1px #AAAAAA;
}


/********* #footer *********/
#footer{
	background:#333333;
}
#footer p{
	font-size:14px;
	padding:10px;
}