@import "h_base.css";
@import "2nd.css";
@import "navigation.css";



/*navigation*/
.pbBlockMenu{
	margin: 0px;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
}
.pbBlockMenu a{
	display: block;
	background:#FFFFFF url(../img_pc_h/navigation_arrow.png) no-repeat scroll 10px center;
	width: 137px;
	padding: 10px 0 10px 23px;
}
.pbBlockMenu a:hover{
	background-color: #FFFFDF;
}


/*contents*/

table.corse{
	background:#FFFFFF url(../img_pc_h/2nd_h_line.png) no-repeat left bottom;
	border-left: 6px solid #789606;
	width: 100%;
}
.corse th{
	padding: 0 5px;
	width: 290px;
	text-align: left;
}
.corse td{
	padding: 0 5px;
	text-align: right;
}
div.corse{
	margin: 10px 0;
	text-align: center;
}
p.corse{
	margin-top: 10px;
	margin-bottom: 10px;
	
}

h1{
	font-size: medium;
}

h2{
	background-color: #789606;
	padding: 3px 0;
	font-size: small;
	text-align: center;
	width: 210px;
	color: #FFFFFF;
}
h2 a{
	color: #FFFFFF;
	text-decoration:underline;
}
h2 a:visited{
	color: #F8F8F7;
	text-decoration:underline;

}
h2 a:hover{
	color: #FFFFFF;
	text-decoration:none;
}


.corse_txt{
	border-top: 1px solid #789606;
	border-bottom: 1px solid #789606;
	padding: 5px 0;
	text-align: center;
}

.red{
	margin-bottom: 10px;
	text-align: center;
	color: #CC0000;
}
p strong{
	color:#789606;
}
.small{
	padding-top: 5px;
	font-size: 72%;
}
