/* CSS Document */

/* Default ---------------------------------------------------------------- */

:link,:visited {
    text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td,iframe {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    border-spacing:0;
}
fieldset,img,abbr,acronym {
    border:0;
} 

ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration:underline;
    outline:none;
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}


/* Layout ----------------------------------------------------------------- */

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	background: #ffee99 url(../images/back_repeat.jpg) top center repeat;
}

#container {
	height: 100%;
	width: 800px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 800px;
	height: 375px;
}

#content {
	position: relative;
	width: 800px;
	_margin-top: -3px;
	padding-top: 15px;
	text-align: left;
	background: #ffffff url(../images/back_repeat.gif) top center repeat-y;
}

#header, #content, #footer {
    position: relative;
}

.heisei_box {
	position: relative;
	width: 740px;
	margin-left: 30px;
	padding-top: 30px;
	text-align: center;
}

.heisei_box p {
	line-height: 24px;
	padding-left: 10px;
	text-align: left;
}

.form_box {
	position:relative;
}

.internet_box {
	position: relative;
	width: 600px;
	height: 61px;
	margin: 0px 0px 0px 30px;
	padding: 15px 0px 1px 195px;
	background: url(../images/eco_internet.jpg) top left no-repeat;
}

.internet_button a {
	position: relative;
	display: block;
	width: 205px;
	height: 45px;
	margin: 0px 0px 10px 120px;
	background: url(../images/button.gif) top center no-repeat;
}

.internet_button a:hover {
	position: relative;
	display: block;
	width: 205px;
	height: 45px;
	margin: 0px 0px 10px 120px;
	background: url(../images/button.gif) 0px -45px no-repeat;
}

.card_box {
	position: relative;
	width: 600px;
	height: 61px;
	margin: 0px 0px 20px 30px;
	padding: 15px 0px 1px 195px;
	background: url(../images/eco_card.jpg) top left no-repeat;
}

.title_box {
	position: relative;
	width: 670px;
	height: 41px;
	margin: 0px 0px 0px 70px;
	padding: 10px 0px 1px 45px;
	background: url(../images/title_top.jpg) top left no-repeat;
}

.present_box {
	width: 670px;
	position: relative;
	margin: 5px 0px 10px 70px;
	padding: 0px 0px 30px 40px;
	background: url(../images/dot.gif) bottom left no-repeat;
}

.present_ul {
	width: 670px;
	position: relative;
	margin: 15px 0px 0px 70px;
	padding-bottom: 30px;
}

.present_ul ul {
	width: 610px;
	position: relative;
	list-style: disc;
	margin: 15px 0px 30px 0px;
	padding-left: 10px;
}

.present_ul ul li {
	margin-left: 20px;
}

/* Content ---------------------------------------------------------------- */


h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

p {
	line-height: 1.2em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }



/* Style ----------------------------------------------------------------- */

/* Global */

body {
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

.r12 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.p14 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}


.r10 {
	font-size: 10px;
	_font-size: 75%;
	font-weight: normal;
	color: #FFFFFF;
}

/*LINK*/
a:link{text-decoration:none;color: #ff9900;}
a:visited{text-decoration:none;color:#cccccc;}
a:active{text-decoration:none; color:#cccccc;}
a:hover {text-decoration:underline; color: #ff3300;}


#footer {
	position: relative;
	width: 800px;
	height: 30px;
	background: url(../images/footer_back.gif) top center no-repeat;
}

/*LINK*/
#footer a:link{text-decoration:none;color: #17902d;}
#footer a:visited{text-decoration:none;color:#17902d;}
#footer a:active{text-decoration:none; color:#17902d;}
#footer a:hover {text-decoration:underline; color: #fff799;}

#copyright {
	padding-top: 5px;
}

br.fclear {
	clear: both;
}

h1 {
	font-size: 24px;
	color: #228833;
	text-align: left
}


h2 {
	font-size: 20px;
	color: #ff6600;
}

h3 {
	font-size: 16px;
	color: #ff9900;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

h5 {
	font-size: 12px;
	color: #333333;
	padding: 0 20px 0 20px;
}


/*-- forms --*/

table{
	font-size:11px;
}


#import{
	color:#FF0000;
	font-weight:bold;
}

table#enqute01{
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
	font-size:11px;
	width:700px;
	border:2px solid #FFFF00;
}

table#enqute02{
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
	font-size:11px;
	width:700px;
	border:2px solid #000033;
}

#three{
	text-align:center;
	float:left;
	width:240px;
	padding-top:3px;
	padding-bottom:3px;
}

#four{
	text-align:left;
	float:left;
	width:120px;
	padding-top:3px;
	padding-bottom:3px;
}

#corner{
	float:left;
	width:150px;
	padding-top:3px;
	padding-bottom:3px;
}

.style2 {color: #FFFFFF}
.style3 {color: #FFCC33}
.style4 {color: #FF9900}