/*===========================
　基本設定
=============================*/

/*ブラウザー固有のスタイルをリセット*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
body {
	width:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
ul,ol,li {
	list-style:none;
}
/*フォントサイズ*/
body{
	font:13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    *font-size:small;/* IE用 */
    *font:x-small;/* IE 互換モード用 */
	color:#313232;
	background-color:#fff;
	line-height:1.7em;
}
p.honbun {
	width:740px;
	margin:15px auto;
}
p.honbun2 {
	width:740px;
	margin:5px auto;
}
p.honbun_blue_l {
	width:740px;
	margin:15px auto;
	color:#186db6;
	font-size:18px;
	line-height:1.8em;
}
.text_l {
	font-size:150%;
	line-height:1.6em;
}
/*リンク*/
a {
	text-decoration:none;
	color:#658b37;
}
h1,h2,h3,h4 {
	font-size:100%;
}

#toTop a:hover {
	text-decoration:underline;
}
a:hover img {
	opacity:0.8;
}

/*画像を左寄せにする*/
.img_left {
	float:left;
	margin:20px 15px;
}
.img_left2 {
	float:left;
	margin:0 5px 20px;
}

/*画像を右寄せにする*/
.img_right {
	float:right;
	margin:20px 3px 0 0;
}
.centering {
	margin:50px auto 10px;
}
/*float解除用*/
.clearfix:after{/*for modern browser*/
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {zoom:1;/*for IE 5.5-7*/}
.clear {
	overflow:hidden;
}

/*===========================
　基本構造
=============================*/

/*======　ヘッダー　======*/

#header {
	height:116x;
	width:100%;
	border-top:7px #166ab6 solid;
}
div.head_wrap {
	width:887px;
	height:116px;
	margin:0 auto;
	position:relative;
	background:url(../images/header.jpg) no-repeat right;
}
.head_right {
	float:right;
}
#logo {
	position:absolute;
	left:0px;
	top:10px;
}

	/* global navi  */
		#gnavi {
			width:100%;
			height:30px;
		}

		#gnavi ul {
			width:887px;
			margin:0 auto;
		}
		#gnavi ul li a {
			display:block;
			padding:0 22px 0;
			height:30px;
			text-align:center;
			line-height:30px;
			float:left;
			border-right:1px #333333 solid;
			color:#2d2d2d;
			font-weight:bold;
		}
		#gnavi ul li a.menu_on {
			color:#1764a9;
		}

		#gnavi ul li a:hover {
			color:#838383;
		}
	/* // global navi // */

	/* // ヘッダー// */

/*======　メインイメージ　======*/

#main_image {
	width:887px;
	margin:0 auto;
}
.main_image_back {
	width:100%;
	height:472px;
	background:url(../images/main_back.jpg) no-repeat top center;
	background-color: #dceaf7;
}


	/*　//メインイメージ//　*/

	/*======　下層ヘッダー　======*/

h2#under_header {
	width:832px;
	height:97px;
	margin:0 auto;
	background:url(../images/under_header.jpg) no-repeat;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:30px;
	color:#FFFFFF;
	text-align:left;
	line-height:97px;
	padding-left:55px;
	font-weight:normal;
}
h2#under_header_green {
	width:832px;
	height:97px;
	margin:0 auto;
	background:url(../images/under_header_green.jpg) no-repeat;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:30px;
	color:#FFFFFF;
	text-align:left;
	line-height:97px;
	padding-left:55px;
	font-weight:normal;
}
h2#under_header_camp {
	width:887px;
	height:300px;
	margin:0 auto;
}
.under_header_back {
	width:100%;
	height:97px;
	background-color:#186db6;
}
.under_header_back_green {
	width:100%;
	height:97px;
	background-color:#cdddb9;
}
.under_header_back_camp {
	width:100%;
	height:300px;
	background-color:#5880b9;
}


	/*　//下層ヘッダー//　*/

/*======　hタグ　======*/

.bar_blue {
	width:790px;
	margin:0 auto;
	height:38px;
	line-height:41px;
	font-weight:normal;
	text-indent:25px;
	background:url(../images/title_under_blue.jpg) no-repeat;
	font-size:16px;
	color:#0b4170;
}
.bar_blue2 {
	width:662px;
	margin:0 auto;
	height:38px;
	line-height:41px;
	font-weight:normal;
	text-indent:25px;
	background:url(../images/title_under_blue.jpg) no-repeat;
	font-size:16px;
	color:#0b4170;
}
.bar_green {
	width:790px;
	margin:0 auto;
	height:38px;
	line-height:41px;
	font-weight:normal;
	text-indent:25px;
	background:url(../images/title_under_green.jpg) no-repeat;
	font-size:16px;
	color:#2b5012;
}
.pagetitle_s {
	font-size:65%;
	color:#a29ec4;
	text-indent:20px;
}
.icon_blue2{
	background:url(../images/icon_blue.jpg) no-repeat left top;
	text-indent:25px;
	margin:20px 20px 0;
	font-size:15px;
	font-weight:normal;
	color:#0c4a7e;
}

