@charset"UTF-8";

*{
	margin:0;
	padding:0;
}



body{
	font-weight:normal;

	font-family : Verdana, Tahoma, sans-serif;
	font-style:normal;
	text-align:center;
	line-height:1.5;
	color:#333333;
	font-size:10px;
}

/*IE 6 or sooner */
*html body{
	font-size:64%;
}

p,h1,h2,h3,h4,h5,li{
	font-size:100%;
	line-height:1.5;
}

img{
	border:none;
	vertical-align:bottom;
}

ul{
	list-style:none;
}

hr{
	display:none;
}


a{
	color:#333333;
	text-decoration:underline;
}

a:hover{
	color:#333333;
	text-decoration:none;
}




/*-----------------------------------------
LAYOUT
------------------------------------------------------------------------------*/
#contain{
	margin:0 auto;
	text-align:left;
	width:840px;
}

#contain #header{
	height:84px;
	position:relative;
}

#contain #header .logo{
	position:absolute;
	top:18px;
	left:0;
}

#contain #header .copy{
	position:absolute;
	top:33px;
	left:515px;
}

#menu_box{
	height:32px;
	position:relative;
}
#menu_box ul li.menu_01{
	height:32px;
	position:absolute;
	top:0;
	left:0;
}
#menu_box ul li.menu_02{
	height:32px;
	position:absolute;
	top:0;
	left:141px;
}
#menu_box ul li.menu_03{
	height:32px;
	position:absolute;
	top:0;
	left:281px;
}
#menu_box ul li.menu_04{
	height:32px;
	position:absolute;
	top:0;
	left:421px;
}
#menu_box ul li.menu_05{
	height:32px;
	position:absolute;
	top:0;
	left:561px;
}
#menu_box ul li.menu_06{
	height:32px;
	position:absolute;
	top:0;
	left:701px;
}


#footer{
	border-top:1px solid #cccccc;
	margin:0 0 0 0;
	position:relative;
	height:50px;
}

#footer address{
	font-style:normal;
	position:absolute;
	top:12px;
	left:6px;
	background:#fff url(../images/img_logo_s.gif) no-repeat 0 0;
	padding:0 0 0 84px;
	line-height:1.5;
}

#footer p{
	text-indent:-9999px;
}

#footer p.footer_menu01 a{
	height:10px;
	width:66px;
	position:absolute;
	top:13px;
	left:660px;
	line-height:0;
	background:#fff url(../images/btn_contact_s.gif) no-repeat 0 0;
}
#footer p.footer_menu01 a:hover{
	background:#fff url(../images/btn_contact_s.gif) no-repeat 0 -10px;
}

#footer p.footer_menu02 a{
	height:10px;
	width:99px;
	position:absolute;
	top:13px;
	left:740px;
	line-height:0;
	background:#fff url(../images/btn_privacy_s.gif) no-repeat 0 0;
}
#footer p.footer_menu02 a:hover{
	background:#fff url(../images/btn_privacy_s.gif) no-repeat 0 -10px;
}

