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


body {
	background-color: #eee;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 80%;
	font-style: normal;
	line-height: 1.6;
}

table {
	border-collapse:collapse;
	margin: auto;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.t01 th {
	border-top: solid 1px #000;
    border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

.t01 td {
	padding: 3px;
	text-align: center;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	font-size: 14px;
	font-weight: normal;
}




/*basic layout
----------------------*/
#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#main {
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF3333;
	border-left-color: #FF3333;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	height: 1380px;
}


#sidebar {
	width: 600px;
	float: left;
}
.school {
	text-align: center;
}

.schoolname {
	margin-top: 15px;
}

.evephoto {
	float: left;
}

.evehukei {
	float: right;
}
.takaphoto {
	margin-top: 10px;
	border: 1px solid #000;
}
#text {
	width: 590px;
	margin-left: auto;
	text-align: left;
	margin-right: auto;
}


address {
	background-color: #0099cc;
	color: #FFF;
	text-align: center;
	font-size: small;
	clear: both;
}


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

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

a visited {
	color: #cc0;
	text-decoration: none;
}

a hover {
	color: #0099cc;
	text-decoration: underline;
}

a:active {
	test-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}


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

.maincopy {
	font-size: 14px;
	font-weight: bold;
	color: #FF3333;
}


/*images
----------------------*/
.pe-photo {
	float: right;
	margin-top: -115px;
}
#Image3 {
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}


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

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

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

#clear-r {
	margin: auto;
	clear: right;
}
.pagetop {
	float: right;
}
