@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 {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 540px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

/*表の設定*/
#main table {
	border: 1px solid #4A6CBF;
	border-collapse:collapse;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	font-size: small;
}
#main th {
	width: 40px;
	background-color: #AFBEE2;
	border: 1px solid #4A6CBF;
	font-size: x-small;
}
#main td {
	width:230px;
	border: 1px solid #4A6CBF;
}
#sub {
	margin-right: 65px;
	margin-left: 65px;
	padding-bottom: 30px;
	text-align: center;
	width: 540px;
}
#sub table {
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	width: 500px;
	text-align: center;
}
#sub table  td{
	padding-bottom: 15px;
}

/*文字の設定*/
h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4A6CBF;
	font-size: medium;
	font-weight: bold;
	color: #4A6CBF;
	margin-bottom: 10px;
	line-height: 150%;
	margin-top: 0px;
}
.concept {
	background-color:  #AFBEE2;
	text-align: center;
	font-size: x-small;
}
#pagetop {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 10px;
}

