body {
	background-color:#000000;
	font-family:sans-serif;
	font-size:10pt;
	text-align:center;
}

#clrect {
	position:relative;
	top:0px;
	width:700px;
	height:583px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(./material/top-back.jpg);
	background-repeat:no-repeat;
}

#clrect2 {
	position:relative;
	top:0px;
	width:700px;
	/*height:583px;*/
	height:100%;
	margin-left:auto;
	margin-right:auto;
	/*background-image:url(./material/back.jpg);
	background-position:left top;
	background-repeat:no-repeat;*/
}

/*-----------------------------------------------*/
/* メニュー                                      */
/*-----------------------------------------------*/
#menurect0 {
	padding-top:20px;
	height:39px;
	text-align:center;
}

#menurect {
	margin-top:0px;
	margin-left:22px;
	text-align:left;
	width:678px;
	height:19px;
}

.menuitem {
	float:left;
	top:0px;
	width:74px;
	height:19px;
	margin-right:1px;
	text-align:center;
	line-height:19px;
	font-size:8pt;
	font-weight:bold;
	background-color:#8c97cb;
}

a.menu {
	color:#000000;
	text-decoration:none;
	height:19px;
	padding:0px 0px;
	width:74px;
	display:block;
}

a:hover.menu {background-color:#d3d3d3;}

.footer {
	position:absolute;
	bottom:10px;
	left:22px;
	height:15px;
	width:676px;
	background-color:transparent;
	color:#ffffff;
	font-size:8pt;
	text-align:left;
	line-height:11px;
}

a.yukinomail {
	color:#ffffff;
	text-decoration:none;
}

#pagetab {
	position:absolute;
	top:60px;
	left:22px;
	width:74px;
	height:19px;
	text-align:center;
	line-height:19px;
	font-size:8pt;
	font-weight:bold;
	background-color:#8c97cb;
}
#pagetabrect {
	position:absolute;
	top:79px;
	left:22px;
	width:673px;
	bottom:35px;
	color:#000000;
	background-color:#ffffff;
	text-align:left;
	overflow:auto;
}
#pagetabcontents {
	padding:20px 20px;
}

.cr_yearbar {
	width:100%;
	height:20px;
	background-color:#d3d3d3;
	font-size:11pt;
	font-weight:bold;
}

table {
	border-collapse:collapse;
	font-family:sans-serif;
	font-size:10pt;
}

/*-----------------------------------------------*/
/* ポップアップウィンドウ用                      */
/*-----------------------------------------------*/
#clrectpw {
	position:relative;
	top:0px;
	width:500px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#pwrect {
	position:absolute;
	top:40px;
	left:5px;
	width:490px;
	bottom:35px;
	color:#000000;
	background-color:#ffffff;
	text-align:left;
	overflow:auto;
}
#pwcontents {
	padding:20px 20px;
}

.ubrect {
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-width:2px;
	border-color:#808080;
	border-top:solid;
	border-bottom:solid;
	padding-top:5px;
	padding-bottom:5px;
}

.bnrect {
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:none;
	padding-top:5px;
	padding-bottom:5px;
}
