﻿@charset "utf-8";
/*----------------------------------------
 01.html
-----------------------------------------*/

#n01 img {
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	font-size: 85%;
}
#n01 table {
	width: 400px;
}
#n01 table, #n01 table th, #n01 table td {
	border: none;
}
#n01 table tbody th {
	width: 50%;
	vertical-align: bottom;
	text-align: left;
	background: none;
}
#n01 table tbody td {
	width: 50%;
	vertical-align: bottom;
	text-align: right;
}
#n01 table h3 {
	padding: 0;
}
#n01 table img {
	margin-top: 0;
	vertical-align: bottom;
	text-align: center;
}
#n01 table div {
	margin-top: 20px;
	font-size: 85%;
}
/*----------------------------------------
 02.html
-----------------------------------------*/

#n02 img {
	border: none;
}
/*----------------------------------------
 03.html
-----------------------------------------*/

#n03 table, #n03 table td {
	border: none;
	vertical-align: bottom;
	text-align: center;
	background: none;
}
#n03 table tbody th {
	width: auto;
	border: none;
	vertical-align: top;
	text-align: center;
	background: none;
	font-size: 93%;
	line-height: 1.3;
}
#n03 table img {
	margin: auto;
	margin-bottom: 0;
	border: 3px #ccc double;
	vertical-align: middle;
}
#n03 table tfoot td{
	text-align: center;
	font-size: 85%;
	height: 2em;
	line-height: 2;
}
/*----------------------------------------
 04.html
-----------------------------------------*/

#n04 img {
	border: none;
}
