/***********************************************/
/******  NAGATO HIGH SCHOOL CSS Document  ******/
/***********************************************/

/* ■初期設定 ---------------------------------*/
@charset "shift_jis";
body {
	font-family: "ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 14px
	line-height: 2;
	color: #006900;
	background-image: url(images/bg.gif);
	background-color: #FFFFFF;
	text-align: center;
      }
td,th {
	font-size: 14px;
	color: #006900;
      }
ul,li{
	margin: 0px;
	padding: 0px;
       }
p {
	padding-bottom: 10px;
       }
img {
	border: none;
       }

/* ■一般リンク設定 ---------------------------*/
a {
      color: #006900;
       }
a:link {
	text-decoration: none;
	color: #006900;
       }
a:visited {
	text-decoration: none;
	color: #5990da;
       }
a:hover {
	text-decoration: none;
	color: #ff0000;
       }
a:active {
	text-decoration: none;
	color: #5990da;
       }

/* ■ＨＰの土台部分の設定 ---------------------*/
#wrapper {
       width:950px;
       padding:0;
       border: solid #CECFCE 0;
       background:#ffffff;
　 　　color: #006900;   /*文字の色
       margin-top: 10px;
       margin-bottom: 10px;
       margin-right: auto;
       margin-left: auto;
       }

/* ■メニューテーブルの設定 -------------------*/
#g_menu{
	color: #006900;
       margin-top: 0;
	text-align: baseline;
	}
#g_menu ul{
	list-style-type:none;
	margin:3px 0 0 15px;
	}
#g_menu ul li{
	border:solid #999999 1px ;
	margin:-1px 1px 0px 1px;
	}
#g_menu ul li a{
	width:100%;
	line-height:20px;
	font-size:12px;
	background-color:#ffffff;
	color:#006900;
	display:block;
	text-indent:30px;	
	text-decoration:none;
	}
#g_menu ul li a:hover{
	background-color:#FFCC00;
	text-decoration:none;
	}

/* ■中・テーブルの設定 -----------------------*/
#main{
	border:solid #999999 0;
       }

/* ■informationの設定 -----------------------*/
.m-midashi {
	font-size: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	color: #006900;
	line-height: 15px;
       }

/* ■右・テーブルの設定 -------------------*/
#s_menu{
	float:center;
	color: #CCC;
	}
#s_menu ul{
	list-style-type:none;
	margin:2px 0 0 0;
	}
#s_menu ul li{
	border:solid #999999 1px ;
	margin:-1px 1px 0px 1px;
	}
#s_menu ul li a{
	line-height:25px;
	font-size:14px;
	background-color:#ffffff;
	color:#006900;
	display:block;
	text-indent:4px;	
	text-decoration:none;
	}
#s_menu ul li a:hover{
	background-color:#FFCC00;
	text-decoration:none;
	}

/* ■下・テーブルの設定 -----------------------*/
.l-midashi {
	font-size: 12px
	background-repeat: no-repeat;
	background-position: left top;
	color: #006900;
	font-weight: bold;
	line-height: 15px;
       }

/* ■フッター ---------------------------------*/
#footer {
	width: 950px;
	background-color: #006900;
	height: 25px;
	text-align: center;
	color: #ffffcc;
	font-size: 100%;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
       }

/* --------------------------------------------*/
.AED {
	font-size: 130%;
	font-weight: bold;
	color: #ff0000;
       }

/* --------------------------------------------*/


