ul {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, 'Lucida Grande', Helvetica, arial;
	margin: 0px;
	width: 100%;
	color: #666666;
}
.bl {
	overflow: hidden;
	text-indent: -999em;
	display: block;
}
.inner {
	width: 960px;
	margin: 0px auto;
}
a {
	text-decoration: none;
	color: inherit;
}
/* header -------------------------------------------------- */
#header .inner {
	background: url("../images/header_bg.png") no-repeat;
	height: 70px;
}
.sub_inner {
	/*background: url("../images/sub_head.png") no-repeat;*/
    height: 90px;
	background-color:#222222;
}
.sub_inner img.center {
	width:960px;
	margin: 0px auto;
	display: block;
}
#header ul {
	display: table;
}
#header ul li {
	display: table-cell;
}
#header ul li a {
	display: block;
	height: 70px;
}
#header ul a#ease {
	width: 170px;
}
#header ul a#tokyo {
	padding-left: 25px;
	padding-right: 350px;
	width: 180px;
}
#header ul a#home {
	width: 120px;
}
#header ul a#home:hover {
	background: url("../images/info_hover.png") no-repeat 5px 17px;
}
#header ul a#sitemap {
	width: 120px;
}
#header ul a#sitemap:hover {
	background: url("../images/info_hover.png") no-repeat -115px 17px;
}
/* slide -------------------------------------------------- */
#slide {
	background: #222;
	height: 350px;
}
#Slide .inner {
	position: relative;
}
#slide .inner #message {
	position: absolute;
	background: url("../images/slide_msg.png") no-repeat 0px 70px;
	width: 960px;
	height: 350px;
	z-index: 2;
}
#slide .inner .bxslider {
	position: absolute;
	z-index: 1;
}
/* globalnavi -------------------------------------------------- */
#globalnavi {
	background: url("../images/globalnavi_bg.png");
	background: #7ca140;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
}
#globalnavi ul#dropmenu {
	padding: 0px;
	display: table;
}
#globalnavi ul#dropmenu > li {
	position: relative;
	display: table-cell;
	text-align: left;
	height: 100%;
	color: #fff;
}
#globalnavi ul#dropmenu > li > a {
	padding-top: 20px;
	height: 40px;
	margin-right: 41px;
	display: block;
}
#globalnavi ul#dropmenu > li:last-child > a {
	margin-right: 0px;
}
#globalnavi ul#dropmenu > li:hover > a {
	border-bottom: solid 2px #fff;
	/*padding-top: 16px;*/
    height: 36px;
}
/* submenu */
#globalnavi #dropmenu li ul {
	list-style-type: none;
	position: absolute;
	top: 60px;
	z-index: 2;
	display: none;
}
#globalnavi #dropmenu li:hover ul {
	display: block;
}
#globalnavi #dropmenu li ul li {
	background: #7ca140;
	width: 150%;
	height: 40px;
}
#globalnavi #dropmenu li:last-child ul {
	left: -150%;
}
#globalnavi #dropmenu li ul li a {
	display: block;
	padding-top: 12px;
	padding-left: 10px;
	border-bottom: dotted 1px #fff;
	height: 26px;
	background: url("../images/globalnavi_sub_icn.png") no-repeat right 15px;
}
#globalnavi #dropmenu li ul li a:hover {
	background: url("../images/globalnavi_sub_icn_hover.png") no-repeat right 15px;
}
#globalnavi #dropmenu li ul li:last-child a {
	border-bottom: none;
}
#globalnavi #dropmenu li ul li:first-child {
	background: url("../images/globalnavi_sub_bg.png");
}
#globalnavi #dropmenu li ul li:hover {
	background: #bad432;
}
/* container ================================================== */
#container {
	width: 960px;
	margin: 30px auto;
	position:relative;
}
#container:before, #container:after {
	content:"";
	display:table;
}
#container:after {
	clear:both;
}
#container h1 {
	background: url("../images/sub_h1.jpg");
	margin: 0;
	border:underline;
	color:#FFF;
	font-weight:500;
	font-size:28px;
	padding:36px 0 36px 20px;
	margin-bottom:20px;
}
#container div#breadcrumb {
	margin:0 0 15px 0;
}
#container div#breadcrumb a {
	color:#516D26;
	border-bottom:1px #516D26 solid;
}
/* content -------------------------------------------------- */
#content {
	display: table-cell;
	vertical-align: top;
	position: relative;
	display:block;
	width:710px;
	margin:0 20px 0 0;
	float:left;
}
#content h2 {
	margin-bottom: 20px;
}
#content h2#sub {
	width: 62px;
	height: 60px;
	background: url("../images/sub_h2.png") no-repeat;
	display:block;
	padding:17px 0 8px 78px;
	font-size:35px;
	font-weight:500;
}
#content h2#ease2016tokyo {
	width: 710px;
	height: 76px;
	background: url("../images/h2_ease2016tokyo.png") no-repeat;
}
#content h2#news {
	width: 710px;
	height: 63px;
	background: url("../images/h2_whatsnew.png") no-repeat;
}
#content p.bold {
	color: #666666;
	font-size: 150%;
	word-wrap: break-word;
}
#content p {
	color: #666666;
	font-size: 100%;
	word-wrap: break-word;
}
#content table {
	color: #f37d22;
	font-size: 150%;
	margin-bottom: 118px;
	width:100%;
}
#content table.sub {
	margin-bottom: 5px;
}
#content a#archives {
	display: block;
	height: 25px;
	position: absolute;
	right: 0;
	top: 335px;
	width: 100px;
}
#content dl {
	width: 710px;
}
#content dt {
	float: left;
	clear: both;
}
dd {
	color: #7ca140;
	padding-left: 170px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #666;
	margin: 0px 0px 20px 0px;
}
dd a {
	margin-right: 20px;
}
#content dd a:hover {
	color: #bad432;
}
#content ul {
	padding:0 0 20px 20px;
}
#content ul ul {
	padding:0 0 0 10px;
}
#content ul li {
	padding-bottom:10px;
}
#content ul dl {
	width:690px;
}
#content a {
	color: #7ca140;
}
#content a:hover {
	color: #bad432;
}
#content .sub th {
	border-bottom:1px solid;
	font-weight:100;
}
#content .sub .blue {
	background-color:#6095C9;
	color:#FFF;
	font-size: 18px;
	text-align:center;
}
#content .sub .navy {
	background-color:#D9E0ED;
	color:#000;
	font-size: 18px;
	text-align:center;
}
#content .sub .sky {
	background-color:#EDF1F6;
	color:#000;
	font-size: 18px;
	text-align:center;
}
#content .through {
	color: #7ca140;
	text-decoration: line-through;
}
#content .smail {
	color: red;
	font-size: 14px;
}
#content .smail_c {
	text-align: center;
	color: red;
	font-size: 14px;
}
#content .red {
	color:red;
}
#content .orange {
	color:orange;
}
#content table.conference {
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	font-size:18px;
	border-collapse: collapse;
	color:#000;
}
#content .conference th {
	border-bottom:3px solid #000;
}
#content .conference td {
	border-top: 1px solid #000;
	text-align: center;
}
#content .conference .time {
	text-align: left;
}
#content img.abst {
	margin:0 0 50px 0;
}
#content .bold {
	font-weight:bold;
}
#content .ja dt {
	float: none;
}
#content .ja dd {
	padding: 0 0 20px 0;
}
#content ul.speak {
	margin: 0;
	padding: 0;
}
#content .speak li {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #ccc;
}
#content .speak img {
	display: block;
	float: left;
	width: 160px;
}
#content .speak dl {
	margin: 0;
	padding: 0 0 0 20px;
	width: 530px;
	float: left;
	line-height: 1em;
}
#content .speak dt {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	float: none;
}
#content .speak dd {
	margin: 0 0 10px 0;
	padding: 0;
	color: #666666;
	border: none;
}
#content .speak em {
	font-weight: bold;
	font-style: italic;
}
#content .attention {
	padding-bottom: 0px;
}
/* end content -------------------------------------------------- */