.icon_blue3{
	background:url(../images/icon_blue.jpg) no-repeat left top;
	text-indent:25px;
	margin:0px 20px 0 0;
	font-size:15px;
	font-weight:normal;
	color:#0c4a7e;
}

.icon_green{
	background:url(../images/icon_green.jpg) no-repeat left top;
	text-indent:22px;
	margin:13px 20px 5px;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#3f4144;
}
.dot_line {
	display:block;
	width:100%;
	margin:10px auto;
	border-bottom:dotted 1px #999999;
	font-size:15pt;
	line-height:50px;
	height:50px;
	text-indent:30px;
	color:#426073;
	font-weight:normal;
	background: #ffffff;

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 47%, #f4f4f4 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f7f7f7), color-stop(100%,#f4f4f4));

background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 47%,#f4f4f4 100%);

background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 47%,#f4f4f4 100%);

background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 47%,#f4f4f4 100%);

background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 47%,#f4f4f4 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );




}

.dot_line_orange {
	display:block;
	width:100%;
	margin:10px auto;
	border-bottom:dotted 1px #999999;
	font-size:15pt;
	line-height:60px;
	height:60px;
	text-indent:30px;
	color:#ffffff;
	font-weight:normal;
background: #ffaf4b;
background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
background: -webkit-linear-gradient(top, #ffaf4b 0%,#ff920a 100%);
background: linear-gradient(to bottom, #ffaf4b 0%,#ff920a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 );

}
.dot_line_green {
	display:block;
	width:100%;
	margin:10px auto;
	border-bottom:dotted 1px #999999;
	font-size:15pt;
	line-height:60px;
	height:60px;
	text-indent:30px;
	color:#ffffff;
	font-weight:normal;
background: #a9db80;
background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%);
background: -webkit-linear-gradient(top, #a9db80 0%,#96c56f 100%);
background: linear-gradient(to bottom, #a9db80 0%,#96c56f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 );
}


/*======　コンテンツエリア　======*/


#contents {
	width:100%;
	overflow:hidden;
	background-color:#297ac2;
}
#contents_under {
	width:100%;
	overflow:hidden;
	background-color:#dceaf7;
	border-bottom:1px #CCCCCC solid;
}
.under_topline {
	height:13px;
	width:100%;
	background:url(../images/under_topline.jpg) repeat-x;
}
#main_contents {
	width:887px;
	margin:0 auto;
}
#main_contents_under {
	width:887px;
	margin:0 auto;
	background:#FFFFFF;
	padding:45px 0;
}
.contents_box_under {
	width:790px;
	margin:0 auto;
}
/*section
.section-title {
	width:720px;
	margin:0 auto;
	height:30px;
	line-height:33px;
	font-weight:normal;
	text-indent:35px;
}*/
/*共通section*/
.section {
	margin:10px 0 10px;
}
.section_top {
	margin:18px 0 0;
}
ul.point li {
	float:left;
	margin-right:15px;
}
ul.point li.rignt {
	margin-right:0;
}

