body {
	color:#000;
	font-size: 62.5%;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#fff;
}
h1,h2,h3,h4,h5,p {
	margin: 0px;
	padding: 0px;
}


a {
	color:#b80000;
	text-decoration:underline;
}

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

/*
a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
*/ 


.cll {
	clear:both;
	height: 0;
	overflow: hidden;
}

hr {
	visibility: hidden;
}
.font10{
	font-size:1.0em;
	line-height: 1.4em;
}

.font12{
	font-size:1.2em;
	line-height: 1.6em;
}

.font14{
	font-size:1.4em;
	line-height: 1.6em;
}

.font16{
	font-size:1.6em;
	line-height: 1.8em;
}

.red {
	color: #FF0000;
}

img{
	border:0;
	margin:0;
	padding:0;
}

.txtL{
	text-align:left;
}

.txtR{
	text-align:right;
}

.txtC{
	text-align:center;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

input,textarea {
  ime-mode: active;   /* 全角モード */
}
.hankaku {
  ime-mode: inactive; /* 半角モード */
}

.alpha50 {
    filter: Alpha(opacity=50); /* IE系 */
    opacity:0.5; /* Mozzila系 */
}

.underline{
	background:url(../../img/dotline.gif) repeat-x bottom left;
	padding-bottom:8px;
	margin-bottom:8px;
}

.underline15{
	background:url(../../img/dotline.gif) repeat-x bottom left;
	padding-bottom:15px;
	margin-bottom:15px;
}

.underline20{
	background:url(../../img/dotline.gif) repeat-x bottom left;
	padding-bottom:20px;
	margin-bottom:20px;
}




h2{
	font-size:14px;
	width:698px;
	text-align:left;
	margin-bottom:5px;
}

.contTable,
.schoolTable{
	width:698px;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin:0px 0 10px 0;
	padding:0;
	vertical-align:top;
	font-size:12px;
}
.schoolTable th,.schoolTable td,
.contTable th,.contTable td{
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:10px;
	text-align:left;
}
.contTable th{
	background:#efe9df;
	width:15%;
}
.schoolTable th{
	background:#daf5cf;
	width:15%;
}
.contTable td,
.schoolTable td{
	background:#fff;
}