@charset "UTF-8";
html>/**/body{
font-size: 10px; /* Except IE */
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,h7,pre,form,fieldset,input,p,blockquote{
margin:0;
padding:0;
}
fieldset{
border:0;
}
frame{
border:0;
}
img{
border:0;
vertical-align:bottom;
}

address,caption,cite,code,dfn,em,th,var{
font-style:normal;
font-weight:normal;
}
ol,ul{
list-style:none;
}
button{
cursor:pointer;
}
body{
word-break:break-all;
font-size: 62.5%; /* IE */
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height:1;
background-color:#FFFFFF;
text-align:center;
}
table{
border-collapse:collapse;
border-spacing:0;
font-size:inherit;
font:100%;
}
h1,h2,h3,h4,h5,h6,h7{
font-size:100%;
}

a:link{
color:#FF0099;
text-decoration:underline;
}
a:visited{
color:#FF0099;
text-decoration:underline;
}
a:hover{
color:#FF0099;
text-decoration:none;
}
a:active{
color:#FF0099;
text-decoration:none;
}
#wrapper{
margin:0px auto 0px auto;
width:768px;
border-left:1px solid #333333;
border-right:1px solid #333333;
border-bottom:1px solid #333333;
text-align:left;
}
#header{
width:768px;
height:95px;
}
#logo{
padding:10px 0px 10px 15px;
}
#navigation{
width:768px;
height:41px;
background-image:url(../common/navi_bg01.gif);
background-position:0px 0px;
background-repeat:repeat-x;
}
#navigation li{
width:95px;
height:41px;
float:left;
}
#footer{
border-top:1px solid #999999;
width:768px;
text-align:right;
clear:both;
}
#footer address{
padding:4px 15px 4px 0px;
color:#666666;
line-height:1.2;
}