/* full clearfix */
/* add to floating elements which shall clear floating after themselves */ 
* html .clearfix{
	height: 1%; /* IE5-6 */
}
*+html .clearfix{
	display: inline-block; /* IE7not8 */
}
.clearfix:after{ /* FF, IE8, O, S, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {background:#FFFFFF url(/_image/background.png);background-repeat: repeat-x; font-size:9pt; margin:0px;}

#header { height:100px; padding:0px; }
#content { float:left; display:block; padding:0px;margin-left: 20px }
#whereisit { font-size:8pt;}
#footer { position:relative;clear:both; height:80px; padding:0px; background:#FFFFFF }

#h1{
	padding: 10 10 10 0;
	font-size: 9pt;
	font-family:µ¸À½;
	font-weight:bold
}
#h2{
	padding: 2 0 2 10;
	font-size: 9pt;
	font-family:µ¸À½;
	color:#9D3059;
	font-weight:bold
}
#h2 font{
	padding: 2 0 2 10;
	font-size: 9pt;
	font-family:µ¸À½;
	color:#CB6E95;
}
#h3{
	padding: 5 0 5 20;
	font-size: 9pt;
	font-family:µ¸À½;
	line-height: 20px;
}
#h3 b{
	padding: 2 2 2 0 ;
	font-size: 12pt;
	font-family:µ¸À½;
	line-height: 20px;
	color:#C8648D;
	font-weight:bold
}
#h3 #h1{
	padding: 2 0 2 10;
	font-size: 9pt;
	font-family:µ¸À½;
	font-weight:bold
}
#h3 #s2{
	padding: 2 0 2 10;
	font-size: 8pt;
	font-family:µ¸À½;
}

#h4{
	height:1px;
	background:#FFFFFF url(/_image/common/line_dot.png);
	background-repeat: repeat-x;
}

#dev table{
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-collapse: collapse;
}
#dev th{
	font-size:9pt;
	padding: 4px;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background-color: #EFEFEF;
}

#dev td{
	font-size:9pt;
	padding: 4px;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	height: 40px;
	text-align: left;
}

#content h2{
	font-family:µ¸À½;
}

/*
font-weight:bold
font-family:
*/