@charset "utf-8";

html, body {width: 100%; height: 100%;}

body {
	margin:0; padding:0; border:none 0; outline:none 0;
	/* background: url(../../images/head_bg.jpg) no-repeat center top; */
}

a{outline:none;}
a{text-decoration:none;}
img{border:0;}

#header {
	width: 100%;
	height: 65px;
	margin: 0 auto;
	position:relative;
}

#header .LeftHalf {
	width: 70%;
	height: 100%;
	left: 0px;
	position:absolute;
	background: #000000;
}

#header .RightHalf {
	width: 30%;
	height: 100%;
	right: 0px;
	position:absolute;
	background: #F85DAF;
}

#header .inner {
	width: 1070px;
	height: 65px;
	margin: 0 auto;
	position:relative;
}

#header .inner img {
	display: block;
	float: left;
}

#footer {
	width: 100%;
	height: 65px;
	margin: 0 auto;
	position:relative;
	clear: both;
}

#footer .LeftHalf {
	width: 70%;
	height: 100%;
	left: 0px;
	position:absolute;
	background: #000000;
}

#footer .RightHalf {
	width: 30%;
	height: 100%;
	right: 0px;
	position:absolute;
	background: #F85DAF;
}

#footer .inner {
	width: 1070px;
	height: 65px;
	margin: 0 auto;
	position:relative;
}

#footer .inner img {
	display: block;
	float: left;
}

#topbanner {
	max-width: 100%;
	margin: 0 auto 150px;
	position:relative;
	background: url(../images/top_bg.jpg) repeat-x center top;
}

.topbanner_inner{
	width: 1070px;
	margin: 0 auto;
	position:relative;
}

#topbanner h1{
	margin: 0 auto;
}

#container .block {
	width: 1070px;
	height: 100%;
	margin: 0 auto 20px;
	position: relative;
}

#container .block img {
	text-align: center;
	position:relative;
	display: block;
}

#container .block2 {
	width: 1070px;
	height: 100%;
	margin: -20px auto 20px;
	position: relative;
}

#container .block2 img {
	text-align: center;
	position:relative;
	display: block;
}

#container .tokyo {
	width: 536px;
	height: 602px;
	display: block;
	position: relative;
	float: left;
	background: url(../images/b07_img5.jpg) no-repeat left top;
}

#container .tokyo h3 {
	margin-top: 480px;
	margin-left: 70px;
	font-size: 13px;
}

#container .tokyo p {
	margin-left: 70px;
	font-size: 12px;
	line-height: 17px;
}

#container .osaka {
	width: 534px;
	height: 602px;
	display: block;
	position: relative;
	float: left;
	background: url(../images/b07_img6.jpg) no-repeat left top;
}

#container .osaka h3 {
	margin-top: 480px;
	margin-left: 55px;
	font-size: 13px;
}

#container .osaka p {
	margin-left: 55px;
	font-size: 12px;
	line-height: 17px;
}

#container #ws .txtArea{
	padding-left:40px ;
}

#container #ws .btnArea{
	position: absolute;
	bottom: 22px;
	right: 82px;
	height: 108px;
}

#container #ws .btn_link {
	width: 513px;
	margin: 0;
}



#container .btn_link {
	/*width: 1070px;*/
	/*height: 100px;*/
	width: 736px;
	margin: 40px auto 0;
	position: relative;
}

#container .btn_link a {
	text-align: center;
	position:relative;
	display: block;
}

#container .btn_link2 {
	clear: both;
	/*width: 1070px;*/
	/*height: 100px;*/
	width: 736px;
	margin: 100px auto 0;
	position: relative;
}

#container .btn_link2 a {
	text-align: center;
	position:relative;
	display: block;
	padding-top: 20px;
}

#container .btn_course {
	/*width: 1070px;*/
	/*height: 172px;*/
	margin: -20px auto -23px;
	position: relative;
	background: url(../images/b07_img3.jpg) no-repeat center top;
}

#container .btn_course a {
	text-align: center;
	position:relative;
	display: block;
	padding-top: 5px;
}

#container .pagetop {
	/*width: 1070px;*/
	/*height: 100px;*/
	width: 135px;
	margin: -20px auto;
	position: relative;
}

#container .pagetop a {
	text-align: center;
	position:relative;
	display: block;
	padding-bottom: 20px;
}

#mv-ico {
    width: 112px;
    height: 112px;
    position: absolute;
    right: 50px;
    top: 30px;
}

/**20151027追加 TOPnav部分**/

.top_nav{
	width: 890px;
	margin: 0 auto;
	position: absolute;
	top: 296px;
	left: 89px;
}

.top_nav dd{
	margin-left: 0;
	position: relative;
}

.top_nav ul{
	width: 662px;
	overflow: hidden;
	padding-left: 0;
	position: absolute;
	left:113px;
	top: -129px;
}

.top_nav_list{
	float: left;
	width: 212px;
	list-style: none;
	margin-right: 13px;
}

.top_nav_list03{
	margin-right: 0;
}

.top_btnArea {
	width: 920px;
	margin: 0 auto 10px;
	overflow: hidden;
}

.top_btnArea .top_btn_left{
	width: 432px;
	float: left;
}

.top_btnArea .top_btn_right{
	width: 431px;
	float: right;
}

