@charset "utf-8";
/* CSS Document */

/* reset
------------------------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td{ 
margin:0;
padding:0;
}

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

fieldset,img{ 
border:0;
}

img{
vertical-align:top;
}

address,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;
font-weight:normal;
}

a{
outline:0;
vertical-align:baseline;
}

ol,ul{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}

q:before,q:after{
content:'';
}

abbr,acronym {
border:0;
}
strong{
font-weight:bold;
}

/* common
------------------------------------------------------------ */
body{
font-size:80%;
color:#000;
letter-spacing:0.05em;
line-height:1;
background:#fff;
}

a:link,
a:visited{
color:#026ab1;
text-decoration:underline;
}

a:hover,
a:active{
color:#026ab1;
text-decoration:none;
}

/* flashArea
------------------------------------------------------------ */

#flashArea{ /* clearfix*/
width:930px;
padding:8px 8px;
background-color:#FFF;
}
#flashArea #flashbox{
float:left;
width:577px;
height:354px;
outline:none;
}
#flashArea ul#menubox{
float:left;
background:#4d4d4d url(../img/bnr_ttl.gif) left top no-repeat;
width:188px;
height:317px;
margin:0 0 0 7px;
display:inline;
padding:37px 9px 0 8px;
list-style:none;
}


#flashArea ul#menubox li{
width:188px;
height:63px;
display:inline;
margin:0;
padding:0 0 5px 0;
}
#flashArea ul#menubox li img{
cursor:pointer;
padding-bottom:5px;
}
#flashArea p.bnr_area{
float:right;
display:inline;
}


/* clearfix
------------------------------------------------------------ */

#flashArea:after{
content:url(../img/common/pixel.gif);
display:block;
clear:both;
height:0;
}

#flashArea{
display:inline-block;
}

#flashArea{
display:block;
}
