@charset "Shift_JIS";

/* ページ全体
---------------------------------------------------- */
body {
	font: normal 12px/150% "ＭＳ Ｐゴシック", "Osaka";
	color: #333333 ;
	margin: 0 ;
	padding: 0 ;
	text-align: center ;
}

a:hover {
	color: FF0000;
}

#wrapper {
	width: 985px;
	margin: 0px auto;
}

img {
	border: none;
}


/* フォント
---------------------------------------------------- */
.honbun {
font: normal 12px/150% "ＭＳ Ｐゴシック", "Osaka";
color: #333333;
}

.white {
font: normal 12px/150% "ＭＳ Ｐゴシック", "Osaka";
color: #FFFFFF;
}

.new {
color: #FF0000
}

.school {
font: normal 10px "ＭＳ Ｐゴシック", "Osaka";
color: #041FAB;
}

.10px {
font-size: 10px
}

/* 資料請求ボタン
---------------------------------------------------- */
img.shiryo {
	position: relative; top: -95px; left: -109px; z-index: 1;
}

* html img.shiryo {
	position: relative; top: -105px; left: -109px; z-index: 1;
	margin-bottom: -150px;
}

/* プロモーション
---------------------------------------------------- */
#promotion {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 720px;
	height: 200px;
}


/* ニュース
---------------------------------------------------- */
#news {
	width: 235px;
	float: left;
	margin: 0px;
	text-align: left ;
}

#news ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#news li {
	line-height: 20px;
	border-bottom: 1px solid #FFFFFF;
	background-position: center center;
}

#news li a {
	display: block;
    margin: 0px; 
	padding: 0px 0px 0px 17px;
	color: #041FAB;
	text-decoration: none;
	background: url(../images3/menu_b-off.gif) no-repeat;
	background-position: left center;
}

#news li a:hover {
	display: block;
    margin: 0px; 
	padding: 0px 0px 0px 17px;
	color: FF0000;
	text-decoration: none;
	background: url(../images3/menu_b-on.gif) no-repeat;
	background-position: left center;
}

#news .allow {
	display: block;
    margin: 0px; 
	padding: 0px 0px 0px 17px;
	color: #041FAB;
	text-decoration: none;
	background: url(../images3/menu_b-off.gif) no-repeat;
	background-position: left center;
}

/* トピックス
---------------------------------------------------- */
#topics {
	width: 720px;
	float: left;
	margin: 5px 0px 10px 0px;
	text-align: left ;
}

#topics ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#topics li {
	line-height: 20px;
	padding: 0px 0px 0px 17px;
	background: url(../images3/topic.gif) no-repeat;
	background-position: top left;
}

#topics li a {
	color: #FF0000;
}

#topics li a:hover {
	color: #FF0000;
	text-decoration: none;
}



/* メニュー
---------------------------------------------------- */
#menuarea {
	width: 720px;
	float: left;
}


#menu {
	width: 230px;
	float: left;
	margin: 0px;
	text-align: left;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	line-height: 20px;
	border-bottom: 1px solid #FFFFFF;
	background-position: center center;
}

#menu li a {
	display: block;
    margin: 0px; 
	padding: 0px 0px 0px 17px;
	color: #009900;
	text-decoration: none;
	background: url(../images3/menu_g-off.gif) no-repeat;
	background-position: left center;
}

#menu li a:hover {
	display: block;
    margin: 0px; 
	padding: 0px 0px 0px 17px;
	color: #FF0000;
	text-decoration: none;
	background: url(../images3/menu_g-on.gif) no-repeat;
	background-position: left center;
}

/* メニュー2
---------------------------------------------------- */
.menu2 {
	width: 225px;
	float: left;
	margin: 0px;
	font: normal 12px/120% "ＭＳ Ｐゴシック", "Osaka";
	text-align: left;
}

.menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu2 li {
	line-height: 20px;
	border-bottom: 1px solid #FFFFFF;
	background-position: center center;
}

