@charset "Shift_JIS";

/*navの文字の色替*/
#nav a#link1 {
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 36px;
	text-indent: -9999px;
	position: absolute;
	bottom: 7px;
	left: 70px;
}


/* 枠組みの設定 */
#main {
	width: 670px;
	text-align: center;
	height: 410px;
	position: relative;
}
#box_topics {
	overflow: auto;
	height: 190px;
	width: 300px;
	border: 1px solid #4A6CBF;
	padding: 3px;
	position: absolute;
	text-align: left;
	font-size: small;
	right: 10px;
	bottom: 10px;
}

/* 文字の設定 */
.topics {
	font-weight: bold;
	color: #4A6CBF;
	font-size: small;
	position: absolute;
	top: 187px;
	width: 80px;
	left: 353px;
	height: 15px;
	text-align: left;
}
#bun {
	width: 300px;
	position: absolute;
	left: 15px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #607EC7;
	height: 190px;
	text-align: left;
	padding-left: 10px;
	bottom: 10px;
}

