/* ------------------------------------------------------
base setting
------------------------------------------------------ */
body {
	text-align:center;
	margin:0;
	border:0;
	padding:0;
	font-size:100%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'sans-serif';
	line-height: 150%;
}

body *{
text-align:left;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, form, address {
list-style-type:none;
margin:0;
border:0;
padding:0;
font-style:normal;
font-weight:normal;
font-size:100%;
}
img {border:none;}
/* ------------------------------------------------------
font size
------------------------------------------------------ */
html{
overflow-y: scroll;
}
body {
	font-size: 90%;   /* IE */
	line-height: 140%;
	letter-spacing: 0.1em;
}
html>/**/body {
	font-size: 14px; /* Except IE */
}
/* ------------------------------------------------------
 link
------------------------------------------------------ */
a:link {
	color: #0099E1;
	text-decoration: none;
}
a:visited{
	color: #0099E1;
	text-decoration: underline;
}
a:hover{
	color: #DFF7FE;
	text-decoration: none;
}
a:active{
	color: #DFF7FE;
	text-decoration: underline;
}
/* ------------------------------------------------------
 link　end
------------------------------------------------------ */
table{
	 font-size:120%;
	 line-height:150%;
	 }
address {
	margin-right: auto;
	margin-left: auto;
	color: #0099DF;
	width: 650px;
	text-align: center;
	padding-bottom: 15px;
}
