@charset "Shift_JIS";
/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* {
	margin: 0;
	padding: 0;
/*	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif; */
}

body {
	color: #333333;
	background-color: #FFFFFF;
}

td,th {
	font-size: small;
}

a:link, a:visited,  a:active {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	color: #0033CC;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 100%;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}

p 	{ font-size: small; }
h1 	{ font-size: x-large; }
h2 	{ font-size: large; }
h3 	{ font-size: medium; }
h4 	{ font-size: small; }
h5 	{ font-size: x-small; }
h6 	{ font-size: xx-small; }

img {
	border: none;
}

.clr {
	height: 1px;
	width: 1px;
	margin: 0 -1px -1px 0;
	padding: 0;
	border: none;
	font-size: 0px;
	line-height: 0%;
	clear: both;
	overflow: hidden;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************ topBar styles **************/
/*　トップのメニュー　*/

#toplogo {
	position: absolute;
	top:  0px;
	left: 0px;
	width: 200px;
	height: 58px;
	background-image: url(../img/eden_logo.gif);
	background-repeat: repeat-x;
	background-position: left;
	overflow: hidden;
	z-index: 1;
}
#topMenu {
	position: absolute;
	top:  0px;
	left: 0px;
	width: 100%;
	height: 58px;
	background-color: #003399;
	background-image: url(../img/topbar.gif);
	background-repeat: repeat-x;
	background-position: left;
	overflow: visible;

}
#topMenu a {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

#topBar {
	position: absolute;
	top:  0px;
	left: 180px;
	width: 25px;
	height: 58px;
	background-image: url(../img/eden_logo2.gif);
	background-repeat: repeat-x;
	background-position: left;
	overflow: hidden;
	z-index: 1;
}
/************ mainContents styles **************/
/*　コンテンツエリア　*/

#mainContents {
	background-repeat: repeat-x;
	background-position: 0 50px;
	background-image: url(../img/back_center.jpg);
	width: auto;
	min-height: 260px;
	z-index: 1;
}
#main_Back {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 195px;
	height: 100%;
	overflow: auto;
	background-repeat: repeat-y;
	background-position: top bottom;
	background-image: url(../img/menu_top.gif);
	z-index: 1;
}
/************ back styles **************/
/*　両サイドのグラデーション　*/

#backleft {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 44px;
	height: 600px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../img/back_left.jpg);
	z-index: 1;
}	
#backright {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 36px;
	height: 600px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../img/back_right.jpg);
	z-index: 1;
}	
#clock {
	background-color: #000000;
	border:0px solid #000000;
	color:#FFFFFF;
	font-family:Mv Boli;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
}
#Calendar{
	color:#FFFFFF;
	font-size: xx-small;
	line-height: 80%;
}


