﻿@charset "utf-8";
/*----------------------------------------------------------------------
 共通 
------------------------------------------------------------------------*/
.jsn {
	margin: 20px 70px;
	border-color: #ccc;
}
.area table {
	width: 75%;
	font-size: 85%;
	border: 1px #666 solid;
}
.area table tbody th {
	width: 8em;
	white-space: nowrap;
	line-height: 1.6em;
	text-align: right;
	padding-right: 0.5em;
}
.area table tbody td {
	padding-left: 0.5em;
	line-height: 1.6em;
}
/*----------------------------------------------------------------------
 index.html 
------------------------------------------------------------------------*/
#index .picR img {
	margin-top: 20px;
	margin-bottom: 10px;
}
#index p.d2 {
	margin-bottom: 2em;
}

/*-------------------------------------------------------------------
 01.html 
---------------------------------------------------------------------*/
#n01 table thead th {
	height: 1.8em;
	line-height: 1.8em;
}

#n01 .box2 {
	width: 75%;
	padding: 0 !important;
	margin-top: 20px;
	font-size: 85%;
	background: #f9f9f9;
}
#n01 .box2 div {
	padding: 2px 0.2em 0 0.2em;
	text-align: left;
}
#n01 .box2 p {
	padding: 1px 5px 2px 1.2em;
	margin: 0;
	line-height: 1.4;
}
/*-------------------------------------------------------------------
 03.html 
---------------------------------------------------------------------*/
#n03 table thead th {
	height: 1.8em;
	line-height: 1.8em;
}



