@charset "utf-8";

/*
  WFWeb USM TOP スタイルシート copyright (C) 2008 WHITE-FLUTE
*/

a{
	text-decoration:underline;font-weight:bold;
}
a:link{
	color:#336699;
}
a:visited{
	color:#009966;
}
a:hover{
	color:#003300;background-color:#ccffcc;
}
a:active{
	color:#003300;background-color:#ccffcc;
}
a[id]{
	color:inherit;
	text-decoration:none;
	background-color:inherit;
}
a[name]{
	color:inherit;
	text-decoration:none;
	background-color:inherit;
}

html, body, div{
	margin:0;
	padding:0;
	text-align:center;
}

img{border-style:none;border-width:0px;}

body {
	text-align:center;
	background-image:url("img/USMBACK.jpg");
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-attachment:fixed;
}
#main{
	width:800px:
	position:absolute;
	top:200px;
}
#leftbox{
	float:left;
	width:46%;
	text-align:right;
	margin:0px 0px 0px 20px;
}
#rightbox{
	float:right;
	width:46%;
	text-align:left;
	margin:0px 20px 0px 0px;
}
#main:after{
	clear:both;
}
hr{border-style:solid none none none;border-width:1px;border-color:#000000;clear:both;}

h2 {margin:0px 0px 10px 0px;padding:2px 0px;font-size:120%;border-color:#000000;border-style:solid none;border-width:1px 0px;}

h3 {margin:0px 0px 10px 0px;padding:0px;font-size:100%;}



