/* CSS Document */

/*　センタリング　*/
body
    {
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
	 background-color: #104d29;
    }

#main
    {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:950px;         /* 幅を決定する */
    }


/* ヘッダー　*/
.wraper {
	height: auto;
	width: 950px;
	float: left;
	position: absolute;
}
.heder_1 {
	height: 120px;
	width: 380px;
	position: absolute;
	top: 1px;
	bottom: 0px;
}
.heder_2 {
	height:60px;
	width: 570px;
	position: absolute;
	left: 381px;
	top: 0px;
}
.heder_3 {
	height: 60px;
	width: 470px;
	position: absolute;
	background-image: url(img/heder_l_low_l.gif);
	background-repeat: no-repeat;
	left: 380px;
	top: 60px;
}
.heder_4 {
	height: 60px;
	width: 100px;
	position: absolute;
	top: 60px;
	left: 850px;

}
.heder_4b {
	height: 60px;
	width: 100px;
	position: absolute;
	top: 110px;
	left: 1050px;

}
/* タイトル　*/

.title_visual {
	background-image: url(img/title.jpg);
	height: 360px;
	width: 950px;
	position: absolute;
	top: 122px;
	left: -2px;
}
.menu_button1 {
	height: 50px;
	width: 950px;
	position: absolute;
	top: 484px;
}
.menu_button2 {
	height: 50px;
	width: 950px;
	position: absolute;
	top: 124px;
	left: auto;
}


/* menu　*/

.contents_box_1 {
	height: 250px;
	width: 950px;
	position: absolute;
	top: 545px;
	left: auto;
	background-color: #FFFFCC;
	text-align: right;
	background-image: url(img/contents1.jpg);
	background-repeat: no-repeat;
}
.gakkou_toha {
	background-image: url(img/gakkou_toha.jpg);
	height: 60px;
	width: 600px;
	top: 550px;
	position: absolute;
	left: 170px;
}

/* サブページ用メニュー　*/

.contents_box_2 {
	background-image: none;
	text-align: center;
	vertical-align: top;
	height: 170px;
	width: 930px;
	top: 620px;
	left: auto;
	position: absolute;
	padding-right: 10px;
	padding-left: 10px;
	color: #000066;
}

/*　学習コース説明ボックス　*/

.light_couse_box {
	background-image: url(img/light_course.jpg);
	height: 200px;
	width: 950px;
	position: absolute;
	top: 810px;
}
.standard_couse_box {
	background-image: url(img/standard_course.jpg);
	height: 200px;
	width: 950px;
	position: absolute;
	top: 1025px;
}
.pro_couse_box {
	background-image: url(img/pro_course.jpg);
	height: 200px;
	width: 950px;
	position: absolute;
	top: 1240px;
}
.shosai_box {
	height: 60px;
	width: 232px;
	left: 710px;
	position: absolute;
	bottom: 25px;
}

/*　サブページ用ボタン　*/

.shosai_box2 {
	height: 60px;
	width: 232px;
	left: 710px;
	position: absolute;
	bottom: 30px;
}


/*　エンドバー */

.telbox {
	height: 100px;
	width: 950px;
	position: absolute;
	top: 1455px;
	background-image: url(img/tel_bigbana.gif);
}
.endber {
	width: 950px;
	height: 100px;
	position: absolute;
	top: 1555px;
	background-image: url(img/endber.jpg);
	text-align: right;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
	color: #FFFFFF;
}


/*　コース案内エンドバー */

.telbox2 {
	height: 100px;
	width: 950px;
	position: absolute;
	top: 980px;
	background-image: url(img/tel_big_bana.jpg);
}
.endber2 {
	width: 950px;
	height: 100px;
	position: absolute;
	top: 1080px;
	background-image: url(img/endber.jpg);
	text-align: right;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
	color: #FFFFFF;
}

.telbox3 {
	height: 100px;
	width: 950px;
	position: absolute;
	top: 1530px;
	background-image: url(img/tel_big_bana.jpg);
	left: 106px;
}
.endber3 {
	width: 950px;
	height: 100px;
	position: absolute;
	top: 1630px;
	background-image: url(img/endber.jpg);
	text-align: right;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
	color: #FFFFFF;
}
.curriculum_linkbox {
	height: 37px;
	width: 131px;
	position: absolute;
	top: 542px;
	left: 794px;
	vertical-align: middle;
	text-align: left;
	background-position: center center;
}
/*　ライトコースページ用　*/

.light_backbox {
	background-image: url(img/light_back.jpg);
	height: 800px;
	width: 950px;
	position: absolute;
	top: 180px;
}

/*　スタンダードコースページ用　*/

.standard_backbox {
	background-image: url(img/standard_back.jpg);
	height: 800px;
	width: 950px;
	position: absolute;
	top: 180px;
}


/*　プロフェッショナルコースページ用　*/

