@charset "Shift_JIS";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background:#fedfb3;
	margin: 0;
	padding: 0;
	color: #404040;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding: 0; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

.clearfloat { /* このクラスは、.container で overflow:hidden が削除されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #4057e5;
	text-decoration: none;
}
a:visited {
	color: #8b91bb;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	color: #ff0000;
	text-decoration: underline;
}

/* ~~ この固定幅コンテナが他のすべての div を囲みます。~~ */
#container {
	width: 900px;
	background: url(images/bg_main.gif) repeat-y #ffffff;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	overflow: hidden; /* この宣言により .container は、含まれているフローティングカラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
}

#sidebar1 {
	float: left;
	width: 185px;
	padding-bottom: 10px;
	overflow: hidden;
}
#content {
	padding: 0;
	width: 715px;
	float: left;
	overflow: hidden;
}
#content #mainarea {
	padding: 0;
	margin-left:25px;
}

.contenrt665{
	width:665px;
}



/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}

.green{
	color:#62a34a;
}

/* ~~ サイドバー ~~ */
ul.side-navi{
	margin:185px;
	border-top:1px solid #c9c9c9;
	margin:5px 0 20px 0;
	padding:0;
	list-style-type:none;
}

ul.side-navi li{
	background:url(images/mk_sidenavi.gif) no-repeat 6px 9px;
	border-bottom:1px solid #c9c9c9;
	margin:0;
	padding:6px 5px 5px 16px;
	font-size:13px;
	font-weight:bold;
	line-height:1.3em;
}

ul.side-navi li a:link{
	color:#808080;
}
ul.side-navi li a:visited{
	color:#808080;
}
ul.side-navi li a:hover{
	color:#ff0000;
	text-decoration: none;
}


.sideban-area{
	margin:35px 0 15px 0;
}

