@charset "utf-8";

/*===================================================================
	General setting
===================================================================*/


body,div,dl,dt,dd,ul,ol,menu,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul,menu{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6,big,small{font-size:100%;font-weight:normal;}
select,input,textarea{font-size:100%;}
b,strong{font-weight:normal;}
em{	font-style:normal;}
a:link,a:visited,a:active{color:#333333;text-decoration:none;}
address,article,aside,figure,footer,header,hgroup,menu,nav,section{display: block;margin:0;padding:0;}
img{border:0;vertical-align:bottom;}
body img {display:none;}
body div img {display:inline;}

html{
	width:100%;
	height:100%;
	overflow-y:scroll;
	background-color:#fff;
}

body{
	width:100%;
	height:100%;
	min-height:100%;
	color:#292B2B;
	font-size:small;
	_font-size:x-small;	/*IE6*/
	line-height:1.2;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break:normal;
	word-wrap:break-word;
	min-width:980px;
}

html>body{height:auto;}

ul,
ol{list-style:none;}

table{border-collapse:collapse;line-height:1.37;}

table caption,
table th,
table td{text-align:left;vertical-align:top;}

hr{display:none;}

img{border:0; vertical-align:top;}

a:link{color:#036eb7; text-decoration:underline;}
a:visited{color:#036eb7; text-decoration:underline;}
a:hover{color:#036eb7; text-decoration:none;}
a:active{color:#036eb7; text-decoration:none;}

em{font-weight:bold;font-style:normal;}

input{line-height:normal;}


pre{
	white-space:-moz-pre-wrap; /* Mozilla */
	white-space:-pre-wrap; /* Opera 4-6 */
	white-space:-o-pre-wrap; /* Opera 7 */
	white-space:pre-wrap; /* CSS3 */
}

