@charset "utf-8";
/* CSS Document */

*{
	position:0;
	margin:0;
}

html,
body,
#table1{height:100%;}

body{
	background-color:#ebebeb;
	color:#000;
	font-size:12px;
	line-height:2;
	font-family:Verdana,Arial,Helvetica,"Osaka","ＭＳ Ｐゴシック","MS UI Gothic",sans-serif;
}

a{color:#003399;}

#table1{width:100%;}

#td1{
	text-align:center;
}

#td1 #div1{
	border:#fff 1px solid ;
	background-color:#dbe000;
	width:572px;
	text-align:left;
	margin:0 auto;
}

#inner{
	padding:45px;
}

#p1{
	font-size:14px;
	font-weight:bold;
	padding:10px 0 20px 0;
	border-bottom:2px solid #000;
	margin-bottom:10px;
}
