*{
	margin:0;padding:0;
}
body{
	font-size:small;
	background: url(../commonimages/bg.gif) #ffea00 repeat-x;
	color:#333;
	line-height:1.4;
}
img {
	border: none;
	vertical-align: bottom;
}
h2{
	clear:both;
}
h4{
	margin-bottom:74px;
}
h5{
	background:#00ccff url(../commonimages/h5_bg.gif);
	height:21px;
	text-indent:2em;
	color:#fff;
}
span{
	font-size:x-small;
}
a:link,a:visited{
	color:#ff0066;
	text-decoration:none;
}
a:hover{
	color:#ff0066;
	text-decoration:underline;
}
a:hover img{
	filter:Alpha(opacity=70);
	-moz-opacity:0.7; 
}
div#wrapper{
	width:778px;
	position:relative;
	margin:0 auto;
	padding:0 14px;
	background:#fff;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
}
/*---header---*/
div#header{
	height:75px;
	float:left;
}
h1{
	float:left;
	height:50px;
	padding-top:12px;
}
ul#demand_bt{
	list-style:none;
	height:21px;
	float:right;
	margin:0 0 0 500px;
}
ul#demand_bt li{
	float:left;
}
ul#headermenu{
	list-style:none;
	float:right;
	margin-top:32px;
	text-align:right;
	/*width:230px;*/
}
ul#headermenu li{
	float:left;
	margin-left:15px;
}
/*---contents---*/
div#maincontents{
	clear:both;
}
#maincontents:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*---footer---*/
div#footer{
	font-family:arial,sans-selif;
	clear:both;
	text-align:center;
	height:3.5em;
	font-size:x-small;
	border-top:1px solid #666;
	margin-top:10px;

}

