@charset "utf-8";

/*
----------------------------------------------------------------------
For
	InternetExplorer7
	Firefox2
----------------------------------------------------------------------
*/


/*
 Style import
---------------------------------------------------------------------- */
@import "base.css"; /* Share style */


/*
 Style edit
---------------------------------------------------------------------- */
/* Side menu */
div#submenu{margin:10px 0px 0px 20px;}


/*
 Original style
---------------------------------------------------------------------- */
/* Banner */
div#banner{margin:10px 0px 0px 20px;}

/* Infomation */
div#info{
	width      :  530px;
	margin-top : -300px;
	margin-left:  210px;
}
div#info div.text{padding:5px; margin-bottom:10px; line-height:20px;}
div#info table{width:100%;}
div#info table th{
	background : transparent url(../img/common/rowhead.gif) left center no-repeat;
	font-weight: normal;
	width      : 100px;
	padding    : 5px 0px 5px 12px;
	text-align : left;
}
div#info table td{padding:5px 0px 5px 12px;}
div#info table td.line{padding:1px 0px;}
div#info table td.button{text-align:center;}
div#info hr{background:transparent url(../img/common/line_dot.gif) repeat-x;}
div#info span{color:#cc0000; font-size:11px;}

/* Button */
div#info input.button_01{background:transparent url(../img/contact/contact_button.jpg)    0px 0px no-repeat; width:80px; height:30px; border:none; cursor:pointer;}
div#info input.button_02{background:transparent url(../img/contact/contact_button.jpg)  -80px 0px no-repeat; width:80px; height:30px; border:none; cursor:pointer;}
div#info input.button_03{background:transparent url(../img/contact/contact_button.jpg) -160px 0px no-repeat; width:80px; height:30px; border:none; cursor:pointer;}
div#info input.button_04{background:transparent url(../img/contact/contact_button.jpg) -240px 0px no-repeat; width:80px; height:30px; border:none; cursor:pointer;}

/* Hack */
* html div#info{margin-top:-308px;}
*+html div#info{margin-top:-308px;}

