﻿@charset "utf-8";
/*----------------------------------------
 01.html
-----------------------------------------*/

#n01 table {
	width: auto;
	margin: 10px auto;
	font-size: 93%;
	background: url( ../img/01-03.png ) no-repeat center center;
}
#n01 table th, #n01 table td {
	padding: 8px 10px;
	border: #fff 1px solid;
	color: #fff;
	background: transparent;
}
#n01 .area img {
	margin-bottom: 1em;
	border: #999 3px double;
}
/*----------------------------------------
 02.html
-----------------------------------------*/
#n02 img {
	border: #999 3px double;
}
#n02 table {
	font-size: 93%;
}
#n02 table th, #n02 table td {
	padding-right: 5px;
	padding-left: 5px;
}
/*----------------------------------------
 03.html
-----------------------------------------*/
#n03 img {
	margin-top: 1em;
	margin-bottom: 1em;
	border: #999 3px double;
}
#n03 img.bd0 {
	border: none;
}
#n03 table {
	width: 98%;
	font-size: 93%;
	border-collapse: separate;
	border-spacing: 10px;
}
#n03 table td {
	width: 48%;
	height: 200px;
	padding: 0;
	margin: 0;
	border: 1px #e9e9e9 solid;
	background: #fcfcfc;
}
#n03 table dl {
	margin: 5px;
}
#n03 table dl dt {
	padding-left: 5px;
	background: #e6e6e6;
}
#n03 table dl dd {
	padding: 3px 0 10px 5px;
}
#n03 table img {
	float: right;
	padding: 0;
	margin: 1.9em 5px 0 5px;
}
/*----------------------------------------
 04.html
-----------------------------------------*/
#n04 img {
	margin-bottom: 1em;
	border: #999 3px double;
}
#n04 ul {
	font-size: 93%;
}
/*----------------------------------------
 05.html
-----------------------------------------*/
#n05 img {
	margin-bottom: 1em;
	border: #999 3px double;
}

