@charset "utf-8";

/* ------------------------------------------------------
base setting
------------------------------------------------------ */

body {
	/*text-align: center;*/
	background-position: center;
	background-color: #FFFFFF;
	background-image: url(../img/bg_bar.jpg);
	background-repeat: repeat-y;
	font-family: "ＭＳ Ｐゴシック", "osaka";
	font-size: 12px;
	line-height: 1.3em;
	color: #715C39;
}

.container {
	margin: 0px auto;
	background-position:center;
	width:800px;
	/*height:100%; これを入れると、footerが下がらないよ！*/
}

.sub_title{
	height: 30px;
	width: 150px;
	padding-left: 10px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	border-left: solid 5px #EE441B;
	border-bottom: dotted 1px;
	margin-bottom: 20px;
}


/* ------------------------------------------------------
header
------------------------------------------------------ */

.header {
	margin: 0px auto;
	width : 800px;
	height: 154px;
	background-image: url(../img/bg_header.jpg);
	background-repeat: repeat-x;
	/*background-position:center;*/
}
.dashboard {
	width: 800px;
	height: 20px;
	font-size: 11px;
}
.menu {
	width: 800px;
	height: 15px;
	text-align: right;
	padding-top: 2px;
	margin-right: 5px;
}
ul.menu li {
	padding-right: 12px;
	margin: 0px;
	border: 0px;
	display: inline;
	vertical-align: top;
}
.menu a:link {
	text-decoration: none;
	color: #846846;
}
.menu li a:hover {
	text-decoration: none;
	color: #E97516;
}
.menu li a:visited {
	text-decoration: none;
	color: #92795F;
}
.school_logo {
	width: 800px;
	height: 85px;

}
.logo {
	width: 325px;
	height: 80px;
	margin-top: 5px;
	padding-left: 15px;
	float: left;
}
.schoolname {
	width: 165px;
	height: 80px;
	float: left;
	margin-top: 8px;
	padding-left: 15px;
	text-align: left;
}
.telephone_number {
	width: 209px;
	height: 80px;
	float: right;
	margin-top: 6px;
	padding-right: 12px;
}
.clear {
	clear: both;
}
.g_Nav{
	width: 800px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-top: 13px;
}
ul.g_Nav_btn li {
	display: inline;
	padding: 0px;
	margin: 0px;
	border: 0px none;
}
ul.menu li {
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: inline;
	vertical-align: top;
	text-decoration: none;
}

/* ------------------------------------------------------
side menu
------------------------------------------------------ */

.side_menu {
	float: left;
	width: 175px;
	_width: 160px;
	padding-top: 20px;
	margin-left: 20px;
	/*_margin-left: 10px;*/
	_margin-left: 15px;
}

.side_image {
	margin-bottom: 10px;
}

/* ------------------------------------------------------
right contents
------------------------------------------------------ */

.right_contents {
	float: right;
	width: 550px;
	padding-top: 20px;
	margin: 0px 32px 20px 12px;
	_margin-right: 16px;
}
.back {
	text-align: right;
	margin-bottom: 10px;
}
.back a:link{
	color:#CC6600;
	text-decoration: none;
}
.back a:hover{
	color:#FF6600;
	text-decoration: none;
}
.back a:visited{
	color:#CC6600;
	text-decoration: none;
}


/* ------------------------------------------------------
footer
------------------------------------------------------ */
.footer {
	height: 55px;
	width: auto;
	/*background-color:#9E1307;*/
	font-size: 90%;
	line-height: 1.3em;
	color: #FFFFCC;
	clear: both;
}
.footer_img{
	height: 35px;
	background-position: center;	
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
}
.footer_area{
	margin: 0px auto;
	width : 850px;
	background-color: #9E1307;
	height: 40px;
}
.footer_menu{
	width: 300px;
	padding-left: 20px;
	float: left;
}
.footer_menu a:link {
	text-decoration: none;
	color: #FFFFCC;
}
.footer_menu a:hover {
	text-decoration: none;
	color: #FFFF80;
}
.footer_menu a:visited {
	text-decoration: none;
	color: #FFD6AC;
}
.cp {
	width: 280px;
	float: right;
}



