@charset "shift_jis";

/*-- ブラウザの初期化
===================================================================-- */
html,body{
	height:100%;
	}
* {
	margin: 0px;
	padding: 0px;
	}
body,table {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Verdana", "sans-serif";
	font-size: 9pt;
	line-height: 1.7em;
	color: #999;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
	}
body{
    background: #eee;
	text-align:center;
	}
table{
	border-collapse: collapse;
	background-color:transparent;
	}
h1,h2,h3,h4,h5,h6{
	font-size:9pt;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	background-color:transparent;
	}
p,div,dt, dd, li, th, td,{
	font-weight: normal;
	font-style: normal;
	background-color:transparent;
	}
em, strong{}

ul,ol{
	list-style-type:none;
	background-color:transparent;
	}

img {
	vertical-align: bottom;
	border: 0;
	}
hr{	
	display: none;
	}
a{
	color: #999;
	}
a:hover {
	color: #666;
	}
