/* home
---------------*/
body.home {
//	background-image: url('img/bg201101.jpg');
	background-repeat: no-repeat;
	background-position:left top;
	background-attachment:fixed;
//	background-color:#ffffff;
		}


/* Header Banner - <body class="home">
---------------*/
body.home div#eyecatch {
	width: 400px; /* 180px */
	height: 300px; /* 180px */
	display: block;
	position:absolute;
	top:200px;
	left:200px;
	background-image: url(img/eyecatch-home.jpg);
	background-repeat: no-repeat;
	overflow: auto;
		}

p.siteName a {
	text-indent: -9999px;
		}

li {
	color:#33cccc;
	margin-bottom:8px;
	}

li.finished-event,
li.finished-event a,
li.finished-event .en,
li.finished-event .en a {
	color:#cccccc;
		}

div.article {
	min-width:300px;
	max-width:600px;
//	background-color:#ffffff;
	position:absolute;
	top:50px;
//	left:100px;
	margin:0px 5px;
		}



/*=========================
   upcoming etc...
=========================*/

ul#info {
	margin-top:0px;
	margin-bottom:0px;
	color:#999999;
		}
		
ul#info a {
	color:#666666;
		}
		
ul#info a:hover {
	color:#999999;
		}

ul#info span.en {
	color:#99cccc;
	}
ul#info span.en a {
	color:#669999;
	}
ul#info span.en a:hover {
	color:#999999;
	}


/*=========================
   Linklist
=========================*/
#satellites {
	position:absolute;
	top:0px;
	left:0px;
	clear:both;
	font-size:8pt;
}

address {
	font-size:8pt;
	margin:0px;
	padding:0px;
	text-align:right;
	}
