@import url(tmpl.css);

/*--common style--*/

body{
background:url(images/body_back.gif) top center repeat-y #f2f2f2;
}

.clear{
clear:both;
}

.right{
float:right;
clear:both;
}

.ulbold{
font-size:120%;
font-weight:bold;
}

.pagetop a{
clear:both;
line-height:200%;
float:right;
padding-left:15px;
background:url(images/pagetop.gif) top left no-repeat;
}

/*--header part--*/
#header{
height:95px;
background:url(images/header.gif) top left repeat-x;
}

#header h1{
font-size:small;
margin:0px;
padding:9px 10px 9px 15px;
color:#fff;
border:0px;
text-align:right;
}

/*--container--*/
#container{
background:url(images/containerback.gif) top left repeat-y;
width:798px;
border-right:1px solid #000;
border-left:1px solid #000;
}

/*--content part--*/
#content{
padding:15px 5px 10px 10px;
margin:0px;
width:602px;
line-height:150%;
border-top:1px solid #000;
border-left:1px solid #000;
background:url(images/contentback.gif) top right no-repeat #fff;
}

#content h2{
font-size:small;
font-weight:normal;
margin:10px;
padding:3px 5px;
border:1px solid #ccc;
border-left:10px solid #ccc;
}

#content p{
margin-left:10px;
}

#content li{
list-style:none;
margin-left:10px;
}

/*--menu part--*/
#menu{
padding-bottom:10px;
border-top:1px solid #000;
clear:both;
background:#8b3e2f;
}

#menu li{
list-style:none;
clear:both;
}

#menu li a{
text-decoration:none;
background:url(images/menu01.gif) top left no-repeat;
padding:6px 0px 6px 15px;
display:block;
color:#eed8ae;
font-size:120%;
}

#menu li a:hover{
background:url(images/menu02.gif) top left no-repeat;
color:#fff;
}

#menu p{
margin:0px;
padding:5px;
}

#menu p a,
#menu p a:hover{
color:#fff;
}

/*--footer part--*/
#footer{
margin:5px auto;
padding:3px 10px 7px 0px;
font-size:xx-small;
text-align:right;
color:#fff;
clear:both;
background:#660000;
}

/*--top page part--*/
#info{
line-height:220%;
padding:0px;
margin:0px;
list-style:url(top/info_list.gif);
}


/*other************************/
.eventdate{
width:350px;
border:1px solid #333;
padding:5px 3px;
background:#fffacd;
}

.table1{
margin-left:25px;
font-size:100%;
width:90%;
border-collapse:collapse;
border:1px solid #666;
}

.table2{
border:1px solid #666;
padding:3px 5px;
}

.table3{
margin-left:25px;
font-size:100%;
width:90%;
}

.table4{
border:1px solid #666;
padding:3px 5px;
text-align:center;
}
