body { 
width : 100% ;
height: 100%;
font-size: 12px;
line-height: 150%;
font-family: "Osaka", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Helvetica", "Arial", "sans-serif", "ヒラギノ角ゴ Pro W3";
text-align: center;
background:#333333; 
    margin:0px;
    padding:0px;
}

img {
border:0px;
/*vertical-align:bottom;*/
}

.text_s{ font-size: 10px; line-height: 150%; }
.text_m{ font-size: 12px; line-height: 150%; }
.text_l{ font-size: 14px; line-height: 150%; }

a{/*リンクされた文字*/
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
     text-decoration:none;
}
a:active {/*クリック中*/
	 text-decoration:none;
}


#header{
margin: 0 auto;
margin-top:46px;
margin-bottom:15px;
width : 870px;
padding : 0px;
clear : both;
}

#contents{
width : 870px;
padding : 0px;
margin: 0 auto;
margin-bottom:5px;
clear : both;
text-align: center;
}

#footer{
width : 870px;
margin-bottom:87px;
padding : 0px;
clear : both;
margin: 0 auto;
text-align: left;
}