.ul_news{
	line-height: 179%;
}
.news_cat_blog {
	display: inline-block;
	width: 50px;
	margin: 2px;
	text-align: center;
	font-size: 12px;
	padding: 0 5px;
	background-color: #FF0000;
	border-radius: 4px;
	border: 1px solid #5bae88;
	background: #FF0000;
	background: linear-gradient(#FF0000, #ff7f50);
	color: #fff !important;
}
/*news*/
.section_left {
	margin:20px 0 20px;
	float:left;
	width:662px;
	background-color:#fff;
}
.section_left_nofloat {
	margin:20px 0 20px;
	width:662px;
	background-color:#fff;
}

.section_left_noback {
	margin:20px 0 7px;
	float:left;
	width:662px;
}
.newscontents{
	margin:10px 15px 0;
	width:632px;
	border-bottom:1px #999999 dotted;
	padding-bottom:7px;
	line-height:1.3em;
}
.newscontents2{
	margin:10px 15px 0;
	width:632px;
	padding-bottom:7px;
	line-height:1.3em;
}
.date {
	color:#333;
	font-size:90%;
	line-height:22px;
	background:url(../images/icon_green.jpg) no-repeat left center;
	text-indent:20px;
	padding:5px 0 2px;
}
.date_right {
	text-align:right;
	font-size:110%;
	font-weight:bold;
	color:#889764;
}
.newstext {
	font-size:100%;
	color:#0066CC;
	margin:0 0 0 18px;
}
.newstext a {
	font-size:100%;
	color:#0066CC;
	text-decoration:underline;
}

.next a {
	width:250px;
	height:45px;
	margin:20px auto;
	text-align:center;
	line-height:45px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	font-size:120%;
	border-radius:3px;
	background: #499bea;

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5OWJlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDdjZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #499bea 0%, #207ce5 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5));

background: -webkit-linear-gradient(top,  #499bea 0%,#207ce5 100%);

background: -o-linear-gradient(top,  #499bea 0%,#207ce5 100%);

background: -ms-linear-gradient(top,  #499bea 0%,#207ce5 100%);

background: linear-gradient(to bottom,  #499bea 0%,#207ce5 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );

}
.next a:hover {
	background: #2c539e;

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjNTM5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzUzOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #2c539e 0%, #2c539e 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c539e), color-stop(100%,#2c539e));

background: -webkit-linear-gradient(top,  #2c539e 0%,#2c539e 100%);

background: -o-linear-gradient(top,  #2c539e 0%,#2c539e 100%);

background: -ms-linear-gradient(top,  #2c539e 0%,#2c539e 100%);

background: linear-gradient(to bottom,  #2c539e 0%,#2c539e 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=0 );


}

/*side*/
.side {
	float:right;
	margin:20px 0 0;
	width:202px;
}
.side img {
	margin-bottom:5px;
}


/*Under-info*/
#under_info {
	background-color:#313232;
	padding:4px 0;
	margin-bottom:5px;
	width:700px;
}
#under_info .info-box {
	width:650px;
	margin:3px auto;
	overflow:hidden;
	background-color:#f1f4f5;
	padding:12px 16px;
}
#under_info h2 {
	color:#FFFFFF;
	text-indent:10px;
	font-size:110%;
	line-height:30px;
}


	/*　//コンテンツエリア//　*/

/*======　フッター　======*/
#footer {
	width:100%;
	background: #fff;
}

#footer_contents {
	width:887px;
	margin:0 auto 0;
	padding:40px 0 20px;
	overflow:hidden;
	text-align:center;
}
p.copyright {
	font-size:85%;
	line-height:22px;
	color:#999;
	margin:5px 10px 10px;
}
p.footadr {
	font-size:95%;
	color:#333;
	margin:5px 0 0;
}

.red {
	color:#FF0000;
}
.bold {
	font-weight:bold;
}
ul.icon_blue li {
	background:url(../images/icon_blue.jpg) no-repeat left top;
	text-indent:25px;
	margin:10px 0;
}
ul.course_list {
	width:790px;
	height:60px;
	margin:0 auto 20px;
	border-bottom:1px dotted #999;
}
ul.course_list li a{
	background:url(../images/icon_green.jpg) no-repeat left center;
	text-indent:18px;
	float:left;
	display:block;
	font-size:12px;
	color:#666;
	margin:0 5px 10px;
}

.trainer {
	width:724px;
	border:3px #eeeeee solid;
	padding:30px;
	overflow:hidden;
	margin:10px auto;
}
.trainer_left {
	float:left;
	margin-right:20px;
}
.trainer_right {
	width:450px;
	float:right;
}
.trainer_right .name {
	font-size:16px;
	border-bottom:1px dotted #999999;
	margin-bottom:10px;
}
.from {
	background-color:#ebf5d6;
	border-radius:5px;
	width:410px;
	padding:10px 20px;
}
.bluebox {
	background-color:#3488de;
	padding:0 3px;
	color:#FFFFFF;
	height:20px;
	font-size:12px;
	width:5em;
	text-align:center;
	margin:0 0 5px;
}

/*======　tableスタイル　======*/
.bg_gray {
	background-color:#d9dfe2;
	padding:10px;
	border:1px #fff solid;
}
.bg_gray2 {
	background-color:#828789;
	padding:6px;
	border:1px #fff solid;
	color:#FFF;
}
.bg_blue {
	background-color:#99ccff;
	padding:2px 6px;
	border:1px #fff solid;
	color:#333;
}
.bg_green {
	background-color:#e8f2dc;
	padding:2px 0 2px 10px;
	border:1px #fff solid;
	color:#333;
	font-weight:normal;
}
.bg_white {
	background-color:#fff;
	padding:10px;
	border:1px #C3C0B0 solid;
}
.bg_white_pad20 {
	background-color:#fff;
	padding:20px;
	border:1px #C3C0B0 solid;
}
.bg_black {
	background-color:#333;
	padding:10px;
	border:1px #C3C0B0 solid;
	color:#fff;
}

#company_prof dl{
	margin: 20px 0 15px;
	padding: 0 10px 10px;
}
#company_prof dl dt{
	float: left;
	width: 6em;
	text-indent: 1em;
	line-height: 180%;
	color: #5e8f22;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#company_prof dl dd{
	line-height: 180%;
	border-bottom: 1px #CCCCCC solid;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 9em;
}
.mf {
	padding:5px;
}
.txt_pink {
	color:#FF66CC;
}


.wrap{
	text-align:center;
}
