/*
##########################################################
ƒy[ƒW‘S‘Ì
##########################################################
*/
.page {
	width:				750px;
	margin: 0px;
	padding: 0px;
	display: inline;
	position: static;
	top: 0px;
	right: 0px;
}
/*
##########################################################
ƒwƒbƒ_[ŠÖ˜A
##########################################################
*/
.header {
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				750px;
	height:				120px;
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
}
div.header h1 {
	font-size: 36px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}
.header .titleObj {
	left: 0px;
	position: absolute;
	top: 0px;
}

/*
##########################################################
ƒƒCƒ“ƒRƒ“ƒeƒ“ƒcŠÖ˜A
##########################################################
*/
.contents {
	position: absolute;
	top: 135px;
	left: 180px;
	width: 440px;
	height: 100%;
	color: #003366;
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
}
.contents a:link{
	color: #CC6600;
}
.contents a:visited{
	color: #336666;
}
.contents a:hover{
	color: #FF0000;
}
.contents .contentsBox {
	font-size: x-small;
	padding: 5px;
	margin: 10px;
	border: 1px solid #003366;
	background-color: #F0F0F0;
}
div.contents h2{
	font-size:	medium;
	padding: 0px 0px 1px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	display: inline;
	color: #330066;
}
div.contents h3{
	font-size:	small;
	margin: 0px;
	padding: 2px;
	background-color: #FFFFFF;
	color: #330066;
}
div.contents img{
	margin: 5px 5px 0px;
	float: left;
}

/*
##########################################################
ƒƒjƒ…[ŠÖ˜A
##########################################################
*/
.menu {
	position: absolute;
	top: 135px;
	left: 0px;
	width: 180px;
	height: 100%;
	background-image: url(menu.gif);
	color: #003366;
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #003366;
}
.menu a{
	display: block;
	padding-left: 5px;
	margin-left: 5px;
	text-decoration: none;
}
.menu a:link{
	color: #003366;
}
.menu a:visited{
	color: #336666;
}
.menu a:hover{
	color: #FF0000;
	background-color: #F2F2F2;
}
.menu .menuTitle{
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 5px;
	display: block;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-color: #F0F8FF;
	font-weight: bold;
/*	border: 1px solid #003366; */
}
.menu .menuItemList{
	display: block;
	padding-left: 10px;
	margin-left: 10px;
	background-image: url(menuItemList.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.menu .menuItem{
	display: block;
	font-size: small;
	border-bottom: 1px solid #003366;
}
.menu .siteInfo{
	display: block;
	margin: 200px 5px 5px;
	padding: 5px;
	background-image: url(menuItemList.gif);
	background-repeat: no-repeat;
	border: 1px solid #003366;
	vertical-align: bottom;
}
.menu .siteInfo a{
	display: inline;
}
.menu .siteInfo .name{
	display: block;
}
.menu .siteInfo .info{
	font-size: x-small;
	display: block;
}

/*
##########################################################
‰Eƒ{ƒbƒNƒXŠÖ˜A
##########################################################
*/
.rightTable {
	position: absolute;
	background-image: url(rightBoxBack.gif);
	background-repeat: repeat-y;
	display: block;
	top: 135px;
	left: 615px;
	color: #003366;
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	height: 100%;
	width: 110px;
	border-left-style: dotted;
	border-left-color: #003366;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 4px;
	padding: 4px;
}
.rightTable a:link{
	color: #003366;
	text-decoration: none;
}
.rightTable a:visited{
	color: #336666;
	text-decoration: none;
}
.rightTable a:hover{
	color: #FF0000;
	text-decoration: none;
}
.rightTable .rightBox{
	display: block;
	background-image: url(menuItemList.gif);
	margin: 0px;
	padding: 4px;
	width: 100%;
	border: 1px solid #003366;
}
.rightTable .rightBox .boxTitile{
	font-size: small;
	padding: 0px;
	display: block;
	text-align: center;
	background-color: #F0F8FF;
}
.rightTable .rightBox .boxText{
	font-size: x-small;
	padding: 0px;
	display: block;
}