.pro_backbox {
	background-image: url(img/pro_back.jpg);
	height: 800px;
	width: 950px;
	position: absolute;
	top: 180px;
}

/*　入力フォームページ用　*/

.mail_backbox {
	background-image: url(img/mail_back.jpg);
	height: 800px;
	width: 950px;
	position: absolute;
	top: 180px;
}

/*　会社概要ページ用　*/

.gaiyou_backbox {
	background-image: url(img/gaiyou_back.jpg);
	height: 800px;
	width: 950px;
	position: absolute;
	top: 180px;
}

/*　カリキュラム紹介ページ用　*/

.Curriculum_backbox {
	background-image: url(img/line_back.gif);
	height: 1295px;
	width: 950px;
	position: absolute;
	top: 180px;
	background-repeat: repeat;
}
/*　文字スタイル　*/

.style1 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 10px;
	color: #CCCCCC;
}
.style2 {
	font-size: 12pt;
	text-align: left;
	line-height: normal;
	color: #000099;
}
.style3 {
	　　font-size: 14px;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	font-weight: bold;
}
.style4 {
	font-size: 14;
	font-weight: bold;
	line-height: 14px;
	color: #333333;
}
.style5 {
	font-size: 12px;
	line-height: 18px;
	background-position: left;
	font-weight: bold;
}
.style6 {
	　　font-size: 14px;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}
.style7 {
	font-size: 14;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
}
.style8 {
	font-size: 12px;
	line-height: 18px;
	background-position: left;
	font-weight: bold;
	color: #333333;
}
.style9 {font-size: x-small}
.style10 {
	　　font-size: 14px;
	font-size: 13px;
	line-height: 25px;
	color: #006666;
	font-weight: bold;
}
.couse_text {
	height: 80px;
	width: 680px;
	position: absolute;
	top: 110px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: normal;
	padding-bottom: 10px;
	padding-left: 10px;
}
.couse_text2 {
	height: auto;
	width: 930px;
	position: absolute;
	top: 115px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 10px;
	left: 9px;
}
.couse_text3 {
	height: auto;
	width: 925px;
	position: absolute;
	top: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 10px;
	left: 6px;
}
.endber a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.endber a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.endber a:hover {
	text-decoration: none;
	color: #33FF00;
}
.endber a:active {
	text-decoration: none;
	color: #FF0000;
}
.endber2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.endber2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.endber2 a:hover {
	text-decoration: none;
	color: #33FF00;
}
.endber2 a:active {
	text-decoration: none;
	color: #FF0000;
}
.endber3 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.endber3 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.endber3 a:hover {
	text-decoration: none;
	color: #33FF00;
}
.endber3 a:active {
	text-decoration: none;
	color: #FF0000;
}

/* ===================================================================
　　　テーブル
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */
.table_01 {
	width:600px;
	padding:0px;
	border-collapse:collapse;
	border-top:1px dotted #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.table_01 th {
	width:80px;
	text-align:left;
	vertical-align:top;
	color:#666666;
	background-color:#EEEEEE;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #66FF33;
}
.table_01 td {
	padding:4px 2px 2px 4px;
	border-bottom:1px dotted #999999;
	border-left:3px double #CCCCCC;
	background-color: #D7FFDC;
}
.jyukouryou_box {
	height: 100px;
	width: 675px;
	position: absolute;
	left: 10px;
	top: 558px;
}

/*　スタンダードコース　テーブル　*/

.table_02 {
	width:600px;
	padding:0px;
	border-collapse:collapse;
	border-top:1px dotted #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.table_02 th {
	width:80px;
	text-align:left;
	vertical-align:top;
	color:#666666;
	background-color:#EEEEEE;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #33CCFF;
}
.table_02 td {
	padding:4px 2px 2px 4px;
	border-bottom:1px dotted #999999;
	border-left:3px double #CCCCCC;
	background-color: #DFFFFF;
}


/*　プロフェッショナルコース　テーブル　*/

.table_03 {
	width:600px;
	padding:0px;
	border-collapse:collapse;
	border-top:1px dotted #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.table_03 th {
	width:80px;
	text-align:left;
	vertical-align:top;
	color:#666666;
	background-color:#EEEEEE;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #7E6CFB;
}
.table_03 td {
	padding:4px 2px 2px 4px;
	border-bottom:1px dotted #999999;
	border-left:3px double #CCCCCC;
	background-color: #DED0FF;
}

/*　カリキュラム　テーブル　*/

.table_04 {
	width:800px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border-collapse:separate;
	border-spacing:0px;
	empty-cells:show;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
.table_04 th {
	width:120px;
	padding:4px 2px 2px 4px;
	text-align:center;
	vertical-align:top;
	color:#666666;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
.table_04 td {
	padding:4px 2px 2px 4px;
	background-color:#ECFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	background-repeat: repeat;
}
