@charset "UTF-8";
/* CSS Document */
html {
	overflow:scroll;
}
/* Firefox Dotted Outline Fix ==================================== */
	a:active { 
		outline: none;
	}
	
	/* Firefox Dotted Outline Fix ==================================== */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	a{
		text-decoration: none;
		color:#5d3131;
	}
	
/* clearFix ==================================== */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{
	clear: both;
}



/* topbase ==================================== */

html{
    height:100%;
				margin: 0;
}

body{
	color: #333; font-size: 12px; line-height: 1.5em;
	background: url(../img/insbg.jpg) repeat-x #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height:100%;
}

#container{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
}


#wrap{
	width: 950px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}

*{
margin: 30;
padding: 0;
}



/* header ==================================== */

#header{
	width:950px;
	height: 110px;
}

#header h1{
	margin: 50px 0 0 0;
	padding: 0;
	float: left;
}

#header ul#ask{
	float:right;
	width: 145px;
	position: relative;
	list-style: none;
}

#header ul#ask li.inquiry a {
	background: url(../img/inquiry.png) no-repeat top left;
	width: 145px;
	height:47px;
	text-indent: -9999px;
	position:absolute;
	left: 0;
	top: 0;
	display: block;
	border-radius: 10px 10px 10px 10px;
}

#header ul#ask li.phone{
	background: url(../img/inquiry.png) no-repeat top right;
	width: 177px;
	height:94px;
	text-indent: -9999px;
	position:absolute;
	left: 145px;
	top: 0;
	display: none;
}


/* h2 ==================================== */

h2{
	width:950px;
	height: 130px;
 margin:0; padding:0;
}





/* main contents ==================================== */
#mainmenu{
	width: 910px;
	margin: 20px 0 0 20px;
	padding-bottom: 100px;
}

#mainmenu .lead{
	font-size: 12px;
	line-height: 1.5em;
}

#mainmenu p{
	font-size: 12px;
	line-height: 1.5em;
}

#mainmenu p.marg{
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 10px;
}

#mainmenu h3{
 margin:20px 0 10px 0; padding:0;
}

#mainmenu h3.full{
 margin:20px 0 10px 0; padding:0;
	clear: both;
}

#mainmenu h3.full img{
 margin-top: 20px;
}


#mainmenu ul li.l1{
	list-style-position: inside;
	margin-left: 20px;
	list-style: square;
}

#mainmenu ul li.l2{
	list-style-position: inside;
	margin-left: 20px;
	list-style: square;
	font-weight: bold;
	line-height: 1.8em;
}

#mainmenu p.li_body{
	margin-left: 35px;
	line-height: 1.8em;
}

#mainmenu h4{
 margin:20px 0 10px 0; padding:0;
	clear:both;
}

#mainmenu #drek{
	margin:20px;
}

#mainmenu h4.rek{
 margin:20px 0 10px 0; padding:0;
	border-bottom: dotted 1px;
	font-weight: bold; font-size: 13px;
	clear:both;
}


#mainmenu #example{
	margin: 20px 20px 0 20px;
	line-height: 1.8em;
}

#mainmenu #example h5{
	font-size: 14px; font-weight: bold;
	border-bottom: dotted 1px;
	margin: 10px 0;
}

#mainmenu #example ul {
	list-style: none;
}

#mainmenu #example ul li.exp2{
	background: url(../img/mark1.gif) no-repeat 4px 4px;
	text-indent: 20px;
}

#mainmenu #example ul li.exp3{
	background: url(../img/mark2.gif) no-repeat 36px 4px;
	text-indent: 50px;
}

#mainmenu #example ul li.exp4{
	background: url(../img/mark3.gif) no-repeat 66px 4px;
	text-indent: 80px;
}


#mainmenu .harfl{
	width:435px;
	float: left;
	margin-right: 40px;
	clear:both;
}

#mainmenu .harfl ul,.harfr ul,ol{
	list-style-position:inside;
	margin-top: 10px;
}

#mainmenu .harfl table#exp{
	width:435px;
}

#mainmenu .harfl table#exp td,th{
	border-bottom: dotted 1px;
	padding: 5px;
}

#mainmenu .harfr{
	width:435px;
	float: left;
	margin: 0;
}

#mainmenu h4.cons{
	margin: 20px 0 10px 0;
}

/* inquiry tables==================================== */

form
    {
    margin: 0;
    }



#mainmenu table#inq{
	width: 100%;
}

#mainmenu table#inq th,tr,td{
	padding:10px; margin:0;
	border-top: solid 1px #ccc;
}

#mainmenu table#inq td.d1{
	background: #efefef;
}

#mainmenu input{
		height: 25px;
		border-color: #666;
	 border-width:1px 1px 1px 1px;/* 枠線の太さ 上右下左 */
 	border-style:solid solid solid solid;/*枠線の種類 上右下左*/
}

#mainmenu textarea{
		height: 100px; width: 500px;
		border-color: #666;
	 border-width:1px 1px 1px 1px;/* 枠線の太さ 上右下左 */
 	border-style:solid solid solid solid;/*枠線の種類 上右下左*/
}


#mainmenu .input-checkbox{
		border-color: #666;
	 border-width:1px 1px 1px 1px;/* 枠線の太さ 上右下左 */
 	border-style:solid solid solid solid;/*枠線の種類 上右下左*/
		margin-right: 5px;
}

/* footer ==================================== */

#footer{
	clear:both;
	background: #b9b9b9;
