@charset "utf-8";
body,ul,dl,caption,p,blockquote,h1,h2,h3,h4,td,th,dl,dd,dt,li {
	margin: 0px;
	padding: 0px;
}
body {
	margin:0px;
	padding:0px;
	font-size:10px;
	line-height:1.4em;
	/*font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	*/font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', Arial, Helvetica,sans-serif;
/**/
	_font-size:62.5%;
    font-family: Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	text-align:center;
	background:#FFF;
}
/* IE6 on UTF-8 */
* html body {
}

ul,ol {
	list-style: none;
}
h1,h2,h3,h4,li,th,td,input,h4 {
	font-size:100%;
}
blockquote,q,address {
	font-style:normal;
}
table {
	width:100%;
	border-collapse: collapse;
}
th,td {
	text-align:left;
	vertical-align:top;
}
div.clear {
	clear: both;
	height:0px;
	font-size:0px;
	line-height:0px;`
}
label {
	white-space:nowrap;
}
caption {
	text-align:left;
	font-weight:bold;
}
hr {
	display: none;
	}

a img {
	border:none;
}

a:link,
a:visited {
	text-decoration:none;
	color:#017596;
}
a:hover,
a:active {
	text-decoration:underline;
}
input.text {
}
textarea {
	border:1px solid #CCC;
	font-size:100%;
	padding:4px;
	display:block;
}
object,
embed {
	vertical-align: top;
}