/* ===================================== basic */



html{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}


*{
	font-family: verdana, 'trebuchet ms', sans-seriff;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}


body{
	margin: 0;
	padding: 0;
	text-align: left; 
	background-image: url(../img/bg_new.gif);
}

img { vertical-align: bottom; }

a { color: #ff9933; text-decoration: none; }
a:visited { color: #8b7355; }
a:hover { color: #ff9933; text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

#container-body {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}
#body {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* ===================================== ‰ïŽÐŠT—v */

.main h2{
	font-size: 120%;
	background-image: url("../image/h2_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 10px 0;
	padding: 4px 2px 2px 40px;
	height: 32px;
	clear: right ;
}

.color-pinc{
    color:#FF99CC;
	font-weight:bold;
}

.g-center{
    text-align:center;
	width:100%;
	overflow:auto;
}

.gaiyou{
	width: 530px;
	margin-top: 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #999 ;
}

.gaiyou th{
	width: 100px;
	background-color:  #E7F4D4 ;
	border-top: 1px solid #999 ;
	text-align: center;
}

.gaiyou td{
	width: 430px;
	border-top: 1px solid #999 ;
}
