/* KAS EIKAIWA CSS */





.txt_order_10 {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}

.txt_order_12 {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}



form {
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border:0;
}


select.hdr {
 	font-size: 10px;
 	position: relative;
	left: 2px;
}



/* for netscape */
html>body select.hdr{
 	position: relative;
	left: 1px;
	top: 1px;

}

html>body select{
 	position: relative;
	left: -1px;
	top: -4px;
}

/*transparent number images */


#no1 {
	background:url(./images/no_1.gif) no-repeat;
	position: absolute;
	top:  88px;
	width: 65px;
	height: 65px;

	filter:alpha(opacity=20);-moz-opacity:0.2;	
}
 
/* for netscape */
html>body #no1 {
	position: absolute;
	horizontal-align: left;
	padding: 50px;
	top: 88px;
}

#no1g {
	background:url(./images/no_1g.gif) no-repeat;
	position: absolute;
	width: 65px;
	height: 65px;
	top: 88px;
	
	filter:alpha(opacity=20);-moz-opacity:0.2;	
}
 
/* for netscape */
html>body #no1g {
	position: absolute;
	horizontal-align: left;
	width: 65px;
	height: 65px;
	top: 88px;
}


#no2 {
	background:url(./images/no_2.gif) no-repeat;
	position: absolute;
	width: 65px;
	height: 65px;
	top: 197px;
	
	filter:alpha(opacity=20);-moz-opacity:0.2;	
}
 
/* for netscape */
html>body #no2 {
	position: absolute;
	horizontal-align: left;
	width: 65px;
	height: 65px;
	top: 197px;
}

#no2g {
	background:url(./images/no_2g.gif) no-repeat;
	width: 65px;
	height: 65px;
	position: absolute;
	top: 197px;
	
	filter:alpha(opacity=20);-moz-opacity:0.2;	
}
 
/* for netscape */
html>body #no2g {
	position: absolute;
	horizontal-align: left;
	width: 65px;
	height: 65px;
	top: 197px;
}


#no3 {
	background:url(./images/no_3.gif) no-repeat;
	width: 65px;
	height: 65px;
	position: absolute;
	top: 307px;
	
	filter:alpha(opacity=20);-moz-opacity:0.2;	
}
 
/* for netscape */
html>body #no3 {
	position: absolute;
	horizontal-align: left;
	width: 65px;
	height: 65px;
	top: 307px;
}

#no4 {
	background:url(./images/no_4.gif) no-repeat;
	width: 65px;
	height: 65px;
	position: absolute;
	top: 88px;
	
	filter:alpha(opacity=20);-moz-opacity:0.2;	
}
 
 
/* for netscape */
html>body #no4 {
	position: absolute;
	horizontal-align: left;
	width: 65px;
	height: 65px;
	top: 88px;
}

#no5 {
	background:url(./images/no_5.gif) no-repeat;
	width: 65px;
	height: 65px;
	position: absolute;
	top: 88px;
	
	filter:alpha(opacity=20);-moz-opacity:0.2;	
}
 
/* for netscape */
html>body #no5 {
	position: absolute;
	horizontal-align: left;
	width: 65px;
	height: 65px;
	top: 88px;
}
	

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
}


/* HEADER */

table.hdr_outer {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FFF;

}

td.hdr_outer {
	font-size: 10px;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 0px;

}

td.hdr_inner {
	font-size: 10px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 0px solid #CCC;
}


/* HEADER NAV */

#button table {
	width: 420px;
	padding: 0 0 0 0;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFF;
	color: #333;
	border: 0px solid #2175BC;
	}

#button td a {
	display: block;
	padding: 4px 4px 4px 4px;
	background-color: #eeeeee;
	color: #5D84DC;
	text-decoration: none;
	text-align: center;
	width: 100%;
	}

html>body #button td a {
	width: auto;
	}

#button td a:hover {
	background-color: #99B6F6;
	color: #fff;
	}


/* BODY */

table.bdy_outer {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FFF;	
}

td.bdy_outer {
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	
}

td.bdy_inner {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-top: 0px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

td.bdy_outer_main {
	font-size: 12px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	vertical-align: top;
	text-align: justify;
}

.txt_hdr1 {
	font-size: 14px;	
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #4770CC;
	font-weight: bold;
}

.txt_hdr12 {
	font-size: 12px;	
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #4770CC;
	font-weight: bold;
}

.hdr_space {
 	width: 100%; 
 	padding: 0.0em;
 	margin: 0px;
 	border: 0px;
 }


/* BODY LINKS */

A:link {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #68C6AD;
	background-color: none;
	text-decoration: none;
	font-weight: bold;
}



/* FOOTER */

table.ftr_outer {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FFF;	
}

td.ftr_outer {
	font-size: 10px;
	vertical-align: top;
	color: #237938;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;	
}

td.ftr_inner {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	color: #237938;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

td.ftr_inner A:link {
	color: #237938;
	text-decoration: none;
}

td.ftr_inner A:visited {
	color: #237938;
	text-decoration: none;
}

td.ftr_inner A:active {
	color: #006666;
	text-decoration: none;
}

td.ftr_inner A:hover {
	color: #68C6AD;
	background-color: none;
	text-decoration: none;
}

/* MATERIALS */

table.mat {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	padding: 8;
	background-color: #fff;
	border: 1px solid #5D84DC;	
}

td.mat_hdr {
	font-size: 10px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #5D84DC;
	padding: 4px;
}

td.mat01 {
	font-size: 10px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	vertical-align: top;
	text-align: justify;
	color: #5D84DC;
	border-top: 1px solid #5D84DC;
	border-bottom: 1px solid #5D84DC;
	background-color: #eee;
	padding: 4px;
}

td.mat01a {
	font-size: 10px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #5D84DC;
	background-color: #eee;
	padding: 4px;
}

td.mat02 {
	font-size: 10px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	vertical-align: top;
	text-align: justify;
	color: #666;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	padding: 4px;
}

td.mat03 {
	font-size: 10px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #666;
	border-top: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	padding: 3px;
}

td.mat04 {
	font-size: 10px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #666;
	border-top: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	padding: 3px;
}

td.mat05 {
	font-size: 10px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #666;
	border-top: 0px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	padding: 3px;
}

td.mat06 {
	font-size: 10px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #666;
	border-top: 0px solid #ccc;
	background-color: #fff;
	padding: 3px;
}



/* END OF CSS */