@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;
	background: url(../img/topbg.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;
}


/* mainmenu ==================================== */
#mainmenu{
	width: 950px;
	margin: 20px 0 0 0;
	padding-bottom: 50px;
}

#mainmenu #service{
	width: 950px;
	float: left;
}

#mainmenu #service h2{
	background: url(../img/mid_s.png) no-repeat;
	text-indent: -9999px;
	width: 950px;
	height: 19px;
	margin: 20px 0 10px 0;
}

#mainmenu #service ul#smenu {
	list-style: none;
}

#mainmenu #service ul#smenu li{
	margin-bottom: 50px;
}

#mainmenu #service ul#smenu li.business{background: url(../img/smenu_3.jpg) no-repeat;width: 172px;height: 226px;margin-right: 22px;float:left;}

#mainmenu #service ul#smenu li.business a{
	width: 172px; height: 136px;
	display:block; text-indent: -9999px;
}

#mainmenu #service ul#smenu li.personal{background: url(../img/smenu_4.jpg) no-repeat;width: 172px;height: 226px;margin-right: 22px;float:left;}

#mainmenu #service ul#smenu li.personal a{
	width: 172px; height: 136px;
	display:block; text-indent: -9999px;
}

#mainmenu #service ul#smenu li.recruit{background: url(../img/smenu_5.jpg) no-repeat;width: 172px;height: 226px;/* margin-right: 22px; */float:left;}

#mainmenu #service ul#smenu li.recruit a{
	width: 172px; height: 136px;
	display:block; text-indent: -9999px;
}

#mainmenu #service ul#smenu li.consul{background: url(../img/smenu_1.jpg) no-repeat;width: 172px;height: 226px;margin-right: 22px;float:left;}


#mainmenu #service ul#smenu li.consul a{
	width: 172px; height: 136px;
	display:block; text-indent: -9999px;

}

#mainmenu #service ul#smenu li.change{background: url(../img/smenu_2.jpg) no-repeat;width: 172px;height: 226px;float:left;margin-right: 22px;}

#mainmenu #service ul#smenu li.change a{
	width: 172px; height: 136px;
	display:block; text-indent: -9999px;
}

#mainmenu #service ul#smenu li p{
	font-size: 0.8em;
	line-height: 1.65em;
	padding: 10px;
	margin: 0 0 50px 0;
}

#mainmenu ul#other{
	width: 197px;
	float: right;
	list-style: none;
}

#mainmenu ul#other li.overview{
background: url(../img/smenu_5.jpg) no-repeat;
width: 197px;
}

#mainmenu ul#other li.overview a{
	width: 197px; height: 38px;
	display:block; text-indent: -9999px;
}

#mainmenu ul#other li.entry{
background: url(../img/smenu_6.jpg) no-repeat;
width: 197px;
}

#mainmenu ul#other li.entry a{
	width: 197px; height: 38px;
	display:block; text-indent: -9999px;
}

#mainmenu ul#other li p{
	font-size: 10px;
	line-height: 1.5em;
	padding: 5px 5px 20px 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: 0.8em;
}

#footer #width p{
	clear: both;
	font-size: 12px;
	font:Verdana, Geneva, sans-serif;
}


/* top main ==================================== */

#main{
	width:950px;
	height: 364px;
	background: url(../img/mainimage.jpg) no-repeat;
	font-size: 1px;
	text-indent: -9999px;
}

#sns-box{
	float: left;
	margin-left: 45px;
	margin-top: 20px
	}

.sns-btn{
	float: left;
	margin-right: 5px;
}


	
	
	/* Menu Body ==================================== */
	ul#menu {
		width:950px;
		height: 55px;
		/* background: url(../img/sprite.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;
	}*/
	



/*�i�r�E�h���b�v�_�E�����j���[�p*/

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 */
}
