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

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

a:visited {
color:#875A05;
text-decoration:none;
}
a:hover {
color:#CC9966;
text-decoration:none;
}

#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:50px 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:28px;
}

dl{
float:left;
width:50%;
display:inline;
margin-right:-1px;
margin-bottom:50px;
}
dt{
font-size:90%;
font-weight:bold;
margin:0 10px 10px;
padding-left:5px;
border-bottom:#996600 1px dotted;
border-left:#633000 8px solid;
line-height:1.6;
}
dd{
font-size:85%;
margin:0 10px 10px;
padding-left:30px;
line-height:1.6;
background:url(../images/icon_arrow2.gif) 15px center no-repeat;
}
dt.banquethall{
border-left:none;
text-indent:8px;
font-weight:normal;
}
dd.banquethall{
background:none;
padding-left:15px;
}
dd.banquethall li{
float:left;
width:50%;
margin-right:-1px;
display:inline;
background:url(../images/icon_arrow2.gif) left center no-repeat;
text-indent:10px;
}
ul{
list-style:none;
margin-left:0;
padding-left:0;
}
li{
margin-bottom:0;
}
li span{
color:#633000;
margin-right:1em;
}
address{
display:inline;
}