@charset "utf-8";
/* formatting style 
---------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	background-color: #d5ead8;
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
}
hr {
	display: none;
}
/* link style
---------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
---------------------------*/
#wrapper {
	background-color: #fff;
	width: 858px;
	border-right: 1px solid #00693e;
	border-left: 1px solid #00693e;
	margin: 0px auto;
}
#main {
	padding: 15px;
	float: left;
	width: 825px;
	margin-bottom: 30px;
	clear: right;
	margin-top: 5px;
}



#footer {
	padding: 15px;
	clear: both;
	color: #fff;
	background-color: #333;
}

/* header styles
---------------------------*/
#header {
	height: 135px;
	border-top: 1px solid #00693e;
	position: relative;
}
#header li {
	list-style: none;
	color: #999;
	text-align: right;
	float: right;
	margin-top: 0px;
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 20px;
}
#header ul {
	width: 858px;
	position: absolute;
	left: 0px;
	top: 105px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 1.5em;
	color: #666;
	height: 1.5em;
	width: 171px;
	text-align: center;
	display: block;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right-style: none;
	text-decoration: none;
	background-image: url(images/icon-w.gif);
}
#header ul li a:hover {
	color: #FFC;
	background-image: url(images/icon-G.gif);
}
#header ul li#nTop a {
	border-left-style: none;
}
#top #header ul #nTop a {
	color: #FFC;
	background-image: url(images/icon-G.gif);
}

#Top #header #nTop a,
#Contact #header #nContact a,
#Nyukai #header #nNyukai a,
#Ftextoha #header #nFtextoha a,
#Henkou #header #nHenkou a{
	color: #FFC;
	background-image: url(images/icon-G.gif);
}




/* main styles
---------------------------*/
#main h2 {
	margin-bottom: 3px;
}
#Nyukai #main #ex {
	color: #900;
	font-weight: normal;
}

#main p img {
	text-align: center;
}
#main p #jimukyoku {
	padding-left: 90px;
}
#main table {
	margin-left: 90px;
}

#main h1 {
	margin-left: 1em;
	margin-bottom: 0.5em;
}
#main h3 {
	margin-left: 6em;
	margin-bottom: 1em;
	color: #030;
	margin-right: 5em;
	line-height: 1.5em;
	font-size: 110%;
	font-weight: normal;
}
#main h4 {
	margin-left: 8em;
	margin-right: 10ex;
	font-style: normal;
	font-weight: normal;
	color: #666;
	font-size: 110%;
	margin-bottom: 2em;
	line-height: 1.5em;
}
#main h5 {
	margin-left: 130px;
	font-size: 110%;
	color: #333;
	margin-top: 10px;
	font-weight: normal;
}

#main #strong {
	color: #900;
	font-weight: bold;
}
#main ol   {
	list-style: decimal inside;
	color: #333;
	font-size: 100%;
	line-height: 2em;
	width: 670px;
	margin-left: 85px;
}
#Contact #main p a {
	float: right;
	color: #00693E;
}
#Contact #main p a:hover {
	color: #d5ead8;
}

#Contact #main ul li{
	display: inline;
	margin-right: 20px;
	list-style: none;
}
#Contact #main ul li a {
	color: #00693e;
}
#Contact #main ul li a:hover {
	color: #d5ead8;
}


#Contact #main img {
	padding-left: 80px;
	margin-top: 5em;
}
#main table {
	margin-left: 100px;
	margin-top: 2em;
	border-top: 1px solid #CCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-collapse:collapse;
	margin-bottom: 3em;
}
#main table th {
	text-align: right;
	padding: 2px 15px;
	border-bottom: 1px solid #CCC;
}
#main table td {
	padding: 2px 15px;
	border-bottom: 1px solid #CCC;
}
#main table tr.odd {
	background-color: #D5EaD8;
}
#Nyukai #main table {
}

#Nyukai #main p {
	margin-left: 100px;
	margin-right: 90px;
}


#Nyukai #main ul li {
	width: 600px;
	margin-left: 125px;
	list-style: disc outside;
	line-height: 1.3em;
}
#Nyukai #main ol {
	margin-left: 120px;
}

#Nyukai #main h4  {
	color: #006400;
	margin-left: 100px;
	margin-top: 20px;
	font-size: 100%;
	margin-bottom: 5px;
}
#Nyukai #main p img{
	margin-left: 15px;
}

#Nyukai #main #global {
	margin-left: 90px;
	margin-top: 20px;
}
#Nyukai #main table {
	border-style: none;
	border-collapse:collapse;
	margin-left: 150px;
}
#Nyukai #main h3 {
	margin-left: 100px;
}
#Nyukai #main h5 {
	margin-left: 180px;
}
#Nyukai #main #global {
	margin-left: 130px;
}


#Henkou #main p {
	margin-left: 90px;
	width: 690px;
}
#Henkou  #main p img {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}















	


/* footer styles
---------------------------*/


#footer ul li a {
	color: #CCC;
	list-style: none;
}
#footer ul li a:hover {
	color: #9FC;
	text-decoration: none;
}
#footer p a {
	color: #ccc;
}
#footer p a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
#footer address {
	font-style: italic;
	text-align: center;
}

