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


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

/*header style
----------------------*/
#header {
	background-color: #99CC99;
	height: 50px;
}

.syunki {
	float: left;
}

.nohkai {
	float: right;
	margin-top: 29px;
}

#header2 {
	margin-bottom: 30px;
}


#header2 ul {
	list-style: none;
}

#header2 li {
	display: inline;
	float: right;
}

/*info style
----------------------*/
#info {
	width: 723px;
}


/*info-left style
----------------------*/
#info-left {
	width: 142px;
	float: left;
}

h2 {
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	background-color: #090;
	padding: 2px;
	margin-bottom: 8px;
}

.photo {
	float: left;
}


/*info-center style
----------------------*/
#info-center {
	width: 250px;
	float: left;
	margin-left: 10px;
}


/*info-right style
----------------------*/

#info-right {
	float: right;
	width: 300px;
}

h3 {
	font-size: small;
	font-weight: bold;
	color: #FFF;
	background-color: #090;
	padding: 2px;
}



.juku {
	background-color: #9C9;
	padding: 2px;
	font-size: small;
	color: #060;
	font-weight: normal;
	height: 18px;
}

.logo {
	float: right;
	clear: both;
	margin-right: 2px;
	margin-top: -18px;
}

.gakunen1 {
	text-align: center;
	width: 100%;
	padding-bottom: 4px;
}
.pro {
	font-size: x-small;
	float: right;
	background-color: #FFF;
	width: 100%;
	text-align: right;
}
.pro img {
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
}

form {
	margin-top: 5px;
	text-align: right;
}
#come {
	float: left;
	width: 394px;
	margin-top: 10px;
	border: 1px solid #090;
	padding: 8px;
	background-color: #98CB98;
}

#pr {
	float: left;
	width: 394px;
	margin-top: 10px;
	border: 1px solid #090;
	padding: 8px;
	background-color: #CCFFCC;
}
.tea {
	color: #FFF;
	text-align: center;
	background-color: #090;
	font-weight: bold;
}





/*nittei style
----------------------*/

#nittei {
	width: 723px;
	margin: auto;
	clear: both;
}

.gakunen {
	margin-bottom: 5px;
}


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


th {
	padding: 3px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	background-color: #CF9;
}

td {
	text-align:center;
	padding: 3px;
	border-top: solid 1px #000;
    border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

.point {
	color: #F00;
}
.point2 {
	color: #090;
	font-size: small;
}


/*other layout
----------------------*/
#wrapper {
	height: auto;
	border: 2px solid #000;
	margin: auto;
	padding: 8px;
	width: 723px;
}


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

.pagetop {
	text-align: right;
	margin: auto;
	width: 740px;
	padding-top: 3px;
}


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



/*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 {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

#header2 a {
	color: #FFF;
}
