/* CSS Document */
html {
    overflow-x: hidden;
	overflow-y: scroll;
	font-family : "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "ms pgothic", hirakakupro-w3, osaka, arial, helvetica, sans-serif;
}
body {
	background-color: #CCCCCC;
}
img{
	border:none;
	vertical-align:bottom;
	}
*{
	margin:0px;
	}
#contena{
	width:800px;
	margin-right:auto;
	margin-left:auto;
	font-size:12px;
	text-decoration:none;
	color:#333333;
	background-color: #FFFFFF;
	}
#header {
	height: 83px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-image:url(../img/headderlogo.jpg);
	background-repeat:no-repeat;
}
#header div#link{
	width:233px;
	height:83px;
	padding-left:297px;
	float:left;
	background-image:url(../img/linkbg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}
#header div#group{
	width:234px;
	height:83px;
	float:right;
	padding-left:33px;
	padding-right:2px;
	display: block;
	
	}

#flash {
	height: 250px;
	width: 800px;
	top: 0px;
	bottom: 0px;
	margin: 0px;
}
#menu{
	width:790px;
	height:36px;
	background-image:url(../img/menubg.jpg);
	padding-top:2px;
	padding-bottom:2px;
	_padding-top:3px;	
	padding-left:5px;
	padding-right:5px;
	}
#menu img.margin{
	margin-left:3px;
	}

#menu table{
	width:794px;
	border:none;
	margin-top:auto;
	margin-bottom:auto;
	}
#content{
	width:800px;
	height:auto;
	}
#content div#left{
	width:590px;
	height:auto;
	float:left;
	padding-right:5px;
	padding-top:10px;
	}

#content div#left div#newnews{
	width:auto;
	height:auto;
	padding-left:5px;
	}
#content #left #link {
	margin-top: 20px;
	width: 590px;
}

#content div#right{
	padding-top:10px;
	width:195px;
	height:auto;
	float:right;
	padding-left:10px;
	}
#content div#right img{
	margin-bottom:5px;
	}
#event table {
	margin-right: auto;
	margin-left: auto;
}

#footer {
	height: auto;
	width: 100%;
	position: relative;
	clear: both;
	padding-top: 15px;
}
#footer div#link{
	text-align:center;
	margin-bottom:4px;
	font-family: "小塚ゴシック Pro R";
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
#footer div#border{
	height:4px;
	width:800px;
	background-color:#000000;
	}
#footer div#copyright{
	font-size: 12px;
	line-height: 2em;
	text-align: center;
	font-family: "小塚ゴシック Pro R";
	}
.cap{
	margin-top:5px;
	margin-bottom:10px;
	}
a{
	text-decoration:none;
	}
a:activ{
	border:none;
	text-decoration:none;
	}
	
 /*  sitemap */
#sitemap {
	width: 800px;
	position: relative;
}

#sitemap table a {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FF3300;
	padding-left: 2px;
}

#sitemap table a:hover {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 2px;
}
