@charset"Shift_JIS";

/*-------------------------------------------------------------
UA Info Layout Style Sheet
updated: May 22, 2005
-------------------------------------------------------------*/


/*------------------------------------------------------------
基本設定 
-------------------------------------------------------------*/

body {
    font-family: "ＭＳ Ｐゴシック", Verdana, Osaka, sans-serif;
	color: #000;
}
*a {
	text-decoration: none;
}
table {
	margin : 0;
	empty-cells: show;
}
hr.separator {
	display : none;
}
img {
	border: none;
}


/*------------------------------------------------------------
基本レイアウト
-------------------------------------------------------------*/


body {
	background: #FFF;
	color: #000; 	
	text-align: center;	
}
div#wrapper {
	width: 510px;
	margin-left: auto;
	margin-right: auto;
}
#container {
	margin: 30px 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
}
td {
	font-size: 12px;
	line-height: 18px;
}
p.sign {
	padding-top: 40px;
	text-align: right;
}
div.pagetop {
	width:510px;
	margin: 0;	
	padding-top: 40px;
	padding-bottom: 7px;
	text-align: right;
}
div#footer {
	padding-top: 5px;
	border-top: 1px solid #EEE;
}
p#copyright {
	margin: 0;
	padding: 0;
	float: left;
}
p#btnClose {
	margin: 0;
	padding: 0;
	float: right;
}




