@charset"Shift_JIS";
*{
margin: 0;
padding:0;
}

/*------------------------------
　　　▼　ページ全体　▼　　　　　　　
------------------------------*/
body {
  text-align: center;
		background: url(../img/bg_body.gif) top center;
}

/*----------　画像　----------*/
img {
  border: none;
  vertical-align: top;
}

/*----------　テキスト　----------*/
body {
		font-family: Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  color: #666;
}

span.blue {
		color: #09f;
}

span.red {
		color: red;
}

a {
		color: #0400c9;
}

/*----------　h1 ～ h6　----------*/
h1 {
		margin-top: 10px;
		font-size: 12px;
		font-weight: 400;
}

/* safari用 */
html*div h1 {
		font-size: 11px;
}

/*IE6のみに適用させる*/
* html div h1 {
		font-size: 12px;
}

/*IE7のみに適用させる*/
*+html div h1 {
		font-size: 12px;
}

h2 {
		padding-top:3px;
		font-size: 13px;
		font-weight: 400;
}

/*----------　その他　----------*/
.clear {
		clear: both;
}

li {
		list-style-type: none;
}

.input_position {
  vertical-align: bottom;
}


/*------------------------------
　　　　　▼　ラップ　▼　　　　　　　
------------------------------*/

#wrap {
  text-align: left;
  margin: 0 auto;
  width: 983px;
  height: auto;
		background: #fff;
}

/*------------------------------
　　　　▼　ヘッダー　▼　　　　　　　
------------------------------*/

#header {
  position: relative;
  		width: 763px;
		height: 144px;
}

#header h2 { 
             font-size: 12px;
 }

#logo {
  position: absolute;
  top: 40px;
  left: 0px;
}

.header_search {
  position: absolute;
  top: 41px;
  left: 172px;
}

.header_inquiry {
  position: absolute;
  top: 41px;
  right: 0px;
		width: 193px;
		height: 92px;
}

.header_inquiry .btn_application {
		margin-top: 15px;
		margin-left: 1px;
}

/*------------------------------
　　　▼　コンテンツ　▼　　　　　　　
------------------------------*/

#contents {
  height: 100%;
  padding-bottom: 15px;
}

/*------------------------------
　　　▼　メイン+右サイドバーエリア　▼　　　　　　　
------------------------------*/

#main_right {
  float: right;
  width: 812px;
}
/*------------------------------
　　　▼　メインエリア　▼　　　　　　　
------------------------------*/

#main_area {
  float: left;
  width: 592px;
}

/*------------------------------
　　　▼　右サイドバー　▼　　　　　　　
------------------------------*/

#right_area {
  float: right;
  width: 200px;
  margin-left: 10px;
  background-color: #FFF;
}

#right_area p {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFF;
}


/*------------------------------
　　　▼　ナビエリア　▼　　　　　　　
------------------------------*/
#navi_area {
  float: left;
  width: 165px;
}

/*-----　▼　保護者の方へ　▼　-----*/
.naviA {
		height: 194px;
		background: url(../img/contents/navi_area/bg_naviA.gif);
}

.naviA ul {
		padding-top: 29px;
}

/*-----　▼　学生の方へ　▼　-----*/
.naviB {
		height: 141px;
		background: url(../img/contents/navi_area/bg_naviB.gif);
}

.naviB ul {
		padding-top: 29px;
}

/*-----　▼　代表者からのメッセージ　▼　-----*/
.naviF {
		background: url(../img/contents/navi_area/bg_naviF.gif);
}

.naviF p.text_01 {
		padding: 3px 0px 5px;
		text-align: center;
		font-weight: bold;
		color: #006e03;
}

.naviF_photo {
		float: right;
}

.naviF .box {
		width: 155px;
}

.naviF p.text_02 {
		padding-left: 12px;
		color: #006e03;
}

/*------------------------------
　　　▼　フッター　▼　　　　　　　
------------------------------*/
#footer {
		padding-bottom: 20px;
}

