@charset "Shift_JIS";

/*ナビの文字の色替え*/
#nav a#link3 {
	background-image: url(../images/works.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 48px;
	text-indent: -9999px;
	position: absolute;
	left: 296px;
	bottom: 7px;
}

/*枠組の設定*/
#main {
	position: relative;
	height: 600px;
	width: 670px;
}
#hyo {
	height: 500px;
	width: 500px;
	position: absolute;
	top: 20px;
	right: 0px;
	margin-right: 20px;
}
#sub {
	clear: right;
	width: 120px;
	background-color: #A0BB6A;
	height: 100%;
	padding-top: 30px;
}

/*subの文字の設定*/
#sub ul li {
	font-weight: bold;
	color: #333333;
	list-style-type: none;
	line-height: 200%;
}
#sub a {
text-decoration: none;
}
#sub a:link {
	color: #333333;
}
#sub a:hover {
	font-size: x-large;
}

/*表の設定*/
table {
	border: 1px solid #666666;
	border-collapse:collapse;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	margin-top: 20px;
}
td,th {
	border: 1px solid #666666;
	cellspacing: 0;
	padding: 3px;
}

/*文字の設定*/
.bgcoloer {
	background-color: #DFF4FF;
	text-align: center;
}
.bigfont {
	font-size: large;
	font-weight: bold;
	color: #333333;
}