.sideban-sodan a{
	display:block;
	width:163px;
	height:89px;
	padding: 0;
	margin:10px 11px;
	background: transparent url(images/sideban_sodan-s.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.sideban-sodan a:hover{
	background: transparent url(images/sideban_sodan-s.gif) no-repeat 0 -89px;
}

.sideban-euke a{
	display:block;
	width:163px;
	height:89px;
	padding: 0;
	margin:10px 11px;
	background: transparent url(images/sideban_euke-s.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.sideban-euke a:hover{
	background: transparent url(images/sideban_euke-s.gif) no-repeat 0 -89px;
}

.sideban-seikyu a{
	display:block;
	width:163px;
	height:89px;
	padding: 0;
	margin:10px 11px;
	background: transparent url(images/sideban_seikyu-s.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.sideban-seikyu a:hover{
	background: transparent url(images/sideban_seikyu-s.gif) no-repeat 0 -89px;
}

.sideban-menjoken a{
	display:block;
	width:163px;
	height:89px;
	padding: 0;
	margin:10px 11px;
	background: transparent url(images/sideban_menjoken-s.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.sideban-menjoken a:hover{
	background: transparent url(images/sideban_menjoken-s.gif) no-repeat 0 -89px;
}


ul.side-link{
	margin:185px;
	margin:20px 0;
	padding:0;
	list-style-type:none;
}

ul.side-link li{
	background: url(images/arw_graylong.gif) no-repeat 11px 2px;
	margin:0;
	padding:0px 5px 15px 25px;
	font-size:12px;
	line-height:1.3em;
}



/* ~~ トップバナー ~~ */

.topban-menjoken a{
	display:block;
	width:715px;
	height:86px;
	padding: 0;
	margin:0;
	background: transparent url(images/topban_menjoken.jpg) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.topban-menjoken a:hover{
	background: transparent url(images/topban_menjoken.jpg) no-repeat 0 -86px;
}

/* ~~ パンくずリスト ~~ */
.pan-list{
	font-size: 11px;
	margin:6px 5px 10px 0;
	line-height:1.5em;
}


/*---------- ページトップリンク ----------*/
.go-pagetop{
	text-align: right;
	margin: 15px 30px 15px 0;
	padding:0;
}

.go-pagetop a{
	margin: 0;
	font-size: 11px;
	padding:1px 0 1px 16px;
	background:  url(images/arw-top.gif) no-repeat 0px 0px;
}



/* ~~ 本文エリア ~~ */
.naviarea-boki{
	width:665px;
	height:519px;
	margin:15px 0 20px 0;
	background:url(images/naviarea_boki.png) no-repeat;
	overflow:hidden;
}

.naviarea-gyosei{
	width:665px;
	height:510px;
	margin:15px 0 20px 0;
	background:url(images/naviarea_gyosei.png) no-repeat;
	overflow:hidden;
}

.navi-webschl a{
	display:block;
	width:162px;
	height:38px;
	padding: 0;
	margin:0;
	background: transparent url(images/navi_webschl.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.navi-webschl a:hover{
	background: transparent url(images/navi_webschl.gif) no-repeat 0 -38px;
}

.navi-dl a{
	display:block;
	width:162px;
	height:38px;
	padding: 0;
	margin:0;
	background: transparent url(images/navi_dl.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.navi-dl a:hover{
	background: transparent url(images/navi_dl.gif) no-repeat 0 -38px;
}


.navi-boki1 a{
	display:block;
	width:440px;
	height:112px;
	padding: 0;
	margin:0;
	background: transparent url(images/navi_boki1.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.navi-boki1 a:hover{
	background: transparent url(images/navi_boki1.gif) no-repeat 0 -112px;
}

.navi-boki2 a{
	display:block;
	width:242px;
	height:109px;
	padding: 0;
	margin:0;
	background: transparent url(images/navi_boki2.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.navi-boki2 a:hover{
	background: transparent url(images/navi_boki2.gif) no-repeat 0 -109px;
}

.navi-boki3 a{
	display:block;
	width:242px;
	height:126px;
	padding: 0;
	margin:0;
	background: transparent url(images/navi_boki3.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.navi-boki3 a:hover{
	background: transparent url(images/navi_boki3.gif) no-repeat 0 -126px;
}

.navi-boki4 a{
	display:block;
	width:240px;
	height:84px;
	padding: 0;
	margin:0;
	background: transparent url(images/navi_boki4.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.navi-boki4 a:hover{
	background: transparent url(images/navi_boki4.gif) no-repeat 0 -84px;
}

.navi-boki5 a{
	display:block;
	width:242px;
	height:65px;
	padding: 0;
	margin:0;
	background: transparent url(images/navi_boki5.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.navi-boki5 a:hover{
	background: transparent url(images/navi_boki5.gif) no-repeat 0 -65px;
}

.navi-boki6 a{
	display:block;
	width:242px;
	height:119px;
	padding: 0;
	margin:0;
	background: transparent url(images/navi_boki6.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.navi-boki6 a:hover{
	background: transparent url(images/navi_boki6.gif) no-repeat 0 -119px;
}

.navi-gyosei1 a{
	display:block;
	width:440px;
	height:126px;
	padding: 0;
	margin:0;
	background: transparent url(images/navi_gyosei1.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.navi-gyosei1 a:hover{
	background: transparent url(images/navi_gyosei1.gif) no-repeat 0 -126px;
}

.navi-gyosei2 a{
	display:block;
	width:242px;
	height:86px;
	padding: 0;
	margin:0;
	background: transparent url(images/navi_gyosei2.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.navi-gyosei2 a:hover{
	background: transparent url(images/navi_gyosei2.gif) no-repeat 0 -86px;
}

.navi-gyosei3 a{
	display:block;
	width:242px;
	height:126px;
	padding: 0;
	margin:0;
	background: transparent url(images/navi_gyosei3.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.navi-gyosei3 a:hover{
	background: transparent url(images/navi_gyosei3.gif) no-repeat 0 -126px;
}

.navi-gyosei4 a{
	display:block;
	width:242px;
	height:85px;
	padding: 0;
	margin:0;
	background: transparent url(images/navi_gyosei4.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.navi-gyosei4 a:hover{
	background: transparent url(images/navi_gyosei4.gif) no-repeat 0 -85px;
}

.navi-gyosei5 a{
	display:block;
	width:272px;
	height:65px;
	padding: 0;
	margin:0;
	background: transparent url(images/navi_gyosei5.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.navi-gyosei5 a:hover{
	background: transparent url(images/navi_gyosei5.gif) no-repeat 0 -65px;
}

.navi-gyosei6 a{
	display:block;
	width:272px;
	height:102px;
	padding: 0;
	margin:0;
	background: transparent url(images/navi_gyosei6.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.navi-gyosei6 a:hover{
	background: transparent url(images/navi_gyosei6.gif) no-repeat 0 -102px;
}


.hed-01{
	margin:10px 0;
}
.hed-02{
	margin:10px 0 0 0;
}

.hed-03{
	margin:15px 0 10px 0;
	padding:2px 2px 2px 4px;
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	border-bottom:1px solid #202020;
}

.hed-04{
	margin:10px 0;
	padding:2px 2px 2px 4px;
	font-size:14px;
	line-height:1.5em;
	background:#999999;
	color:#ffffff;
}

.bodybox_g{
	background:#f2f7f0;
}

.bodybox_g10{
	background:#f2f7f0;
	padding:10px;
}


ul.list-arwdot-g {
	margin:0;
	padding:0;
	list-style-type: none;
}
ul.list-arwdot-g li{
	margin:0;
	padding: 2px 0 2px 12px;
	font-size:12px;
	line-height:1.4em;
	background: url(images/arw_dot_g.gif) no-repeat 1px 5px;
}



.icn-soudan a{
	display:block;
	width:60px;
	height:80px;
	padding: 0;
	margin:0;
	background: transparent url(images/icn_sodan.jpg) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.icn-soudan a:hover{
	background: transparent url(images/icn_sodan.jpg) no-repeat 0 -80px;
}

.icn-camp a{
	display:block;
	width:60px;
	height:80px;
	padding: 0;
	margin:0;
	background: transparent url(images/icn_camp.jpg) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.icn-camp a:hover{
	background: transparent url(images/icn_camp.jpg) no-repeat 0 -80px;
}

.icn-seikyu a{
	display:block;
	width:60px;
	height:80px;
	padding: 0;
	margin:0;
	background: transparent url(images/icn_seikyu.jpg) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.icn-seikyu a:hover{
	background: transparent url(images/icn_seikyu.jpg) no-repeat 0 -80px;
}

/*----- 日程 -----*/

.shdwbox-bg{
	background:url(images/shdwbox_bg.gif) repeat-y;
	width:665px;
	overflow:hidden;
}

.shdwbox-body{
	padding:0 15px;
	width:635px;
}

/*PDFバナー*/

.pdf205{
	width:205px;
	height:54px;
	overflow:hidden;
}

.pdf205 a.line1{
	width:205px;
	height:54px;
	padding-top:20px;
	padding-left:45px;
	display:block;
	background: transparent url(images/btnbg_pdf.gif) no-repeat 0 0;
	font-size:12px;
	line-height:1.5em;
	overflow:hidden;
}

.pdf205 a.line1:hover{
	background: transparent url(images/btnbg_pdf.gif) no-repeat 0 -54px;
	color:#red;
}

.pdf205 a.line2{
	width:205px;
	height:54px;
	padding-top:10px;
	padding-left:45px;
	display:block;
	background: transparent url(images/btnbg_pdf.gif) no-repeat 0 0;
	font-size:12px;
	line-height:1.5em;
	overflow:hidden;
}

.pdf205 a.line2:hover{
	background: transparent url(images/btnbg_pdf.gif) no-repeat 0 -54px;
	color:#red;
}

/*----- 講師 -----*/
.shdwbox-hed-gry{
	background:url(images/shdwbox_tophed.gif) no-repeat;
	padding:8px 0 5px 20px;
	font-size:16px;
	line-height:1.4em;
}
.teacher-box{
	width:305px;
}
.teacher-box2{
	width:635px;
}
.teacher-name{
	font-size:14px;
	line-height:1.4em;
	font-weight:bold;
	border-bottom:2px solid #c9c9c9;
	padding:0 2px 2px 2px;
	margin-bottom:6px;
	margin-top:10px;
}
.teacher-name span{
	font-size:12px;
	font-weight:normal;
	color:#50505;
}
.teacher-text{
	font-size:13px;
	line-height:1.6em;
	margin-bottom:15px;
}
.teacher-ph{
	float:left;
	width:90px;
	margin-bottom:5px;
}

/*----- 矢印 -----*/

ul.list-arwdot-g {
	margin:0;
	padding:0;
	list-style-type: none;
}
ul.list-arwdot-g li{
	margin:0;
	padding: 2px 0 2px 12px;
	font-size:12px;
	line-height:1.4em;
	background: url(images/arw_dot_g.gif) no-repeat 1px 5px;
}

.arwdot-g12 {
	margin:0;
	padding: 2px 0 2px 12px;
	font-size:12px;
	line-height:1.4em;
	background: url(images/arw_dot_g.gif) no-repeat 1px 5px;
}

.arwdot-g13 {
	margin:0;
	padding: 2px 0 2px 12px;
	font-size:13px;
	line-height:1.4em;
	background: url(images/arw_dot_g.gif) no-repeat 1px 5px;
}

/*----- アイコン付き -----*/

.icn-pdf {
	margin:0;
	padding: 4px 0 4px 20px;
	font-size:12px;
	line-height:1.4em;
	background: url(images/icn_pdf.gif) no-repeat 0px 2px;
}

.icn-epamph {
	margin:0;
	padding: 4px 0 4px 20px;
	font-size:12px;
	line-height:1.4em;
	background: url(images/icn_epamph.gif) no-repeat 3px 3px;
}


/*----- フォント -----*/
.body-10-15{
	font-size:10px;
	line-height:1.5em;
}
.body-10-18{
	font-size:10px;
	line-height:1.8em;
}
.body-11-15{
	font-size:11px;
	line-height:1.5em;
}
.body-11-18{
	font-size:11px;
	line-height:1.8em;
}
.body-12-15{
	font-size:12px;
	line-height:1.5em;
}
.body-12-18{
	font-size:12px;
	line-height:1.8em;
}
.body-13-15{
	font-size:13px;
	line-height:1.5em;
}
.body-13-18{
	font-size:13px;
	line-height:1.8em;
}
.body-14-15{
	font-size:14px;
	line-height:1.5em;
}
.body-14-18{
	font-size:14px;
	line-height:1.8em;
}


.new{
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	color:#ff0000;
	font-size:90%;
}

.red{
	color:#ff0000;
}


.tukidasi{
	margin-left: 1em;
	text-indent: -1em;
}

/* ~~ 画像オンマウス ~~ */
.highlight a:hover *{
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}

/* ~~ 画像オンマウス逆 ~~ */
.highlight-r a *{
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}
.highlight-r a:hover *{
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}



/*---------- 標準的なテーブル ----------*/


.stdtbl-12{
	border-top:1px #a9a9a9 solid;
	border-left:1px #a9a9a9 solid;
}
.stdtbl-12 td{
	padding: 3px 5px;
	font-size: 12px;
	line-height:1.5em;
	border-right:1px #a9a9a9 solid;
	border-bottom:1px #a9a9a9 solid;
}

.stdtbl-12s{
	border-top:1px #a9a9a9 solid;
	border-left:1px #a9a9a9 solid;
}
.stdtbl-12s td{
	padding: 2px 3px;
	font-size: 12px;
	line-height:1.5em;
	border-right:1px #a9a9a9 solid;
	border-bottom:1px #a9a9a9 solid;
}


/*--フッタ部分＞リンク--*/
#ft-link{
	font-size: 11px;
	color: #515151;
	line-height: 1.6em;
}
#ft-link img{
	margin: 2px 8px 2px 0px;
}
img.logo{
	margin: 15px 0 15px 0px;
}




