@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);


#navi{
 position: relative;
 height: 150px;
}

#navi h1{
 position: absolute;
 top: 0 0;
 z-index: 999;
}

#navi ul.menu{
 position: absolute;
 top:110px;
 left: 0;
}

#navi ul.menu li{
 float: left;
}

#main{
 padding-top: 30px;
}
	

#first{
 margin-bottom: 26px;
}

#first p.special{
 margin: -4px 0 20px 0;
}

#second p.special{
 font-size: 1.2em;
 font-weight: bold;
 color: #FF6699;
 margin: -5px 0 10px 0;
}

#second p.title{
 font-weight: bold;
 color: #FF6600;
 margin-bottom: 5px;
}

#second table th dl dt{
 font-weight: bold;
}

#second table th,#second table td{
 padding: 7px 0 5px 10px;
}

#second{
 margin-bottom: 10px;
}

#second table th{
 width:380px;
 padding-right: 20px;
}

#second table th.special,#second table td.special{
 font-weight: bold;
}

#second table.one{
 margin-bottom: 18px;
}

#second table.two{
 margin-bottom: 6px;
}

#second table.two td.width{
 width: 90px;
}

#second table td{
 vertical-align: middle;
}

#third dl.one{
 margin-bottom: 10px;
}

#third dl dt{
  font-weight: bold;
 color: #FF6600;
 margin-bottom: 3px;
}

#third dl dd.special{
 margin-bottom: 10px;
}


#third{
 margin-bottom: 10px;
}
