@charset "utf-8";

/*-----------------------------
  Reset
-----------------------------*/
*{
margin:0;
padding:0;
}

html{
width:100%;
height:100%;
background:none;
}

body{
*margin:-1px 0 0 0;
width:100%;
height:100%;
}

body,th,td{
font-size:12px;
color:#666;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
line-height:160%;
}

a{
color:#633;
}

img{
border:none;
}


/*-----------------------------
  Layout
-----------------------------*/
#wrap{
width:800px;
height:100%;
min-height:100%;
background:none;
}

body > #wrap{
height:auto;
}

#head{
display:none;
}

#title{
display:none;
}

#naviLine{
display:none;
}

#siteSr{
display:none;
}

#topicPath{
display:none;
}

#footLine{
display:none;
}

#foot{
display:none;
}

#copy{
float:none;
display:none;
}

#content{
float:none;
background:none;
text-align:center;
height:100%;
}


#contLeft{
float:none;
display:none;
}

#contRight{
float:none;
margin:0 auto;
text-align:left;
height:100%;
}

div#detail{
float:none;
margin:0 auto;
text-align:left;
height:100%;
}