@charset "Shift_JIS";

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

/*枠組みの*/
#main {
	width: 550px;
	padding-bottom: 10px;
	height: 400px;
	padding-left: 120px;
	font-size: medium;
}

/*文字の設定*/
h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C0BD7F;
	font-size: medium;
	font-weight: bold;
	color: #333333;
	margin-bottom: 1px;
	line-height: 150%;
	margin-top: 30px;
	width: 400px;
}

