@charset"Shift_JIS";

/*　ブラウザの初期化 */
*{
margin: 0;
padding: 0;
font-size: 100%;
font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3","Osaka","MS　Pゴシック",sans-serif;
line-height: 1.0;
}

/*　画像ボーダーなし */
img{
border: 0; 
}

/* wrapper */
#wrapper{
position: absolute;
width:880px;
height:575px;
left:50%;
right:50%;
margin:10px 0 0 -480px;
}


/* h1のスタイル */

h1{
width: 879px;
height: 60px;
position: absolute;
top: 0;
left: 62px;
margin: 0;
}

/* h2のスタイル */

h2{
width: 879px;
height: 25px;
position: absolute;
top: 60px;
left: 62px;
margin: 0;
}


/* visualのスタイル */

p#visual{
width: 879px;
height: 395px;
position: absolute;
top: 85px;
left: 62px;
margin: 0;
}


p#left{
width: 215px;
height: 95px;
position: absolute;
top: 480px;
left: 62px;
margin: 0;
}

p#centerUp{
width: 90px;
height: 40px;
position: absolute;
top: 480px;
left: 277px;
margin: 0;
}

p#centerDown{
width: 90px;
height: 55px;
position: absolute;
top: 520px;
left: 277px;
margin: 0;
}

p#right{
width: 574px;
height: 95px;
position: absolute;
top: 480px;
left: 367px;
margin: 0;
}

/* body要素スタイル*/

body{
background-color: #ff9900;
}

/* footerスタイル*/

#footer{
position: relative;
font-size: 10px;
line-height: 13px;
color: #ffffff;
text-align: center;
padding: 20px;
margin-top:580px;
}
