/* CSS Document */
@charset "utf-8";
@import url("base.css");

#header {
	height: 165px;
	width: 780px;
}

#main {
	height: auto;
}

#main #contents {
	padding: 12px;
	height: auto;
	float: right;
	width: 600px;
}

#contents h3 {
	font-size: 1.4em;
	line-height: 2em;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 3px center;
	letter-spacing: 0.7em;
	text-indent: 40px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	background-image: url(images/reten04-002.gif);
}

#contents h4 {
	font-size: 1.2em;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	margin-left: 40px;
	width: 512px;
	background-image: url(images/reten01-005.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 24px;
}

#contents #hello {
	width: 486px;
	margin-left: 40px;
	margin-bottom: 12px;
}

#hello .date {
	text-align: right;
	margin-top: 3px;
}

#contents #whatsnew {
	width: 486px;
	margin-left: 60px;
}

#whatsnew li {
	list-style-position: inside;
	list-style-type: lower-roman;
	text-indent: 14px;
	color: #000066;
}

#whatsnew .date {
	text-align: right;
	margin-top: 3px;
}

#main #menu {
	float: left;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat;
	padding: 12px;
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #FFFFFF;
	width: 130px;
}

#menu {
	position: relative;
	height: 716px;
}

#menu #countimg {
	position: absolute;
	top: 320px;
	left: 54px;
}

#menu b {
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 130px;
	text-align: center;
	background-image: url(images/menu-b.png);
	background-repeat: no-repeat;
	display: block;
	background-position: bottom;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #FF0000;
	height: 27px;
}

#menu i {
	display: block;
	height: 13px;
	width: 130px;
	background-image: url(images/menu-i.png);
	background-repeat: no-repeat;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#menu ul {
}

#menu ul li {
	list-style-type: none;
	text-align: center;
}

#menu ul li a {
	width: 124px;
	line-height: 2.8em;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	display: block;
	font-weight: 600;
	letter-spacing: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #999999;
}

#menu ul li a:hover {
	color: #0000CC;
	background-color: #FFCC66;
	border-left-color: #FF6600;
	border-right-color: #FF6600;
}
