/* ----------------------------------------------------------------
 base set
------------------------------------------------------------------ */

/* all margin:0;padding:0;
---------------------------- */
body,h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,p,table,form,input,img{
margin:0;padding:0;
}

/* base
---------------------------- */
li{list-style:none;}
em,address{font-style:normal;}
img{vertical-align:top;border:0;}
em{color:#d20000;}
strong{color:#;}

td input{
margin-right:5px;
vertical-align:middle;
}

/* a style
---------------------------- */
a{
text-decoration:none;
}

/* a base set */
a:link,
a:visited,
a:link em,
a:visited  em{text-decoration:underline; color:#009de6;}

a:hover,
a:hover em{text-decoration:underline; color:#3bc1ff;}


/* contents style
---------------------------- */
body{
background-image:url(../images/bg_header.gif);
background-repeat:repeat-x;
background-position:top;
color:#333333;

font:93% "‚l‚r ‚oƒSƒVƒbƒN",arial,helvetica,clean,sans-serif;
*font-size:small;
*font:x-small;
font-size:75%;
font-weight:normal;
line-height:1.6;
}

#whopper{
width:540px;
padding:18px 0 0;
margin:0 auto;
text-align:left;
}

h1{
padding-bottom:40px;
}

h2{
padding-bottom:10px;
}

p{
padding-bottom:15px;
line-height:1.6;
padding-left:1px;
}

dl{
width:540x;
padding:1px;
margin-bottom:15px;
border:1px solid #cccccc;
}

dt{
background-color:#009de6;
line-height:0;
padding:8px 0 6px 10px;
}


dd{
padding:10px 19px 5px;
}


ul{
width:500px;
}

li{
float:left;
width:160px;
padding-bottom:6px;
}

li a {
padding-left:10px;
background-image:url(../images/link_arrow.gif);
background-repeat:no-repeat;
background-position:left center;
}



.closed{
text-align:center;
padding-top:25px;
}


/* clear
------------------------------------------- */
ul:after,
#whopper:after{
visibility:hidden;
display:block;
font-size:0;
content:".";
clear:both;
height:0;
}

*html ul,
*html #whopper{
height:1%;
}
*html ul,
*html #whopper{
height:1%;
}

*:first-child+html ul,
*:first-child+html #whopper{
display:inline-block;
}
*:first-child+html ul,
*:first-child+html #whopper{
height:1%;
}

/* macIE \*//*/
ul,
ul,
#whopper{
display:inline-block;
}

/* end */
/* for DW \*/
ul,
#whopper{
clear:both;
}
/* end */