/*	position: absolute;*/
	padding: 15px 0 50px 0;
	bottom:0px;
	width:100%;
	text-align: left;
}

#footer #width{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	/* padding: 5px; */
}

#footer #width ul li{
	list-style: none;
	padding: 0 20px 5px 0;
	float: left;
	font-size: 13px;
}

#footer #width p{
	clear: both;
	font-size: 12px;
	font:Verdana, Geneva, sans-serif;
}



	
	
	/* Menu Body ==================================== */
	ul#menu {
		width:950px;
		height:55px;
/*		background:url(bg.png) repeat-x;*/
		list-style:none;
		margin:0;
		padding:0;
		clear: both;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
		font-size: 0;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(../img/sprite.png) no-repeat scroll top left;
		display:block;
		height:55px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
		width:191px;
	}
	
	/* Specify width and background position attributes specifically for the class: "business" */
	ul#menu li a.business {
		width:191px;
		background-position:-191px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "personal" */
	ul#menu li a.personal {
		width:189px;
		background-position:-382px 0px;
	}

	/* Specify width and background position attributes specifically for the class: "cosul" */
	ul#menu li a.instructor {
		width:191px;
		background-position:-571px 0px;
	}

	/* Specify width and background position attributes specifically for the class: "overview" */
	ul#menu li a.consul {
		width:188px;
		background-position:-762px 0px;
	}

	/* Specify width and background position attributes specifically for the class: "entry" */
	ul#menu li a.overview {
		width:159px;
		background-position:-791px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "entry" */
	/*ul#menu li a.entry {
		width:118px;
		background-position:-832px 0px;
	}*/
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(../img/sprite.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.home span {
		background-position:0px -55px;
	}
	
	/* Shift background position on hover for the class: "business" */
	ul#menu li a.business span {
		background-position:-191px -55px;
	}

	/* Shift background position on hover for the class: "personal" */
	ul#menu li a.personal span {
		background-position:-382px -55px;
	}

	/* Shift background position on hover for the class: "recruit" */
	/*ul#menu li a.recruit span {
		background-position:-356px -44px;
	}*/
	
	/* Shift background position on hover for the class: "consult" */
	ul#menu li a.instructor span {
		background-position:-571px -55px;
	}	

	/* Shift background position on hover for the class: "overview" */
	ul#menu li a.consul span {
		background-position:-762px -55px;
	}

	/* Shift background position on hover for the class: "instructor" */
	ul#menu li a.overview span {
		background-position:-791px -44px;
	}
	
	/* Shift background position on hover for the class: "entry" */
	/*ul#menu li a.entry span {
		background-position:-832px -44px;
	}*/

/* menu selected reverse */
/*	ul#menu li a.home {
		background-position:0px -44px;
	}
*/
	#page02 ul#menu li a.business {
		background-position:-191px -55px;
	}

	#page03 ul#menu li a.personal {
		background-position:-382px -55px;
	}

	/*#page04 ul#menu li a.recruit {
		background-position:-356px -44px;
	}*/
	#page05 ul#menu li a.instructor {
		background-position:-571px -55px;
	}	
	#page06 ul#menu li a.consul {
		background-position:-762px -55px;
	}
	#page07 ul#menu li a.overview {
		background-position:-791px -44px;
	}

	/*#page08 ul#menu li a.entry {
		background-position:-832px -44px;
	}*/


/* 20120402 kvt add st */
.instructors {
	width: 910px;
	margin-bottom: 2em;
	padding: 1em 0;
	border-top: 2px dotted #ccc;
	overflow: hidden;
}

.instructors img {
	float: left;
	width: 174px;
	height: 232px;
	margin-right: 20px;
	border: 3px solid #ccc;
}

.instructors .profile {
	float: left;
	/* width: 710px; */
}

.instructors .profile .name {
	font-weight: bold;
	margin-bottom:1em;
}
.instructors .profile .name span {
	font-size: 16px;
}

.instructors .profile .label {
	margin-bottom: 0.5em;
}

.instructors .profile hr {
	/* width: 400px; */
	height: 3px;
	margin-bottom: 1em;
	border: none;
	background-color: #ccc;
}

.instructors .profile .text {
	margin-bottom: 1em;
	
}

/* 20120402 kvt add ed */



/*ナビ・ドロップダウンメニュー用*/
ul#menu li ul.child{
        display: none;
        position: absolute;
        padding: 0;
		width: 191px;
		clear: both;
}

ul#menu li ul.child li{
	width: 191px;
	clear: both;
	border-bottom: 1px solid #bebebe;
	height: 50px;
	background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #f6f6f6 0%, #e2e2e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e2e2e2), color-stop(0.00, #f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #e2e2e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6f6 0%, #e2e2e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f6f6 0%, #e2e2e2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f6f6f6 0%, #e2e2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e2e2e2', GradientType=0); /* IE7,8,9 */
}

ul#menu li ul.child li a{
    padding: 15px 10px 15px 0;
	text-align: center;
    display: block;
	color: #333333!important;
	text-indent: 0;
	background-image: none!important;
	font-size: 15px!important;
}

ul#menu li .child li:hover{
   background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #a4a09d 0%, #bebebe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #a4a09d), color-stop(0.00, #bebebe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a4a09d 0%, #bebebe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a4a09d 0%, #bebebe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a4a09d 0%, #bebebe 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a4a09d 0%, #bebebe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4a09d', endColorstr='#bebebe', GradientType=0); /* IE7,8,9 */
}
