@charset "UTF-8";

/*-----------------------*/

#contents{
	width: 630px;
	margin: 7px 100px 20px 100px;
}

/*-----------------------*/
/* ナビゲーション */

#navi{
	padding: 7px 0 12px 0;
	margin-bottom: 20px;
	background-image: url(../img/hr.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#navi a{
	margin: 0 7px;
}
#navi strong{
	margin: 0 7px;
	font-weight: normal;
	font-style: normal;
}

/*-----------------------*/

#contents h2{ display: none; }

#contents table.table{
	position: relative;
	width: 90%;
	margin: 0 auto 35px auto;
	border-collapse: collapse;
}
#contents table.table th,
#contents table.table td,
#contents dd.table th,
#contents dd.table td{
	padding: 5px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: solid 1px #AAAAAA;
}

#contents table.table li{
	list-style: none;
}

.kome{
	width: 90%;
	margin: -30px auto 30px auto;
	text-align: right;
	font-size: 85%;
}

.left{
	text-align: left;
	margin-bottom: 20px;
}

.right{
	text-align: right;
	margin-bottom: 20px;
}

.heading{
	text-align: center;
	margin-bottom: 30px;
}

.nomal{	margin-bottom: 20px; }

.supp_left{	margin-bottom: 35px; clear: both; }

.supp_left dt{ font-weight: bold; }

.supp_left dd.img_center{
	text-align: center;
	margin: 20px 0;
}

.supp_left dd.float_right{
	float: right;
	margin: 0 0 20px 20px;
}

.supp_left dd.list{
	display: list-item;
	list-style: outside disc;
	margin-left: 20px;
}

.supp_left dd.table{
	margin-bottom: 15px;
}

.supp_left dd.table table{
	width: 50%;
	margin: 10px 0 0 15px;
	border-collapse: collapse;
}

.supp_left dd.table p{
	margin-left: 15px;
}

dl.ul{ margin: 15px 0 25px 30px; }
dl.ul dd{
	display: list-item;
	margin: 0 0 0 30px;
}

.supp_right{
	margin-bottom: 25px;
	text-align: right;
}
.supp_right dt{ font-weight: bold; }


table.noborder th,
table.noborder td{
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	vertical-align: top;
}

table.outline{
	margin-bottom: 30px;
}

table.outline th{
	text-align: left;
	width: 6em;
	padding: 3px 10px;
}
table.outline td{
	padding: 3px 10px;
}


table.outline td ul{
	margin-left: 1em;
}