@charset "utf-8";
body {
margin-top: 0px;
margin-left: 0px;
padding: 0;
background: #FFFFFF;
font-family: 'メイリオ', 'meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'meiryoKe_PGothic', 'Times New Roman', 'ＭＳ Ｐゴシック','Osaka';
font-size: 80%;
font-style: normal;
line-height: 140%;
color: #666666;
font-weight: normal;
text-align: left;
}
	
A:link {
color: #CC6699;
text-decoration: none;
}

A:hover {
color: #CC99CC;
text-decoration: none;
}

A:visited {
color: #999999;
text-decoration: none;
}

.image {
	float: left;
}

.text {
	overflow: hidden;
}

a img {
border: 0;
}


h1 {
font-family: "Times New Roman",'メイリオ', 'meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'meiryoKe_PGothic', 'ＭＳ Ｐゴシック','Osaka';
font-size: 16px;
font-weight: bold;
font-weight: normal;
overflow: hidden;
text-shadow: 2px 2px 3px #9E9E9E;
}

span {
font-family: "Times New Roman",'メイリオ', 'meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'meiryoKe_PGothic', 'ＭＳ Ｐゴシック','Osaka';
font-size: 120%;
line-height: 140%;
font-style: normal;
font-weight: normal;
overflow: hidden;
}

ul {list-style-type: none}
.itemlist li {width:210px; border:none #cccccc solid; text-align: left;font-family: "Times New Roman",'メイリオ', 'meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'meiryoKe_PGothic', 'ＭＳ Ｐゴシック','Osaka';}
.hd {display: none; position:absolute; top:10px; left:80px;}
.hd a {display: block; width: 100%; height:100%; background-color: #ffffff}
.hd a:hover {background-color: #cccccc}
.off {margin:0; background-color: #ffffff}
.on {position:relative; background-color: #666666}
.on .hd {display: block}

*{
margin: 0;
padding: 0;
}

/* Structure
------------------------------------- */

#header {
	z-index: 0;
	margin: 0;
	padding: 0;
	width: 880px;
	height: 100px;
	background-repeat: no-repeat;
	border: none;
	text-align: left;
}

#date {
	z-index: 1;
	position: absolute;
	top: 45px;
	left: 400px;
	margin: 0;
	padding: 0;
	width: 420px;
	height: 40px;
	float: left;
	overflow: hidden;
}
	
#container{
	position:absolute;
	z-index: 0;
	top: 100px;
	left: 0px;
	width: 880px;
	height: 700px;
	margin-left: 0;
	overflow: hidden;
}

#sidebar {
	z-index: 0;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 650px;
	text-align: left;
	background-repeat: no-repeat;
	border: none;
}

#hislist {
	z-index: 10;
	position:absolute;
	top:290px;
	left:10px;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 350px;
	text-align: left;
	border: none;
	overflow: hidden;
}

#content {
	z-index: 2;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 650px;
	background-repeat: no-repeat;
	font: Times New Roman;
	border: none;
}

#itemlist {
	z-index: 4;
	position: absolute;
	top: 60px;
	left: 180px;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 580px;
	float: left;
	overflow: hidden;
	text-align: left;
}

#maincontent {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 420px;
	height: 650px;
	border: none;
}

#footer {
	margin: 0;
	padding-top: 10px;
	width: auto;
	height: 40px;
	clear: both;
	text-align: center;
	font: Times New Roman;
	border: none;
}

