@charset "utf-8";

body {
    background-color:#ffffff;
    font-family:"メイリオ",Meiryo,Osaka,"MS Pゴシック",sans-serif;
    font-size:12px;
	color:#333333;
    line-height:150%;
    margin:0px;
    padding:0px;
    text-align:center;
}
a:link {
    text-decoration:underline;
    color:#0033cc;
}
a:visited {
    text-decoration:underline;
    color:#ff6666;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
#contents {
    width:800px;
    margin:auto;
    padding:10px;
    position:relative;
    text-align:center;
}
#main {
    position:relative;
    text-align:left;
    width:700px;
    clear:both;
    margin:auto;
}
#navibtn {
    float:left;
    margin:auto;
}
#gakuen_navi {
    width:700px;
    text-align:left;
    padding:5px 0px;
    margin:0px;
    clear:both;
    font-size:12px;
}
#ankerbtn {
    width:700px;
    clear:both;
    font-size:90%;
}
#tmenu {
    position:absolute;
    z-index:1;
    top:10px;
    left:605px;
    width:150px;
}
#tmenu ul {
    margin:0px;
    padding:0px;
    list-style-type:none;
    font-size:12px;
    visibility:hidden;
}
#tmenu li {
    background-color:#f19f9f;
    border-left:solid 1px #cccccc;
    border-bottom:solid 1px #999999;
    border-right:solid 1px #999999;
    line-height:100%;
    margin:0px;
}
#tmenu li a {
    display:block;
    padding:2px;
    color:#333333;
}
#tmenu li a:hover {
    background-color:#ee4f4f;
    color:#ffffff;
}
#tmenu h5 {
    margin:0px;
}
#tmenu h5 a {
    display:block;
}
address {
    font-family:"Times New Roman", Times, serif;
    font-size:95%;
    font-style:normal;
    text-align:center;
    border-top:5px;
    margin-top:15px;
    clear:both;
}
#pankuzu {
    text-align:left;
}
div#container {
	padding: 0px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

div#mainArea {
	margin: 0px;
	padding: 0px;
	width: 880px;
	position: relative;
}

div#sideArea {
	float: left;
	width: 167px;
}

div#footer {
	clear: both;
	height: 170px;
	width: 880px;
	margin-top: 20px;
	padding-top: 5px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}
.boxSet:after { content: "."; clear: both; height: 0; visibility: hidden; display: block; }

.boxSet { clear: both; float: none; display: inline-block; width: 100%; }

/* Hides from IE-mac \*/
* html .boxSet { zoom:1; height: 1%; }
.boxSet: { display: block; }
/* End hide from IE-mac */
