@charset "utf-8";
/* CSS Document */

#contents	{
	width: 750px;
	margin: 0 auto;
}

#header	{
	height: 33px;
	background-image: url(../images/headback.jpg);
	background-repeat: no-repeat;
}
#header .title	{
	float: left;
	margin-right: 7px;
}
#header p	{
	padding: 12px 0 0 0;
	font-size: 77%;
	float: left;
}
#header	.rcontact	{
	float: right;
	padding: 7px 7px 0 2px;
	;
}
#header	.button	{
	float: right;
	padding: 11px 10px 0 0;
}


#footer	{
	clear: both;
	background-image: url(../images/footerback.jpg);
	background-position: top;
	background-repeat: repeat-y;
	padding: 13px 5px 20px 5px;
	width: 740px;
}
#footer a	{
	float: left;
}
#footer	.copyright	{
	float: right;
}

a:hover img{
	opacity: 0.7;
    filter: alpha(opacity=70);
} 

.fL	{
	float: left;
}
.cl	{
	clear: both;
}
.clear{
	clear: both;
	visibility:	hidden;
	height: 0;
	font-size: 0px;
}
.bl	{
	display: block;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
