@charset "Shift_JIS";
/*------------------------------
.reset
-------------------------------*/
html {
	overflow-y: scroll;
	}

body {
	text-decoration: none;
	margin: 0px auto;
	font-size: 90%;
	color: #444;
	line-height: 1.6;
	background: url(../n_images/hed00001.gif) repeat-x;
	}
	
a			{ text-decoration: none;}
a:link		{ color: #0033cc; text-decoration: none;}
a:visited	{ color: #9933cc; text-decoration: none;}
a:hover		{ color: #0066ff; text-decoration: underline;}
a:active	{ color: #0066ff; text-decoration: underline;}

a img {
	border: 0;
	}

.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.leftBox	{
	text-align: left;
}
.leftBoxMgn005b	{
	text-align: left;
	margin-bottom: 5px;
}
.leftBoxMgn010b	{
	text-align: left;
	margin-bottom: 10px;
}
.leftBoxMgn020b	{
	text-align: left;
	margin-bottom: 20px;
}

.centerBox	{
	text-align: center;
}

.rightBox	{
	text-align: right;
}

ul, ul li {
	margin: 0;
	list-style: none;
	}

ul li img {
	padding: 0;
	font-size: 0;
	line-height: 0;
	}

ul li a img {
	vertical-align: bottom;
	}

p	{
	margin-bottom: 20px;
    }

/*------------------------------
.layout
-------------------------------*/
#container {
	text-align: left;
	width: 680px;
	margin: 0 auto;
	}


#logo	{
		text-align: left;
		padding: 12px 0 15px;
		height: 80px;
		
		}

#footer	{
		width: 100%;
		margin-top: 30px;
		padding: 20px 0 10px;
		text-align: left;
		font-size: 80%;
		background: url(../n_images/fot00001.gif) repeat-x;
		}

#footer #copyWrite {
	width: 680px;
	margin: 0 auto;
	}

/*------------------------------
.table
-------------------------------*/
table {
	border-collapse: collapse ;
	border-spacing: 0;
	empty-cells: show;
	}
	
table tr th,
table tr td {
	empty-cells: show;
	vertical-align: middle;
	}

table.formBox {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px dotted #779;
	}

table.formBox tr th,
table.formBox tr td {
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	border-bottom: 1px dotted #779;
	}

table.formBox tr th {
	width: 200px;
	background: url(../n_images/con00003.gif);
	}

table.formBox tr th.th01 {
	width: 100px;
	}
table.formBox tr th.th02 {
	border-left: 1px dotted #779;
	width: 80px;
	}
/*------------------------------
.form
-------------------------------*/
table input,
table textarea,
table select {
	font-size: 100%;
	line-height: 1;
	padding: 5px 5px 5px;
	width: 80%;
	border: 1px solid #a7c2cf;
	background-color: #fff;
	margin: 3px 0;
	}

td.plural input,
td.plural textarea,
td.plural select {
	vertical-align: middle;
	width: 20%
	}

td.checkRadio input {
	padding: 0;
	width: 5%;
	border: none;
	background-color: none;
	margin: 0;
	vertical-align:middle;
	}

input:focus,
textarea:focus,
select:focus {
border: 1px solid #70a5c3;
background-color: #e8f3f5;
}

.fromBtn input {
	margin: 0 5px;
	padding: 5px 0;
	width: 150px;
	font-size: 100%;
	line-height: 1;
	}
/*------------------------------
.separate
-------------------------------*/
.separateBox {
	clear: both;
	padding: 0;
	margin: 0 0 20px;
	}
	

.separateBoxLeft, .separateBoxRight {
	float: left;
	}


/*------------------------------
.ul.linkbox
-------------------------------*/
	
ul.linkbox {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

ul.linkbox li {
	margin: 0 0 15px 0;
	padding: 5px 0 0 13px;
}
	
ul.linkbox li.linkSite {
	background: url(../n_comimg/link02.gif) 0 0.6em no-repeat;
	}

ul.linkbox li.linkBlank {
	background: url(../n_comimg/link03.gif) 0 0.6em no-repeat;
	}

ul.linkbox li.linkPdf {
	background: url(../n_comimg/link04.gif) 0 0.6em no-repeat;
	}

ul.linkbox li.linkUp {
	background: url(../n_comimg/link05.gif) 0 0.6em no-repeat;
	}

ul.linkbox li.linkDown {
	background: url(../n_comimg/link06.gif) 0 0.6em no-repeat;
	}

ul.linkbox li.linkMail {
	background: url(../n_comimg/link07.gif) 0 0.6em no-repeat;
	}

ul.linkbox li.mark {
	background: url(../n_comimg/list01.gif) 0 0.6em no-repeat;
	}

ul.linkbox li.linkExcel {
	background: url(../n_comimg/link10.gif) 0 0.6em no-repeat;
	}
	
ul.linkbox.bline li {
	padding-bottom: 5px;
	margin-bottom: 0;
	border-bottom: 1px dotted #ccc;
	}

/*------------------------------
.ul.normal, ol.normal
-------------------------------*/
ul.normal, ol.normal {
	margin: 0 0 10px;
	padding: 0;
	}

ul.normal li, ol.normal li {
	margin-left: 20px;
	padding-left: 0;
	list-style-type: disc;
	}

ol.normal li {
	margin: 0 0 10px 25px;
	list-style-type: decimal;
	}

table tr td ul.normal,
table tr td ol.normal {
	margin-bottom: 0;
	}

/*------------------------------
.h
-------------------------------*/
h1 {
	font-size: 150%;
	line-height: 1.2;
	margin: 0 0 20px;
	padding: 5px 0 4px 8px;
	border-left: 4px solid #fe000d;
	}

.c001 {
	color: #c22;
	}

/*------------------------------
.body.ecoene
-------------------------------*/
body.ecoene {
	background: url(../../ecoene/images/fom00001.jpg) repeat-x;
	}

body.ecoene #container {
	width: 620px;
	
	}
body.ecoene #contentsWrapper {
	background: #fff;
	margin: 0;
	padding: 10px 17px 20px;
	border-left: 3px solid #139300;
	border-right: 3px solid #139300;
	}
	
body.ecoene h1 {
	font-size: 0;
	line-height: 0;
	margin: 20px 0 0;
	padding: 0;
	border-left: none;
	}

body.ecoene h2 {
	margin: 0 0 5px;
	color: #093;
	font-size: 150%;
	line-height: 1.2;
	}

body.ecoene h3 {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.2;
	}

body.ecoene #title {
	margin: 10px 0 10px;
	padding: 5px 0 4px 8px;
	border-left: 4px solid #093;
	}

body.ecoene #footer	{
		width: 100%;
		margin-top: 0;
		padding: 10px 0 10px;
		text-align: center;
		background: none;
		}

body.ecoene #footer #copyWrite {
	width: 620px;
	color: #fff;
	margin: 0 auto;
	}

