﻿@charset "utf-8";

/* Index Style Sheets */

*{
margin:0;
padding:0;
}

body{
font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka,"ＭＳ Ｐゴシック", serif;
padding: 0;
margin: 0;
background-color:#000000;
}

a{
outline:none;
}

a:link{
	color:#FFFFFF;
    text-decoration:none;
}
a:visited{
	color:#FFFFFF;
    text-decoration:none;
}
a:hover{
	color:#FFFFFF;
    text-decoration:underline;
}
/* ************************************************
	コンテナBOX（固定）
************************************************ */
#container{
width:955px;
height:850px;
margin:0 auto;
position:relative;
}

#container h1{
margin:0;
padding:0;
}

#container #banner{
width:393px;
height:53px;
position:absolute;
left:20px;
top:650px;
}

#container #banner2{
width:88px;
height:31px;
position:absolute;
left:25px;
top:700px;
}

#container #heaven{
width:100px;
height:130px;
position:absolute;
left:440px;
top:650px;
}


#container #banner_smart{
width: 170px;
height: 85px;
text-align:center;
position: absolute;
left:550px;
top:650px;
}

#container #banner_smart_m{
width: 187px;
height: 85px;
text-align:center;
position: absolute;
left:740px;
top:650px;
}





