@charset "utf-8";
/*下層ページ共通*/
/*-----------------------------------メイン枠*/
#container {
	width: 890px;
	margin: 5px 0 0 15px;
	background:  url("../img/lownav_bk01.gif") repeat-y left top;
}
#containerFtr {
	width: 890px;
	margin: 0 0 0 15px;
	height: 20px;
	background:  url("../img/lownav_bk02.gif") no-repeat left top;
}
/*-----------------------------------パンくずリスト*/
.topicPath {
	clear:both;
	text-align:right;
	font-size:10px;
	padding:10px 10px 5px 5px;
	background-color:#FFF;
}
.topicPath li {
	display:inline;
	margin-left:5px;
}
.topicPath li.topPath a {
	background:url(../img/path_top.gif) no-repeat left 2px;
	padding-left:13px;
}
.topicPath li.linkPath {
	background:url(../img/path_list.gif) no-repeat left 2px;
	padding-left:10px;
}
/*-----------------------------------ページトップ*/
.pageTop a{
	width:72px;
	height:12px;
	margin:0 20px 10px 0;
	background:url(../img/pagetop.gif) no-repeat;
	text-indent:-9999px;
	float:right;
	display:block;
}
/*-----------------------------------カラム1（ナビゲーション）*/
#lowNav {
	width: 213px;
	float: left;
}
/*-----------------------------------カラム2（メインコンテンツ）*/
#main {
	width: 642px;
	margin-bottom: 10px;
	float: right;
}
/*-----------------------------------テキストエリア設定*/
.textarea {
	margin: 15px 10px 0 10px;/*幅622px*/
}
.textarea2 {
	margin: 15px 0 10px;/*幅642px*/
}
.textbox {
	margin: 15px 11px 0 11px;/*幅620px*/
}
/*-----------------------------------ページリード文区切り線付き*/
#lead {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}
/*-----------------------------------枠付きエリア*/
.waku01 {
	width: 600px;
	margin: 10px 0;
	padding: 10px;
	background-color: #ded6c6;
	border: 1px solid #333;
}
.waku02 {
	width: 622px;
	padding: 10px;
	background-color: #ded6c6;
}
.waku03 {
	width: 620px;
	padding: 10px;
	background-color: #fff;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
.waku04 {
	width: 622px;
	padding: 10px;
	background-color: #fff;
}

/*-----------------------------------詳細を見るボタン*/
.btnDetail {
	width: 93px;
	height: 32px;
	text-indent: -9999px;
}
.btnDetail a{
	width: 93px;
	height: 32px;
	display: block;
	background: url(../img/btn_detail.gif) no-repeat 0px 0px;
}
.btnDetail a:hover{	background: url(../img/btn_detail.gif) no-repeat 0px -32px; }
/*-----------------------------------申し込みボタン*/
.btnApli {
	width: 93px;
	height: 32px;
	text-indent: -9999px;
}
.btnApli a{
	width: 93px;
	height: 32px;
	display: block;
	background: url(../img/btn_apli.jpg) no-repeat 0px 0px;
}
.btnApli a:hover{	background: url(../img/btn_apli.jpg) no-repeat 0px -32px; }
/*-----------------------------------資料請求ボタン*/
#invitationBtn {
	width: 146px;
	height: 32px;
	text-indent: -9999px;
}
#invitationBtn a {
	width: 146px;
	height: 32px;
	display: block;
	background: url(../img/btn_invitation.gif) no-repeat 0 0;
}
#invitationBtn a:hover{	background: url(../img/btn_invitation.gif) no-repeat 0 -32px; }
/*-----------------------------------お問合せボタン*/
#inquiryBtn {
	width: 146px;
	height: 32px;
	text-indent: -9999px;
}
#inquiryBtn a {
	width: 146px;
	height: 32px;
	display: block;
	background: url(../img/btn_inquiry.gif) no-repeat 0 0;
}
#inquiryBtn a:hover{	background: url(../img/btn_inquiry.gif) no-repeat 0 -32px; }

/*-----------------------------------click here背景*/
.clickHere {
	padding: 0 0 0 65px;
	background: url(../img/clickhere.gif) no-repeat center left;
}
.clickHere02 {
	padding: 0 0 0 65px;
	margin-left: 90px;
	background: url(../img/clickhere.gif) no-repeat center left;
}
.clickHere03 {
	padding: 0 0 0 65px;
	margin-left: 40px;
	background: url(../img/clickhere.gif) no-repeat center left;
}
.clickHereS {
	padding: 0 0 0 65px;
	background: url(../img/clickhere.gif) no-repeat center left;
	font-size: 10px;
	_font-size: 75%;/*IE6用フォントサイズ*/ 
}
/*-----------------------------------リンクボックス*/
.linkBox {
	clear:both;
	width:636px;
	background-color:#EEE;
	padding:10px 0;
	margin:0 auto;
	border:2px #000 solid;
	background-color:#000;
	background-image:url(../img/link_box.jpg);
	background-repeat:no-repeat;
}
.linkBox ul {
	padding-left:30px;
}
.linkBox li {
	float:left;
	width:284px;
	height:67px;
	margin:0 15px 10px 0;
	display:inline;
}
.linkBox li a {
	display:block;
	border:2px #000 solid;
}
.linkBox li a:hover{border:2px #FFF solid;	}

/*textarea内*/
.linkBox2 {
	clear:both;
	width:618px;
	background-color:#EEE;
	padding:10px 0;
	margin:0 auto;
	border:2px #000 solid;
	background-color:#000;
	background-image:url(../img/link_box.jpg);
	background-repeat:no-repeat;
}
.linkBox2 ul {
	padding-left:30px;
}
.linkBox2 li {
	float:left;
	width:279px;
	height:67px;
	margin:0 15px 10px 0;
	display:inline;
}
.linkBox2 li a {
	display:block;
	border:2px #000 solid;
}
.linkBox2 li a:hover{border:2px #FFF solid;	}
/*-----------------------------------ネクストステップボックス*/
.nextStep {
	clear:both;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background-color:#F0F0F0;
	padding:10px;
	margin-top:20px;
}
.nextStep ul {
	margin:10px;
	padding:0 10px;
}
.nextStep li {
	list-style-type: none;
	line-height:2;
	font-size: 12px;
	_font-size: 100%;/*IE6用フォントサイズ*/ 
	margin-right: 10px;
	display:inline;
}
.nextStep li a{
	background:url(../img/subnav_link.gif) no-repeat center left;
	padding-left:12px;
}
/*-----------------------------------デジタルパンフレットのバナー*/
#dPamphlet {
	clear: none;
	float: left;
	height: auto;
	width: 190px;
	margin-top: 20px;
	margin-left: 15px;
	_margin-left: 7px;
	border: none;
}
/*-----------------------------------高等課程のバナー*/
#koutouKatei {
	clear: none;
	float: left;
	height: auto;
	width: 190px;
	margin-top: 20px;
	margin-left: 15px;
	_margin-left: 7px;
	border: none;
}
/*-----------------------------------サイドバナー*/
.sideBanner {
	clear: none;
	float: left;
	height: auto;
	margin-top: 20px;
	margin-left: 15px;
	_margin-left: 7px;
	border: none;
}