﻿@charset "utf-8";
/*----------------------------------------------------------------------
 01.html 
------------------------------------------------------------------------*/
#n01 table th {
	padding-right: 0;
	padding-left: 0;
	border: none;
	text-align: center;
	background: none;
}
#n01 table td {
	padding-right: 10px;
	padding-left: 10px;
	border: none;
	text-align: center;
	background: none;
}
/*----------------------------------------------------------------------
 02.html 
------------------------------------------------------------------------*/
#n02 table {
	font-size: 85%;
}
#n02 table div {
	text-align: center;
	white-space: nowrap;
}
/*----------------------------------------------------------------------
 05.html 
------------------------------------------------------------------------*/
#n05 .box2 {
	margin-bottom: 1em;
}
#n05 .box2 ul {
	margin-bottom: 5px;
}
#n05 .box2 p, #n05 .box2 li {
	font-size: 93%;
}
/*----------------------------------------------------------------------
 06.html 
------------------------------------------------------------------------*/
#n06 table {
	border-collapse: separate;
	border-spacing: 10px;
}
#n06 table th, #n06 table td {
	vertical-align: top;
}
#n06 table.type3, #n06 table.type4 {
	width: 850px;
	margin: 0 auto;
}
#n06 table th {
	height: 60px;
	width: 190px;
	padding-top: 5px;
	font-weight: bold;
	color: #000;
	line-height: 1.4;
	background: url(../img/n06-01.png) center center;
}
#n06 table th span {
	font-size: 85%;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0;
}
#n06 table td {
	border: none;
	line-height: 1.4;
	text-align: center;
}
#n06 table.type2 {
	width: 400px;
	margin: 0 auto 5px auto;
}
#n06 table.type2 th {
	width: 210px;
	border: none;
	background: transparent;
	vertical-align: middle;
}
#n06 table.type2 td {
	width: 45%;
	background: transparent;
}
#n06 table.type2 thead th {
	font-weight: bold;
	color: #000;
}
#n06 table.type2 tbody td {
	text-align: center;
}
#n06 table.type2 .box1 {
	height: 60px;
	width: 210px;
	margin: 0 auto;
	border: 3px #333 double;
	font-weight: bold;
	color: #000;
	line-height: 60px;
	background: url(../img/n06-01.png) center center;
}
#n06 .block {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border: 1px #999 dashed;
	background: #f4f4f4 url(/img/gr02.gif);
}
#n06 .block h2 {
	margin: 0;
	border: none;
	background: transparent;
}
#n06 .block dl {
	font-size: 93%;
}
#n06 .block dl dt {
	color: #ff8000;
}
#n06 .block2 dl {
	margin-left: 8em;
}
#n06 li span {
	font-weight: bold;
}

