@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,form,caption {
margin:0;
padding:0;
}
html>/**/body {
font-size: 10px; /* Except IE */
}
address,caption,em,th,h1,h2,h3,h4,h5,h6 {
font-style:normal;
font-weight:normal;
}
img {
border:0;
vertical-align:bottom;
}

ol,ul {
list-style:none;
}
table {
border-collapse:collapse;
border-spacing:none;
}
body {
width:100%;
height:100%;
background-color:#000000;
color:#ffffff;
font-size: 62.5%; /* IE */
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height:1;
text-align:center;
}
a:link {
color:#ffffff;
text-decoration:underline;
}
a:visited {
color:#ffffff;
text-decoration:underline;
}
a:hover {
color:#ffffff;
text-decoration:none;
}
a:active {
color:#ffffff;
text-decoration:none;
}

#wrapper {
min-height:619px;
min-width:1100px;
position: relative;
}

#flashArea {
width:100%;
}
* html #wrapper {
width:expression(document.body.clientWidth < 1102? "1100px" : "auto");
}
#attention {
margin:175px auto 174px auto;
padding:0px 0px 0px 0px;
width:620px;
height:270px;
color:#000000;
background-color:#fff8d9;
}
#attention dt {
margin:0px 0px 0px 0px;
padding:24px 0px 0px 0px;
height:57px;
background-image:url(../images/attention_ti01.gif);
background-position:0px 0px;
background-repeat:no-repeat;
font-size:1.4em;
font-weight:bold;
line-height:1.2;
}
#attention dd {
font-size:1.2em;
line-height:1.5;
}
#attention dd p {
margin:0px 0px 0px 70px;
width:480px;
text-align:left;
}
#attention dd ul {
margin:15px 0px 30px 70px;
width:480px;
text-align:left;
}