.menu2 li a {
	display: block;
    margin: 0px; 
	padding: 0px 0px 0px 17px;
	color: #FF9900;
	text-decoration: none;
	background: url(../images3/menu_o-off.gif) no-repeat;
	background-position: left center;
}

.menu2 li a:hover {
	display: block;
    margin: 0px; 
	padding: 0px 0px 0px 17px;
	color: #FF0000;
	text-decoration: none;
	background: url(../images3/menu_o-on.gif) no-repeat;
	background-position: left center;
}

/* バナーエリア（有料）
---------------------------------------------------- */
#bannerA {
	display: block;
	width: 240px;
	float: right;
	text-align: center;
	background-color: #EDEDED;
}


/* 簡易的なclearfix。適用したい要素に「class="clearfix"」と指定すること。 */
.clearfix { 
	overflow: hidden;
}

/* フロート
---------------------------------------------------- */
.fl {
	float: left;
}

.fr {
	float: right;
}

/* マージン
-------------------------------------------------------*/

/* MARGIN-TOP */
.mt00 { margin-top:0px!important; }
.mt05 { margin-top:5px!important; }
.mt06 { margin-top:6px!important; }
.mt10 { margin-top:10px!important; }
.mt12 { margin-top:12px!important; }
.mt15 { margin-top:15px!important; }
.mt17 { margin-top:17px!important; }
.mt20 { margin-top:20px!important; }
.mt24 { margin-top:24px!important; }
.mt25 { margin-top:25px!important; }
.mt36 { margin-top:36px!important; }
.mt48 { margin-top:48px!important; }
.mt60 { margin-top:60px!important; }
.mt72 { margin-top:72px!important; }
.mt260 { margin-top:260px!important; }

/* MARGIN-RIGHT */
.mr06 { margin-right:6px!important; }
.mr10 { margin-right:10px!important; }
.mr12 { margin-right:12px!important; }
.mr20 { margin-right:20px!important; }
.mr24 { margin-right:24px!important; }
.mr36 { margin-right:36px!important; }
.mr48 { margin-right:48px!important; }
.mr60 { margin-right:60px!important; }
.mr72 { margin-right:72px!important; }

