@charset "UTF-8";
/*formatting style
----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}


body {
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	font-style: normal;
	line-height: 1.6;
	
	}


#wrapper {
	width: 651px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #06C;
	border-left: 1px solid #06C;
	background-color: #FFF;
	padding: 10px;
}
.keisai {
	font-size: 85%;
	text-align: center;
}
#info {
	border: 1px solid #0CC;
	padding: 10px;
	text-align: center;
}
.small {
	font-size: 12px;
}
.seki {
	margin-top: 10px;
}
.school {
	font-weight: bold;
	color: #06C;
	float: left;
}




/*main style
----------------------*/

.point1 {
	color: #06C;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

.point2 {
	color: #0CC;
	font-weight: bold;
}

.point3 {
	color: #F00;
}

.point4 {
	color: #F00;
	font-weight: bold;
}

.kakudai {
	color: #099;
	text-align: center;
}
.img1 {
	float: left;
}
.img2 {
	float: right;
}


hr {
	border-top: 10px solid #999;
	color: #FFF;
}


/*link style
----------------------*/
a img {
	border-style: none;
}

a:link {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #0066CC;
	text-decoration: underline;
}

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

a:active {
	text-decoration: none;
	position: relative;
	
}


#footer {
	text-align: center;
}


/*table style
----------------------*/

table {
	border-collapse:collapse;
	clear: both;
	margin: auto auto 5px;
	border: 1px solid #000;
}


th {
	padding: 2px;
	background-color: #eee;
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
}

td {
	padding: 7px;
	text-align: center;
	background-color: #FFF;
}


/*other style
----------------------*/

address {
	color: #000;
	text-align: center;
	font-size: small;
	background-color: #eee;
}


#space-l {
	margin: auto;
	clear: left;
}

#space-r {
	margin: auto;
	clear: right;
}

hr {
	border: 1px dashed #06C;
}

hr .2 {
	border: 1px solid #C69;
}

#botan {
	width: 100%;
	text-align: center;
}

