@charset "Shift_JIS";

/* ----------style reset */

*{
	margin:0;
	padding:0;
	}
body{
	color:#000000;
	background-color:#FFFFFF;
	}
img{
	border:none;
	}
hr{
	display:none;
	}
	


/* 全体構造
---------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background-image: url(../img/back.gif);
	background-repeat: repeat;
}
#wrapper {
	width: 760px;
	background-image: url(../img/gradeplus.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* リンク
---------------------------------------------------- */
a:link {
	color: #CC0000;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	background: transparent;
	text-decoration: underline;
}
a:hover, a:active {
  color: #FF3300;
  background: transparent;
}

#undou a:link {
	color: #003399;
	background: transparent;
	text-decoration: underline;
}
#undou a:visited {
	color: #000066;
	background: transparent;
	text-decoration: underline;
}
#undou a:hover, a:active {
  color: #0066CC;
  background: transparent;
}

/* ヘッダ
---------------------------------------------------- */
#header {
	height: 56px;
	background-image: url(../img/RBback.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header #logo {
  position: absolute;
  top: 31px;
}

/* ページ本体
---------------------------------------------------- */
#pagebody {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}
.date {
	float: none;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #CC0000;
}

.clear {
	clear: both;
}

.center{
	text-align: center;
}
.size36{
	font-size: 36px;
}
.red{
	color: #FF0000;
}
.blue{	color: #0000FF;
}


/* コンテンツ
---------------------------------------------------- */
#content {
	float: right;
	width: 520px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#main {
	float: right;
	width: 520px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#topmain {
	float: right;
	width: 600px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#content h1 {
	margin: 0;
	font-size: small;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
}
#content h1 img {
  vertical-align: bottom;
}
#content h2 {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(../img/h2back.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#content h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	text-align: center;
}
#content p {
	font-size: small;
	line-height: 150%;
	margin-top: 5px;
}

#content table {
	font-size: small;
	line-height: 1.6;
}
#main table {
	font-size: small;
	line-height: 1.6;
}
#topmain table {
	font-size: small;
	line-height: 1.6;
}


/* ナビゲーション
---------------------------------------------------- */
#navigation {
	float: left;
	width: 150px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #000066;
	background-color: #000066;
}
#navigation ul {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
#navigation li {
	padding: 0;
	width: 130px;
	text-indent: -9999px;
}
#navigation li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  width: 130px;
}


#navigation li#top      {
	background-image: url(../img/topbotan.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 20px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#navigation li#aboutschool    {
	background-image: url(../img/gakkoubotan.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#navigation li#cource  {
	background-image: url(../img/courcebotan.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	height: 20px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#navigation li#schoollife {
	background-image: url(../img/schoolbotan.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	height: 20px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#navigation li#nyuusi      {
	background-image: url(../img/botan_nyuusi.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	height: 20px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 100px;
	margin-left: 10px;
}
#navigation li#top a:hover    {
	background-image: url(../img/topbotan_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
}
#navigation li#aboutschool a:hover    {
	background-image: url(../img/gakkoubotan_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
}
#navigation li#cource a:hover  {
	background-image: url(../img/courcebotan_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
}
#navigation li#schoollife a:hover {
	background-image: url(../img/schoolbotan_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
}
#navigation li#nyuusi a:hover      {
	background-image: url(../img/botan_over_nyuusi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
}

#navigation li#koutyou      {
	background-image: url(../img/minibotan_yori.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px;
	height: 15px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navigation li#kouka    {
	background-image: url(../img/minibotan_kengaku.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 28px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navigation li#enkaku  {
	background-image: url(../img/minibotan_enkaku.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 0px;
	height: 15px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navigation li#seifuku {
	background-image: url(../img/minibotan_seifuku.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 0px;
	height: 15px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navigation li#map      {
	background-image: url(../img/minibotan_MAP.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 0px;
	height: 15px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#navigation li#koutyou a:hover    {
	background-image: url(../img/minibotan_over_yori.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation li#kouka a:hover    {
	background-image: url(../img/minibotan_over_kengaku.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 28px;
	width: 130px;
}
#navigation li#enkaku a:hover  {
	background-image: url(../img/minibotan_over_enkaku.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation li#seifuku a:hover {
	background-image: url(../img/minibotan_over_seifuku.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation li#map a:hover      {
	background-image: url(../img/minibotan_over_MAP.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation li#SSC      {
	background-image: url(../img/minibotan_SSC.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px;
	height: 15px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navigation li#SC    {
	background-image: url(../img/minibotan_SC.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 15px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navigation li#FC  {
	background-image: url(../img/minibotan_FC.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 0px;
	height: 15px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navigation li#KC {
	background-image: url(../img/minibotan_KC.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 0px;
	height: 15px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navigation li#BC      {
	background-image: url(../img/minibotan_BC.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 0px;
	height: 15px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#navigation li#SSC a:hover    {
	background-image: url(../img/minibotan_over_SSC.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation li#SC a:hover    {
	background-image: url(../img/minibotan_over_SC.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation li#FC a:hover  {
	background-image: url(../img/minibotan_over_FC.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation li#KC a:hover {
	background-image: url(../img/minibotan_over_KC.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation li#BC a:hover      {
	background-image: url(../img/minibotan_over_BC.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation li#gyouzi      {
	background-image: url(../img/minibotan_gyouzi.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px;
	height: 15px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navigation li#bu    {
	background-image: url(../img/minibotan_bu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 15px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navigation li#hyouka  {
	background-image: url(../img/minibotan_hyouka.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 0px;
	height: 15px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navigation li#kouza      {
	background-image: url(../img/minibotan_kouza.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 0px;
	height: 26px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#navigation li#gyouzi a:hover    {
	background-image: url(../img/minibotan_over_gyouzi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation li#bu a:hover    {
	background-image: url(../img/minibotan_over_bu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation li#hyouka a:hover  {
	background-image: url(../img/minibotan_hyouka_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation li#kouza a:hover {
	background-image: url(../img/minibotan_over_kouza.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 26px;
	width: 130px;
}

#navigation ul #mark {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
#navigation li #mark {
	padding: 0;
	width: 59px;
	text-indent: -9999px;
	float: right;
	height: 18px;
	margin-right: 10px;
}
#navigation li a #mark {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  width: 130px;
}

#navigation p {
  padding: 1em 0 0 1px;
  text-align: right;
  font-size: xx-small;
  line-height: 1.5;
	color: #333333;
  border-top: 1px solid #cccccc;
}


/* フッタ
---------------------------------------------------- */
#footer {
  clear: both;

}
#footer ul {
	width: 590px;
	list-style: none;
	text-align: center;
	font-size: x-small;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 155px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
}
#footer li {
	display: inline;
	padding-left: 30px;
	text-transform: uppercase;
}
#footer li a {
  padding: 11px 0;
  vertical-align: middle;
  text-decoration: none;
}
#footer address {
	font-style: normal;
	width: 750px;
	text-align: center;
	font-size: x-small;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/RBback.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #000066;
}

/* 文字スタイルいろいろ
---------------------------------------------------- */

.24_red{
	font-size: 24px;
	color: #FF0000;
}
.24_red_Bold{
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
}

.style4 {font-size: 36px; }
.style21 {font-size: 14px}
.style22 {font-size: 24px}
.style28 {font-size: 12px; color: #FFFFFF; font-weight: bold; }
.style29 {color: #FFFFFF}
.style30 {font-weight: bold; color: #FF0000;}



