@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
	line-height:140%;
	letter-spacing: 1px;
}

html{
	overflow-y:scroll;
	height: 100%;
}
	
body {
	background-color: #ffffff;
	height:100%;
	width:75%;
	margin:0px auto;
	position:relative;
	min-width:742px;
	min-height:550px;
}

#container {
	width: 740px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#centering {
	position:absolute;
	top:240px;
	margin-top:-210px;
	width:740px;
	height:540px;
	overflow:auto;
}
#left {
	float: left;
}
#right {
	float: right;
}

#topics {
	height: auto;
	width: 239px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	clear: both;
	padding: 5px;
	float: right;
}

#footer{
	width:740px;
	text-align:center;
	position:absolute;
	bottom:0px;
	font-size: 12px;
	color: #999999;
	height: 20px;
}

#menu {
	float: right;
	margin-bottom: 30px;
	width: 250px;
}

a:link,a:visited {
	color:#996600;
	text-decoration: none;
}

a:hover {
color:#ff0000;
text-decoration:none;
}

#menu dt a:link,#menu dt a:visited {
	font-size:14px;
	color:#996600;
	text-decoration:none;
}

#menu dt a:hover {
	font-size:14px;
	color:#FF0000;
	text-decoration:none;
}

#menu dt {
	height: 20px;
	width: 250px;
	border-bottom: 1px solid #999999;
	margin-bottom: 1px;
}

#menu dd {
	margin-bottom: 12px;
	color: #666666;
	font-size: 10px;
}

#topics dt {
	font-size: 10px;
	color: #666666;
	padding-left: 5px;
}
#topics dl {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-bottom: 5px;
}

#topics dd {
	font-size: 12px;
	color: #666666;
	padding-left: 5px;
}

h1 {
	text-indent: -9999px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 100px;
	margin-left: 40px;
	margin-bottom: 50px;
	margin-top: 50px;
}

h2 {
	background-image: url(../img/graphic.gif);
	background-repeat: no-repeat;
	height: 79px;
	width: 307px;
	margin-bottom: 50px;
	text-indent: -9999px;
}

h3 {
	font-size: 12px;
	color: #ff0000;
}
#footer p {
	font-size: 11px;
}
.date {
	font-size: 11px;
	color: #FF0000;
}
