/* --------------------------------- MAIN ---------------------------------- */
/* sub navigation */
#MAIN ul.subnavi li {
	width: 29%;
	_width: 33%;
	}

/* lead */
p.lead {
	margin-top: 20px;
	}

/* table (common) */
table {
	width: 100%;
	border-collapse: collapse;
	}
table th, table td {
	border: solid 1px #cccccc;
	vertical-align: top;
	padding: 5px 10px;
	}
table th {
	width: 5%;
	background: #f2f2f2;
	text-align: center;
	}

/* introduction */
p.introduction-photo {
	float: right;
	margin: 0 0 1em 1em;
	}

/* service profile personal arrangement */
table.sppa caption {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 1em 0 0.5em 0;
	margin: 0;
	}

/* contact lists */
ul.contact-lists {
	list-style-type: disc;
	list-style-position: inside;
	background: #f2f2f2;
	border: solid 1px #cccccc;
	border-bottom: none;
	padding: 0;
	margin: 0;
	}
ul.contact-lists li {
	border-bottom: solid 1px #cccccc;
	padding: 3px 10px;
	}

/* to entry form  */
dl.to-entry-form {
	font-weight: bold;
	color: #990000;
	margin: 1em 0;
	}
dl.to-entry-form dt {
	margin-bottom: 0.1em;
	}
dl.to-entry-form dd {
	}

dl.to-entry-form dd ul {
	padding-left: 1em;
	margin-top: 0.1em;
	}
dl.to-entry-form dd ul li {
	margin-bottom: 0.3em;
	}

/* training */
table.training th.subitem {
	width: 40%;
	}
table.training caption {
	font-size: 12px;
	text-align: left;
	padding: 0 0 0.5em 0;
	margin: 0;
	}
ol.training {
	list-style: none;
	padding: 0;
	margin: 0;
	}
ol.training li {
	zoom: 100%;
	font-weight: bold;
	color: #990000;
	padding-left: 22px;
	margin-bottom: 1em;
	}
ol.training li:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
	}

ol.training li p {
	font-weight: normal;
	color: #333333;
	margin-top: 0.2em;
	}
p.training-photo {
	padding-top: 0.5em;
	margin: 0 0 1em -22px;
	}

ol.training li.no1 {
	background: url(../images/no1.jpg) top left no-repeat;
	}
ol.training li.no2 {
	background: url(../images/no2.jpg) top left no-repeat;
	}
ol.training li.no3 {
	background: url(../images/no3.jpg) top left no-repeat;
	}
ol.training li.no4 {
	background: url(../images/no4.jpg) top left no-repeat;
	}
ol.training li.no5 {
	background: url(../images/no5.jpg) top left no-repeat;
	}
ol.training li.no6 {
	background: url(../images/no6.jpg) top left no-repeat;
	}
ol.training li.no7 {
	background: url(../images/no7.jpg) top left no-repeat;
	}

/* (SUB01) */
div.sub01 {
	background: #f0f8ff;
	padding: 10px;
	margin-top: 1em;
	}

/* (SUB03) */
ol.sub03 li {
	margin-bottom: 1.5em;
	}

/* (SUB04) */
ol.sub04 li {
	position: relative;
	height: 100px;
	_height: 115px;
	padding-bottom: 1em;
	margin-bottom: 0;
	}
ol.sub04 li p.training-photo {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	}

/* --------------------------------- NOTICE -------------------------------- */
#NOTICE {
	}

/* heading */
#NOTICE h1 {
	display: none;
	}

/* notice */
#NOTICE p.notice {
	font-weight: bold;
	margin: 100px 0 50px 0;
	}

