/* CSS Document */

@import url(style.css);

@import url(base.css);

body {
	background-image: url(../imgs/bg-b1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#information {
	display: block;
	width: 700px;
	height: 252px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#information img {
	display: block;
	width: 700px;
	height: 252px;
}

#item{
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}
#item dl {
	display: block;
	float: left;
	width: 218px;
	margin-right: 17px;
	border: 2px solid #ecef90;
	font-weight: bold;
}
#item dl dt {
	display: block;
	width: 100%;
	font-size: 125%;
	letter-spacing: 0.08em;
	padding-top: 4px;
	padding-bottom: 5px;
	font-style: normal;
	font-weight: normal;
}
#item dl dd {
	display: block;
	margin-bottom: 5px;
	font-size: 108%;
	font-weight: normal;
}



#news {
	display: block;
	width: auto;
	margin-bottom: 20px;
	height: auto;
	border: thin solid #ecef90;
	padding-bottom: 20px;
}

#sub h3 {
	display: block;
	height: 20px;
	width: 100%;
	padding-top: 15px;
	font-size: 1.2em;
	padding-bottom: 15px;
	background-color: #ecef90;
	letter-spacing: 1em;
}
#sub p {
	display: block;
	width: auto;
	margin-top: 10px;
}
#sub p span {
	font-size: 1.1em;
}


#fin {
	display: block;
	width: 100%;
	clear: both;
}
#fin p {
	display: block;
	height: 20px;
	width: 100%;
	clear: both;
	padding-top: 15px;
}

#gnav li#home {
	background-image: url(../imgs/b-home-h.jpg);
	background-repeat: no-repeat;
	width: 60px;
}

#sub li#fukuram-com {
	display: block;
	height: 80px;
	background-image: url(../imgs/s-fukuram-com.jpg);
	margin-top: 0px;

}

#sub li#tools {
	display: block;
	background-image: url(../imgs/s0-tools.jpg);
}
#sub li#tools:hover {
	display: block;
	background-image: url(../imgs/s0-tools-h.jpg);
	background-repeat: no-repeat;
}

#sub li#fukuram {
	display: block;
	background-image: url(../imgs/s0-fukuram.jpg);
}
#sub li#fukuram:hover {
	display: block;
	background-image: url(../imgs/s0-fukuram-h.jpg);
	background-repeat: no-repeat;
}


