/*outlin外コンテナ*/
body {
	background-color: #FFFFCC;
	margin: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#finish {
	background-color: #FFFFCC;
	margin: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#outline {
	margin: 0px;
	padding: 0px;
	float: none;
	width: 800px;
	height: auto;
	vertical-align: baseline;
}
/*ヘッタ＆本体＆フッタ*/
#header {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 140px;
	background-image: url(image/haikei1_01.gif);
	text-align: left;
}

#center {
	margin: 0px;
	padding: 0px;
	width: 800px;
	text-align: left;
	height: 540px;
	overflow: hidden;
	background-color: #FFFFFF;
}

#footer {
	margin: 0px;
	padding: 0px;
	width: 800px;
	float: left;
	background-color: #FF9900;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: left;
}
#finish {
	height: 150px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/*ナビ左側リスト＆メイン本文*/
#navi {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	height: 540px;
	background-image: url(image/haikei1_02.gif);
	font-size: 12px;
	overflow: hidden;
}
#navi li {
	list-style-type: none;
}
#navi li #top {
	background-image: url(image/newbutton/top.gif);
}
#navi li #teacher {
	background-image: url(image/newbutton/inst.gif);
}
#navi li #hp {
	background-image: url(image/newbutton/hp.gif);
}
#navi  li #qa {
	background-image: url(image/newbutton/qa.gif);
}
#navi li #mente {
	background-image: url(image/newbutton/mente.gif);
}
#navi li #temp {
	background-image: url(image/newbutton/temp.gif);
}
#navi li #link {
	background-image: url(image/newbutton/link.gif);
}

#navi li #mail {
	background-image: url(image/newbutton/mail.gif);
}

/*ナビリストのリンクを文字ではなく全体に掛ける　テキストを残すことでＳＥＯ対策　
「display none」にする*/
#navi li a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 170px;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 20px;
	background-position: top;
}
#navi li #topnolink {
	background-position: bottom;
	background-image: url(image/newbutton/top.gif);
}
#navi #instnolink {
	background-image: url(image/newbutton/inst.gif);
	background-position: bottom;
}
#navi #hpnolink {
	background-image: url(image/newbutton/hp.gif);
	background-position: bottom;
}
#navi #mentenolink {
	background-image: url(image/newbutton/mente.gif);
	background-position: bottom;
}
#navi #qanolink {
	background-image: url(image/newbutton/qa.gif);
	background-position: bottom;
}
#navi #tempnolink {
	background-image: url(image/newbutton/temp.gif);
	background-position: bottom;
}
#navi #linknolink {
	background-image: url(image/newbutton/link.gif);
	background-position: bottom;
}

#navi #mailnolink {
	background-image: url(image/newbutton/mail.gif);
	background-position: bottom;
}


/*カーソルが上にきたら背景画像の表示位置を変えて画像が切り替わる効果*/
#navi li a:hover,
#navi li a.active {
	background-position: bottom;
}
#navi li span {
	display: none;
}


#navi #map {
	height: 200px;
	width: 200px;
	text-align: center;
	margin-top: 5px;
}
#navi #map a {
	clear: left;
	display: block;
	width: auto;
	height: auto;
}




/*本文*/
#main {
	margin: 0px;
	float: right;
	width: 600px;
	height: 540px;
	background-image: url(image/haikei1_03.gif);
	font-size: 13px;
	overflow: hidden;
}
#main li {
	color: #FF0033;
	margin-bottom: 6px;
	list-style-position: outside;
	list-style-type: none;
}
#main p {
	font-size: medium;
	font-weight: bold;
	color: #3399FF;
	letter-spacing: normal;
	text-indent: 20px;
	padding-top: 10px;
}

#main #qanda {
	float: right;
	height: 500px;
	width: 570px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 14px;
	color: #3399CC;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#main #qanda #qwe {
	font-size: 14px;
	font-style: italic;
	color: #3333FF;
	display: block;
	height: 20px;
	width: 500px;
	padding-top: 5px;
}
#main #qanda #ans {
	font-size: 12px;
	color: #FF3300;
	display: block;
	width: 530px;
	border: thin dotted #CCCCCC;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
}

#main #link {
	float: right;
	height: 500px;
	width: 570px;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 20px;
	font-size: 14px;
	color: #FF0033;
	font-weight: bolder;
}

#main #link table {
	color: #FF3300;
	font-size: 10px;
}


#main #kakaku table {
	width: 290px;
	border:groove 2px #FF6633;
	border-collapse:collapse;
	color: #3366CC;
	font-weight: bolder;
}
#main #kakaku th {
	border: groove 1px #FF6633;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main #kakaku td {
	border:groove 1px #FF6633;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*本文の左側*/
#main #le {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 540px;
	width: 50%;
	margin-left: 0px;
	overflow: hidden;
}
#main #le #teacher {
	margin: 0px;
	float: left;
	height: 240px;
	width: 290px;
	padding-left: 5px;
	padding-top: 10px;
	background-repeat: no-repeat;
	display: block;
}
#main #le #mente {
	margin: 0px;
	float: left;
	height: 230px;
	width: 290px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 10px;
	background-repeat: no-repeat;
}
#main #le table {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #ff0033;
}


/*本文の右側*/
#main #ri {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 540px;
	width: 50%;
	margin-right: 0px;
	overflow: hidden;
}
#main #ri #seisaku {
	margin: 0px;
	float: right;
	height: 240px;
	width: 280px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
}
#main #ri #coment {
	width: 300px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-repeat: no-repeat;
	height: 20px;
}
#main #ri #qa {
	margin: 0px;
	float: left;
	height: 200px;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/*その他*/
#main #ri #canpen{
	color: #3366CC;
	font-weight: bolder;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}
#main #ri #hukidasi {
	height: 170px;
	width: 280px;
	background-repeat: no-repeat;
	border: 0;
	color: #FF0033;
	font-weight: bold;
	background-image: url(image/hukidasi.gif);
	margin-top: 10px;
}
#main #ri #jimusyo {
	height: 170px;
	width: 290px;
	background-repeat: no-repeat;
	border: 0;
	color: #3366CC;
	font-weight: bold;
	background-image: url(image/jimusyo.gif);
	margin-top: 10px;
	background-position: right;
}

/*FORMのテーブル*/
#main form TD{
	border-width : 1px 1px 1px 1px;
	border-top-style : solid;
	border-left-style : solid;
	border-right-style : solid;
	border-bottom-style : solid;
	border-color : #009999 #009999 #009999 #009999;
	font-size : 10pt;
	font-family : "MS UI Gothic";
	color : #0080c0;
}

/*FORM*/
input{
	color : #666666;
}
textarea{
	　color : #0066cc;
	color: #666666;
	background-image: url(none);
	width: 300px;
}
/*フロートのクリア*/
#c-both {
	clear: both;
}

/*layer*/
#Lay1 {
	position:relative;
	width:280px;
	height:230px;
	z-index:1;
	left: 0px;
	top: -5px;
}
#Lay2 {
	position:relative;
	width:280px;
	height:230px;
	z-index:2;
	left: 0px;
	top: -5px;
}
#Lay3 {
	position:relative;
	width:280px;
	height:230px;
	z-index:3;
	left: 0px;
	top: -5px;
}
#Lay4 {
	position:relative;
	width:280px;
	height:40px;
	z-index:auto;
	top: 90px;
	padding-top: 5px;
	left: 420px;
}
