@charset "UTF-8";
/*nodagakuen CSS */
@import "../css/basic.css";
@import "../css/navi.css";
@import "../css/box.css";
@import "../css/other.css";

p{
	margin: 0;
	padding: 0 0 2em 0;
}

#tableTeach_2011{
}

/*無属性*/
#tableTeach_2011{
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #17499e;
	margin-bottom: 1em;
}

#tableTeach_2011 th{
	text-align: center;
	background-color: #bbd0e6;
	border-bottom: 1px dotted #6f8dad;
	padding: 0.5em 1em;
}

#tableTeach_2011 td{
	vertical-align: top;
	border-left: 1px solid #6f8dad;
	border-bottom: 1px dotted #6f8dad;
	padding: 0.5em 1em;
}


/*　サイズ補正用　*/
.width05{
	width: 5%;
}

.width10{
	width: 10%;
}

.width15{
	width: 15%;
}

.width20{
	width: 20%;
}

.width30{
	width: 30%;
}

.width40{
	width: 40%;
}

.width50{
	width: 50%;
}

.width60{
	width: 60%;
}

.width70{
	width: 70%;
}

.width80{
	width: 80%;
}

.width90{
	width: 90%;
}


