@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("nav_g.css");
@import url("base.css");
#right #worknav {
	float: left;
	width: 532px;
	border-style: none;
	margin-top: 40px;
	margin-bottom: 20px;
}

#right #worknav li{
	float: left;
	width: 25%;
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 2em;
}

#right h2 {
	padding-top: 20px;
}


#right ul {
	margin-bottom: 20px;
	border-bottom: 1px solid #39F;
	padding-bottom: 10px;
}

#right ul li {
	text-align: center;
	width: 177px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}



#right .set {
	width: 532px;
}

#right dl {
	float: left;
	width: 246px;
	margin-right: 40px;
	margin-bottom: 30px;
}

#right dl:nth-child(even) {
	margin-right: 0px;
}

#right .set dl dt+dd {
	font-weight: normal;
	color: #0071BC;
	font-size: 14px;
	text-align: center;
}


#right .set dl dt+dd+dd {
	margin-top: 5px;
}

#right table tr td {
	border: 1px solid #999;
	text-align: center;
}
#right table tr th {
	color: #333;
	background: #CCC;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	border: 1px solid #999;
}
#right table .sub {
	border-top: 0px solid #333;
	border-right: 0px solid #333;
	border-bottom: 2px solid #333;
	border-left: 0px solid #333;
	background: #EBEBEB;
}
#right table {
	margin-bottom: 20px;
}

#worknav li a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

#worknav li a:hover {
	background: #D2F0FF;
}
