@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 table{width:100%; margin-top:10px;}

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 hr{background:transparent url(../img/common/line_dot.gif) repeat-x;}



/* Hack */

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

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



* html div#info hr{border:dotted 1px #999999;}

*+html div#info hr{border:dotted 1px #999999;}