/* banner -------------------------------------------------- */
#banner {
	display: block;
	width: 230px;
	float:left;
}
#banner > div, #banner img, #banner > ul {
	margin-bottom: 10px;
}
#banner #subslide {
	width: 230px;
	height: 150px;
}
#banner .bx-wrapper .bx-pager {
	display: none;
}
#banner .bx-wrapper .bx-viewport {
	/* -moz-box-shadow: 0 0 5px #ccc; */
    /* -webkit-box-shadow: 0 0 5px #ccc; */
    /* box-shadow: 0 0 5px #ccc; */
    width: 228px!important;
	height: 148px!important;
	border:  1px solid #000;
}
div.sponsor {
	margin:0 auto 10px;
	width:960px;
}
.sponsor ul {
	margin-right:-10px;
	overflow:hidden;
	list-style-type: none;
}
.sponsor li {
	width:184px;
	float:left;
	margin:0 10px 10px 0;
}
.sponsor img {
	margin-bottom: 0px;
}
/* end banner -------------------------------------------------- */


/* end container ================================================== */


/* footer -------------------------------------------------- */
#footer {
	background: url("../images/footer_bg.png");
	height: 60px;
}
#footer .inner {
	position: relative;
}
#footer .inner a#to_top {
	position: absolute;
	right: 0px;
	top: -30px;
	display: block;
	background: url("../images/footer_2top.png") no-repeat;
	width: 80px;
	height: 30px;
}
#footer .inner a#to_top:hover {
	background: url("../images/footer_2top_hover.png") no-repeat;
}
#footer .inner p {
	color: #fff;
	text-align: center;
	padding-top: 22px;
}
#content ul.abs_form {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 26px;
	color: #df6500;
}
#content .abs_form li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	color: #666666;
}
#content .abs_form li strong {
	color: #F00;
	font-weight: normal;
}
#content .abs_form li span {
	font-size: 85%;
}
#content .li1 {
	color: #df6500;
}
#content .li1:hover {
	color: #df6500;
}

