/* ===================================================== */
/* BODY ELEMENT */
/* ===================================================== */
body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, MS UI Gothic, sans-serif;
	font-size:12px;
	line-height:16px;
	color: #111111;
	background-color: #ffffff; 
}


/* ===================================================== */
/* TABLE ELEMENT */
/* ===================================================== */
table tbody tr td {
	font-size:12px;
	line-height:16px;
}


/* ===================================================== */
/* A ELEMENT */
/* ===================================================== */
/* LINK COLOR */
a         {color:#0000cc; text-decoration:none;}
a:visited {color:#0000cc; text-decoration:none;} 
a:hover   {color:#cc0000; text-decoration:underline;}
a:active  {color:#cc0000; text-decoration:underline;}


/* ===================================================== */
/* FONT ELEMENT */
/* ===================================================== */
.font10 {font-size: 10px; line-height: 14px;}
.font11 {font-size: 11px; line-height: 15px;}
.font12 {font-size: 12px; line-height: 16px;}
.font14 {font-size: 14px; line-height: 18px;}
.font16 {font-size: 16px; line-height: 20px;}
.font18 {font-size: 18px; line-height: 22px;}
.font20 {font-size: 20px; line-height: 24px;}
.font22 {font-size: 22px; line-height: 26px;}
.font24 {font-size: 24px; line-height: 28px;}
.font26 {font-size: 26px; line-height: 30px;}


/* ===================================================== */
/* Side Menu */
/* ===================================================== */
.sidemenu           {color:#ffffff; line-height: 18px; text-decoration:none;}
.sidemenu a:link    {color:#ffffff; line-height: 18px; text-decoration:none;}
.sidemenu a:visited {color:#ffffff; line-height: 18px; text-decoration:none;}
.sidemenu a:hover   {color:#ffffff; line-height: 18px; text-decoration:underline;}
.sidemenu a:active  {color:#ffffff; line-height: 18px; text-decoration:underline;}

/* ===================================================== */
/* Footer */
/* ===================================================== */
.footer           {color:#ffffff; text-decoration:none;}
.footer a:link    {color:#ffffff; text-decoration:none;}
.footer a:visited {color:#ffffff; text-decoration:none;}
.footer a:hover   {color:#ffffff; text-decoration:underline;}
.footer a:active  {color:#ffffff; text-decoration:underline;}

em{
	display:none;
}

/****************/
/*	Clear Fix	
/****************/
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {
	display: block;
}


#header_td{
	background:url(../img/header_bg.jpg) no-repeat;
	height:80px;
	padding:0;
	margin:0;
}
#header_td h1{
	padding:0;
	margin:0;
}

#header_td ul{
	padding:0;
	margin:0;
	list-style:none;
	float:right;
	margin:5px 5px 0px 0px;
	width:300px;

}
#header_td ul a{
	
	display:block;
	width:120px;
	height:34px;
} 
#header_td ul li{
	padding:0;
	margin:0;
	margin-left:2px;
	width:120px;
	height:34px;
	float:right;
}
#header_td li.contact{
	background:url(../img/button_contact2.png) no-repeat;
}
#header_td li.contact:hover{
	background:url(../img/button_contact2.png) no-repeat 0 -34px;
}

#header_td li.access{
	background:url(../img/button_access2.png) no-repeat;
}
#header_td li.access:hover{
	background:url(../img/button_access2.png) no-repeat 0 -34px;
}

#header_td h1{
	float:left;
	width:297px;
	height:58px;
}

#header_navi{
	width:300px;
	background:#66FF00;
}
#header_navi li a{
	display:block;
	width:80px;
	height:34px;
	background:#66FFFF;
}
#header_navi li{
	float:right;
}