/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif, "ＭＳ ゴシック", "Osaka－等幅";
	color: #333333;
	font-size:12px;
	line-height:140%;
}
body {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}

#container {
background-color:#fdffee;
	width:770px;
	margin:0px auto;
	padding:0px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}
	
#top {
	width:770px;
	height:80px;
	}
	
#menu {
background-color:#0068b7;
	width:auto;
	text-align:right;
	color:#FFFFFF;
	margin:0px;
	padding:4px 10px;
	font-size:12px;
	}
#menu a{
	color:#FFFFFF;
	text-decoration:none;
	}
#menu a:link,
#menu a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}
#menu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	}
	
#contents {
background-color:#fdffee;
	width:770px;
	height:auto;
	margin:0px;
	padding:0px;
	}
	
#main {
	width:520px;
	height:auto;
	margin:20px;
	padding:0px 0px 20px 0px;
	float:left;
	}

#main p{
	margin:5px 0px;
	}
	
#side {
	width:190px;
	height:auto;
	margin:20px 0px 20px 0px;
	padding:0px;
	float:left;
	}

#footer {
	background-color:#FFFFFF;
	background-image:url(assets/images/ftr_back.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #CCCCCC;
	clear:both;
	width:auto;
	height:60px;
	margin:0px;
	padding:20px 10px 10px 10px;
	}
#footer a{
	text-decoration:none;
	}
#footer a:link,
#footer a:visited{
	color:#333333;
	text-decoration:underline;
	}
#footer a:hover{
	color:#009999;
	text-decoration:underline;
	}


address {
	width:auto;
	font-style:normal;
	padding:0px 20px 0px 10px;
	float:left;
	}
#copy{
	font-size:11px;
	float:right;
	margin-top:35px;
	text-align:right;
	}
.eventtext{
	background-image:url(assets/images/evnt_text.gif);
	line-height:20px;
	margin:5px 7px;
	}
