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

@import url("default.css");
@import url("common.css");



p.excuse{
font-size:140%;
text-align:center;
margin:50px auto 100px;
color:#663300;
}

/* ----------------------------------------- */

#wrapper{
width:720px;
background:#FCF7F2;
border-left:1px solid #996600;
border-right:1px solid #996600;
}
#header{
background:url(../../images/qa/bg_header.jpg);
height:80px;
border-bottom:1px solid#996600;
}
#header h1{
position:static;
text-align:center;
}
#contents{
margin:25px 50px 0;
}
#footer{
background:#CEC3A5;
font-size:75%;
height:1.5em;
min-height:1.5em;
}
#footer address{
color:#633000;
font-size:100%;
padding-top:0;
margin-left:8px;
}
h2{
text-align:center;
margin-bottom:10px;
}
h3{
font-size:90%;
line-height:32px;
color:#FFFFFF;
text-indent:8px;
background:#633000;
border-left:#996600 solid 32px;
margin-bottom:8px;
}

dl{
}
dt{
font-size:85%;
color:#633000;
font-weight:bold;
line-height:34px;
height:34px;
padding-left:40px;
margin-bottom:6px;
background:url(../../images/qa/icon_q.jpg) no-repeat;
}
dd{
font-size:80%;
border-bottom:#996600 1px dotted;
padding:7px 5px 8px 40px;
background:url(../../images/qa/icon_a.jpg) no-repeat;
margin-bottom:12px;
padding-bottom:8px;
}
dd.bottomend{
border-bottom:none;
margin-bottom:34px;
}

ul{
list-style:none;
margin-left:0;
padding-left:0;
}
li{
margin-bottom:0;
}
li span{
color:#633000;
margin-right:1em;
}
address{
display:inline;
}


