.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

body
{
	font-size: 10pt;
	font-family:arial;
	background-color:#333333;
	margin: 10px; 
	text-align: center;
	behavior:url('css/csshover3.htc');
	margin-left:auto;
	margin-right:auto;
}

table
{
	font-size: 10pt;
	font-family:arial;
	color:#ffffff;
}

a:link
{
	color:#ff0000;
}

a:visited
{
	color:#ff0000;
}

.text_shadow 
{ 
	filter:shadow
	(
		color:#000000,
		Direction=125, 
		Strength=3
	);
	float:right;
	font-weight:bold;
	font-style:italic;
	font-size:14pt;
	color:#FFFFFF;
	 
}

.main
{
	width:995px;
	background-color:#000;
}

.header
{
	width:100%;
	position:relative;
	height:106px;
	
}

.logo
{
	position:absolute;
	left:120px;
	top:20px;
}

.logo_hino
{
	position:absolute;
	right:3px;
	top:3px;
}

.logo_fuso
{
	position:absolute;
	left:3px;
	top:3px;
}

.name
{
	position:absolute;
	left:660px;
	top:20px;
	font-size:8pt;
	color:#ffffff;
	text-align:left;
}

.picture
{
	width:100%;
	position:relative;
}

.yellow_bar
{
	width:100%;
	height:60px;
	position:absolute;
	top:180px;
	background-image:url("../images/yellow_bar.jpg");
	opacity:0.7;filter:alpha(opacity=70);
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.yellow_bar_content
{
	width:100%;
	position:absolute;
	top:180px;
}

.menu
{
	width:100%;
	background-image:url("../images/menu_bg.jpg");
	text-align:left;
	color:#ffffff;
	height:35px;
}

.menu_bar
{
	width:100%;
	background-image:url("../images/menu_bg.jpg");
	text-align:left;
	color:#ffffff;
	height:25px;
	font-weight:bold;
}


.content
{
	width:100%;
}

.content_left
{
	width:735px;
	float:left;
}

.content_right
{
	width:250px;
	float:right;
}

.footer
{
	width:80%;
	height:80px;
	font-size:8pt;
	color:#ffffff;
	margin-top:10px;
	clear:both;
}