/*-----------------------------------------------

    Browser Reset

-----------------------------------------------*/

body {
    margin:0;
    padding:0;
    font-size:1em;
    text-align:center;
	height:100%;
	line-height:1.2em;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	background:url(../images/hd_bg.jpg) repeat-x left top;
}

h1,h2,h3,h4,h5,h6,pre,address,em,strong,th,ins {
    font-size:100%;
    font-style:normal;
}

h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p {
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
    border:0;
}

th {
    text-align:left;
}

input,select,textarea {
    vertical-align:middle;
}

img {
    border:0;
    vertical-align:middle;
}

ins, a {
    text-decoration:none;
}

ul {
    list-style:none;
}

br {
    letter-spacing: 0;
}

hr {
    border: 1px;
    height: 0px;
    color:#ffffff;
}

.sps {
	text-align:left;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}