/* Btn -------------------------------------------------- */
#content .btn {
	width: 400px;
	text-align: center;
	margin: 0 auto;
}
#content .button_example {
	border:1px solid #91b41a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:18px;
	font-family:helvetica, sans-serif;
	padding: 10px 50px;
	text-decoration:none;
	display:inline-block;
	text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #666;
	background-color: #b6e026;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e026), to(#abdc28));
	background-image: -webkit-linear-gradient(top, #b6e026, #abdc28);
	background-image: -moz-linear-gradient(top, #b6e026, #abdc28);
	background-image: -ms-linear-gradient(top, #b6e026, #abdc28);
	background-image: -o-linear-gradient(top, #b6e026, #abdc28);
	background-image: linear-gradient(to bottom, #b6e026, #abdc28);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#b6e026, endColorstr=#abdc28);
}

#content .button_example:hover { color:#666; }

/*
#content .button_example:hover {
	color: #fff;
	border:1px solid #718c14;
	background-color: #95b91a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#95b91a), to(#8bb41d));
	background-image: -webkit-linear-gradient(top, #95b91a, #8bb41d);
	background-image: -moz-linear-gradient(top, #95b91a, #8bb41d);
	background-image: -ms-linear-gradient(top, #95b91a, #8bb41d);
	background-image: -o-linear-gradient(top, #95b91a, #8bb41d);
	background-image: linear-gradient(to bottom, #95b91a, #8bb41d);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#95b91a, endColorstr=#8bb41d);
}
*/
#content .button {
	border:1px solid #91b41a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:18px;
	font-family:helvetica, sans-serif;
	padding: 10px 50px;
	text-decoration:none;
	display:inline-block;
	text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #666;
	background-color: #b6e026;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e026), to(#abdc28));
	background-image: -webkit-linear-gradient(top, #b6e026, #abdc28);
	background-image: -moz-linear-gradient(top, #b6e026, #abdc28);
	background-image: -ms-linear-gradient(top, #b6e026, #abdc28);
	background-image: -o-linear-gradient(top, #b6e026, #abdc28);
	background-image: linear-gradient(to bottom, #b6e026, #abdc28);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#b6e026, endColorstr=#abdc28);
}
#content .button:hover {
	color: #fff;
	border:1px solid #718c14;
	background-color: #95b91a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#95b91a), to(#8bb41d));
	background-image: -webkit-linear-gradient(top, #95b91a, #8bb41d);
	background-image: -moz-linear-gradient(top, #95b91a, #8bb41d);
	background-image: -ms-linear-gradient(top, #95b91a, #8bb41d);
	background-image: -o-linear-gradient(top, #95b91a, #8bb41d);
	background-image: linear-gradient(to bottom, #95b91a, #8bb41d);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#95b91a, endColorstr=#8bb41d);
}

#content .button a {
	color: #000;
	width: 100%;
	height: 100%;
}

#content .button a:hover {
	color: #FFF;
}