/* MARGIN-BOTTOM */
.mb00 { margin-bottom:0!important; }
.mb06 { margin-bottom:6px!important; }
.mb10 { margin-bottom:10px!important; }
.mb12 { margin-bottom:12px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb24 { margin-bottom:24px!important; }
.mb30 { margin-bottom:30px!important; }
.mb36 { margin-bottom:36px!important; }
.mb40 { margin-bottom:40px!important; }
.mb48 { margin-bottom:48px!important; }
.mb60 { margin-bottom:60px!important; }
.mb72 { margin-bottom:72px!important; }
.mb100 { margin-bottom:100px!important; }
.mb150 { margin-bottom:150px!important; }
.mb300 { margin-bottom:300px!important; }

/* MARGIN-LEFT */
.ml06 { margin-left:6px!important; }
.ml10 { margin-left:10px!important; }
.ml12 { margin-left:12px!important; }
.ml15 { margin-left:15px!important; }
.ml24 { margin-left:24px!important; }
.ml36 { margin-left:36px!important; }
.ml48 { margin-left:48px!important; }
.ml60 { margin-left:60px!important; }
.ml72 { margin-left:72px!important; }

/* MARGIN-TOP & MARGIN-BOTTOM */
.mtb05 { margin-top:5px!important; margin-bottom:5px!important; }
.mtb10 { margin-top:10px!important; margin-bottom:10px!important; }
.mtb20 { margin-top:24px!important; margin-bottom:20px!important; }
.mtb24 { margin-top:24px!important; margin-bottom:24px!important; }
.mtb36 { margin-top:36px!important; margin-bottom:36px!important; }
.mtb48 { margin-top:48px!important; margin-bottom:48px!important; }
.mtb60 { margin-top:60px!important; margin-bottom:60px!important; }
.mtb72 { margin-top:72px!important; margin-bottom:72px!important; }

/* MARGIN-LEFT & MARGIN-RIGHT */
.mlr06 { margin-left:6px!important; margin-right:6px!important; }
.mlr12 { margin-left:12px!important; margin-right:12px!important; }
.mlr24 { margin-left:24px!important; margin-right:24px!important; }
.mlr36 { margin-left:36px!important; margin-right:36px!important; }
.mlr48 { margin-left:48px!important; margin-right:48px!important; }

/* PADDING
-------------------------------------------------------*/
/* PADDING-TOP */
.pt06 { padding-top:6px!important; }
.pt12 { padding-top:12px!important; }
.pt24 { padding-top:24px!important; }
.pt25 { padding-top:25px!important; }
.pt36 { padding-top:36px!important; }
.pt48 { padding-top:48px!important; }
.pt60 { padding-top:60px!important; }
.pt72 { padding-top:72px!important; }

/* PADDING-BOTTOM */
.pb06 { padding-bottom:6px!important; }
.pb12 { padding-bottom:12px!important; }
.pb24 { padding-bottom:24px!important; }
.pb36 { padding-bottom:36px!important; }
.pb48 { padding-bottom:48px!important; }
.pb60 { padding-bottom:60px!important; }
.pb72 { padding-bottom:72px!important; }

/* PADDING-LEFT */
.pl05 { padding-left:5px!important; }
.pl06 { padding-left:6px!important; }
.pl12 { padding-left:12px!important; }
.pl24 { padding-left:24px!important; }
.pl36 { padding-left:36px!important; }
.pl48 { padding-left:48px!important; }
.pl60 { padding-left:60px!important; }
.pl72 { padding-left:72px!important; }

/* PADDING-RIGHT */
.pr06 { padding-right:6px!important; }
.pr12 { padding-right:12px!important; }
.pr24 { padding-right:24px!important; }
.pr36 { padding-right:36px!important; }
.pr48 { padding-right:48px!important; }
.pr60 { padding-right:60px!important; }
.pr72 { padding-right:72px!important; }

/* PADDING-ALL */
.pa02 { padding:2px!important; }
.pa06 { padding:6px!important; }
.pa12 { padding:12px!important; }
.pa24 { padding:24px!important; }
.pa36 { padding:36px!important; }
.pa48 { padding:48px!important; }
.pa60 { padding:60px!important; }
.pa72 { padding:72px!important; }

/* WIDTH
-------------------------------------------------------*/
.w085 { width:85px; }
.w100 { width:100px; }
.w150 { width:150px; }
.w175 { width:175px; }
.w200 { width:200px; }
.w225 { width:225px; }
.w250 { width:250px; }
.w300 { width:300px; }
.w325 { width:325px; }
.w350 { width:350px; }
.w375 { width:375px; }
.w380 { width:380px; }
.w400 { width:400px; }
.w450 { width:450px; }
.w470 { width:470px; }
.w500 { width:500px; }
.w550 { width:550px; }
.w600 { width:600px; }
.w650 { width:650px; }
.w720 { width:720px; }

/* ライン
-------------------------------------------------------*/
.line {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	border-bottom: 1px dotted #AAAAAA;
}

/* テーブル
-------------------------------------------------------*/
table.table01 {
	clear: both;
	width: 720px;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table01 th {
    padding: 5px;
    text-align: center;
}

table.table01 td {
    padding: 5px;
}

table.table02 {
	clear: both;
	width: 720px;
	background: #EDEDED;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table02 th {
    padding: 5px;
    text-align: center;
}

table.table02 td {
    padding: 5px;
}

table.table03 {
	clear: both;
	width: 240px;
	background: #EDEDED;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table03 th, .table04 th {
    padding: 5px;
    text-align: center;
}

table.table03 td, .table04 td {
    padding: 5px;
}

table.table04 {
	clear: both;
	width: 240px;
	background: #009900;
    border-collapse: collapse;
    border-spacing: 0;
}

