@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 : -487px;
	margin-left:  210px;
}
div#info div.text{padding:5px; margin-bottom:10px; line-height:20px;}
div#info div.text span{font-size:14px; font-weight:bold;}
div#info hr{background:transparent url(../img/common/line_dot.gif) repeat-x;}

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