@charset "utf-8";


/* =import 
----------------------------------------------*/
@import url(style.css);

/* common */
#event h3{
font-weight:100;
display:inline;
}
#event h4{
width:100%;
height:25px;
background:url(../guide/images/guide-titlebg.gif) no-repeat 0 0;
text-indent:13px;
line-height:2.2em;
color:#ffffff;
font-weight:bold;
margin-bottom:10px;
}
#event h5{
font-weight:bold;
color:#006711;
background:url(../guide/images/guide-allow.gif) no-repeat 0 3px;
padding:0 0 3px 18px;
margin-bottom:10px;
}
#event h5 a{
color:#006711;
font-weight:100;
}
#event .section span{
color:#742f2f;
font-weight:100;
}
#event .section .map{
display:inline;
margin-left:15px;
}





/* list-style01 -------------------------- */
#event .list-style01{
width:565px;
margin:15px 0;
padding-top:20px;
background:url(../images/list_bar.gif) repeat-x;
text-align:right;
}
#event .list-style01 ul{
text-align:right;
}
#event .list-style01 ul li{
display:inline;
}


/* table-style01  -------------------------- */
.table-style01{
width:100%;
border-left:#aac8d5 solid 1px;
border-bottom:#aac8d5 solid 1px;
}
.table-style01 th{
border-top:#aac8d5 solid 1px;
border-right:#aac8d5 solid 1px;
padding:6px;
background:#e6ecf0;
color:#063d61;
}
#event .table-style01 th span{
color:#990000;
display:inline;
margin:0 5px;
}
.table-style01 td{
border-top:#aac8d5 solid 1px;
border-right:#aac8d5 solid 1px;
padding:6px;
}
.table-style01 td.center{
text-align:center;
}
.table-style01 td.center input{
margin-right:5px;
}
.table-style01 td.center form{
display:inline;
}


