@charset "Shift_JIS";
/*navの色を変える*/
#nav a#link4 {
	background-image: url(../images/about.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 69px;
	text-indent: -9999px;
	position: absolute;
	bottom: 7px;
	right: 180px;
}
/*枠組の設定*/
#main {
	height: auto;
	width: 540px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
h3 {
	background-image: url(../images/rinen.gif);
	background-repeat: no-repeat;
	height: 240px;
	width: 540px;
	line-height: 150%;
}

/*テーブルの設定*/
table {
	border: 1px solid #666666;
	border-collapse:collapse;
	width: 540px;
}
td,th {
	border: 1px solid #666666;
	cellspacing: 0;
	padding: 3px;
}


/*文字の設定*/
h2 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C0BD7F;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	line-height: 150%;
	width: 540px;
	}
.margin_top30 {
	margin-top: 30px;
	}
.bigfont {
	font-size: large;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#midasi {
	position: absolute;
	height: 20px;
	width: 150px;
	top: 5px;
	right: 10px;
}

