@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body{
	color:#333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-family:"arial,helvetica,clean,sans-serif";
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	line-height:18px;
	background-image: url(../image/bg.gif);
	background-repeat: repeat-x;
}

html {
	overflow-y:scroll;
}

p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
ul {width:90%;   
    margin:1em 0; padding:0 0 0 26px;   
    list-style-type:disc;   
    list-style-position:outside;  
		}
li {
}


img,
fieldset {
	border:0;
}

.imgover {
}

.inner {
	padding: 10px;
}

h3  {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
.alt{
position:absolute;
top:-5000px;
left:-999px;
}

/*-----------------------------------------------
 __Table
-----------------------------------------------*/
table {
	font-size:12px;
	line-height:18px;
	padding: 0px;
}
td {
	padding: 3px;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a{color:#0099FF;text-decoration:none;}
a:hover{
	text-decoration:underline;
	color: #0099FF;
}
a:link {
}

a:visited {
}


a:active {
}

.text_red {
	font-size: 16px;
	color: #cc0000;
	margin: 0px;
	font-weight: bold;
}
.text_red12 {

	font-size: 12px;
	color: #cc0000;
	margin: 0px;
}
.text_green {
	font-size: 14px;
	color: #009900;
	font-weight: bold;
	background-color: #FFFFCC;
	margin: 0px;
	height: 25px;
	padding: 3px;
}

.text_white12 {

	font-size: 12px;
	color: #ffffff;
	margin: 0px;
}


/*-----------------------------------------------
 __H
-----------------------------------------------*/

h1 {
	color: #999999;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(../image/bg_20071205.gif);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}
h2 {
	color: #999999;
	font-size: 18px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/
#head {
	height: 50px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
}
#header {
	width: 680px;
	height: 50px;
	background-image: url(../image/header.gif);
	float: left;
}
a.header{
	display:block;
	height:50px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	float: left;
}
a:hover.header{display:block;width:170px;height:50px; background-image:url(../image/header_o.gif);margin:0px;text-indent:-9999px;margin-left:auto;margin-right:auto;}



#cart {
	background-image: url(../image/cart.gif);
	background-repeat: no-repeat;
	float: right;
}
a.cart {
	display:block;
	width:100px;
	height:50px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	float: right;
}
a:hover.cart{display:block;width:100px;height:50px; background-image:url(../image/cart_o.gif);margin:0px;text-indent:-9999px;margin-left:auto;margin-right:auto;float: right;}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	width: 880px;
	text-align: center;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
	line-height: 170%;
}

#footer ul {
	margin:0 auto 5px;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid white;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/
.main .contents {
	float: right;
	width: 520px;
	margin-bottom: 10px;
}
.main .left_contents {
	float: left;
	width: 350px;
	height: auto;
}
#main #left_contents {
	float: left;
	width: 350px;
	height: auto;
}

#main #contents {
	float: right;
	width: 520px;
}

#main2 #left_contents2 {
	float: left;
	width: 350px;
	height: auto;
}

#main2 #contents2 {
	float: right;
	width: 520px;
}
#main3 #left_contents3 {
	float: left;
	width: 350px;
	height: auto;
}

#main3 #contents3 {
	float: right;
	width: 520px;
}
#main4 #left_contents4 {
	float: left;
	width: 350px;
	height: auto;
}

#main4 #contents4 {
	float: right;
	width: 520px;
}

/* __mews
------------------------------------------*/


/* __main
------------------------------------------*/
.main {
	width:880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	line-height: 150%;
	overflow: auto;
}
#main {
	width:880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	line-height: 150%;
}
#main2 {
	width:880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	line-height: 150%;
}
#main3 {
	width:880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	line-height: 150%;
}
#main4 {
	width:880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	line-height: 150%;
}


/* __Suggested Usage
------------------------------------------*/

#usage {
	width:880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	line-height: 150%;
}

/* __EGF
------------------------------------------*/

#egf {
	width:880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	line-height: 150%;
}

/* __Caution
------------------------------------------*/

#caution {
	width:880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	line-height: 150%;
}
/* __Company
------------------------------------------*/

#company {
	width:880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	line-height: 150%;
}


/* __sub
------------------------------------------*/

#sub {
	float:left;
	width:200px;
	margin-left: 10px;
	background-color: #FFFF99;
	margin-top: 15px;
}

#sub h3 {
	margin-bottom:5px;
	font-size:100%;
	letter-spacing:1px;
}

#sub ul {
	margin:0 0 20px;
	padding:5px;
	background:#333;
	border:1px solid #EFEFEF;
}

#sub ul li {
	padding:5px 10px;
}


/* __pictureBox
------------------------------------------*/

#thumbBoxBody {
	width: 900px;
	text-align: center;
	background-color: #F0F0F0;
	height: 115px;
}
.image_waku {
	border: 1px solid #000000;
	margin: 3px;
}
.image_waku2 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.fR {
	border: 1px solid #000000;
	margin: 3px;
	float: right;
}


.textArea {
	padding: 5px;
	height: auto;
	width: 650px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.item {
	TEXT-ALIGN: left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	background-color: #EEEEEE;
	vertical-align: top;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.itemisp {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; BACKGROUND: #dfdfdf; PADDING-BOTTOM: 5px; BORDER-LEFT: #7085ba 5px solid; PADDING-TOP: 5px; TEXT-ALIGN: right
}
.detail {
	vertical-align: middle;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-color: #E4E4E4;
}


.notice {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 5px;
	background-color: #D4D4D4;
	font-size: 12px;
	color: #000000;
}


.infotable {
	text-align:left;
	line-height:200%;
}


.body_foot {
	background-image: url(../image/m_newsFoot.gif);
	height: 10px;
	width: 650px;
	background-repeat: no-repeat;
}


/* SEO-CSS 20080606 */
#flashcontent {
	width:880px;
	height:250px;
	position:relative;
	background-image: url(../image/flash.jpg);
	background-repeat: no-repeat;
}
#flashcontent .commentBox {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width:520px;
	position:absolute;
	left: 206px;
	top: 1px;
}
#flashcontent .commentBox p {
	margin-bottom:10px;
}

.table_constituents {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 40px;
	margin-top: 0px;
	float: left;
}
/* __Font style
------------------------------------------*/

.text_blue {

	color: #40BBFD;
}

.text_glay {
	color: #999999;
}
.text_blue2 {
	color: #1E8EFF;
}
