@charset "utf-8";

/*****************************/
/* UI Reset */

/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin:0;  
}
*/

fieldset,img{  
    border:0;  
}  
address,caption,cite,code,dfn,em,strong,th,var{  
    font-weight:normal;  
    font-style:normal;  
}  
ol,ul{
/*list-style:disc; */
}
caption,th{  
    text-align:left;  
}  
h1,h2,h3,h4,h5,h6{  
    font-weight:normal;  
    font-size:100%;  
}  
q:before,q:after{  
    content:'';  
}  
abbr,acronym{  
    border:0;  
} 


body {
	background-color: #ffffff;
	font-size: 13px;
	font-family: Arial, 'MS P�S�V�b�N', Verdana, SunSans-Regular, Sans-Serif;
	color:#000;
	padding:0px;
	margin:0px;
}


/*****************************/
/* body */
#container {
	width: 800px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-width: 0px 3px 3px 3px;
	border-color: #000000;
	border-style: solid;
}


/*****************************/
/* header */
#header{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 160px;
	width: 800px;
	border: 0px;
	text-align: center;
	background-color: #000;
/*	background-color: #ffffff;*/
/*	background-image: url("image/kameoka_photo.jpg");*/
/*	background-image: url("image/logo2_2014.jpg");*/
	background-repeat: no-repeat;
	color: #ffffff;
/*	color: #000;*/
	border-width: 3px 0px 3px 0px;
	border-style: solid;
	border-color: #000000;
	/*	position: fixed;*/
}

#header h1{
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 5px 0px 5px 0px;
}

#header h2{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 26px;
	margin: 10px 0px 10px 0px;
}

#header h3{
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	padding-top: 0px;
	margin: 5px 0px 5px 0px;
}

#header2{
	height: 120px;
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url("image/MKlab_photos.bmp");
	background-repeat: no-repeat;
	border-width: 1px 0px 2px 0px;
	border-style: solid;
	border-color: #000000;
}

#header a{
	padding: 0px 0px;
	text-decoration: underline;
        font-weight: normal;
	color: #FFF;
}

#header a:link{
	padding: 0px 0px;
	text-decoration: underline;
        font-weight: normal;
	color: #FFF;
}

#header a:visited{
	padding: 0px 0px;
	text-decoration: underline;
        font-weight: normal;
	color: #FFF;
}

#header a:hover{
	padding: 0px 0px;
	text-decoration: underline;
        font-weight: normal;
	color: #F07;
}

/*****************************/
/* Main content */
#maincontent{
	width: 800px;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-width: 0px 0px 0px 0px;
	border-color: #000000;
	border-style: solid;
}

div#maincontent {
    width: 770px;
    	margin-left: 15px;
	min-height:500px;
}

#maincontent h1{
	font-size: 20px;
	color: #c00;
	margin-bottom: 16px;
}

#maincontent h2{
	font-size: 16px;
	color: #555;
	margin-bottom: 10px;
	line-height: 18px;
}

#maincontent h3{
	font-size: 14px;
	color: #000;
	margin-bottom: 8px;
}

#maincontent h4{
	font-size: 13px;
	color: #000;
	margin-bottom: 3px;
}

#maincontent h5{
	width: 635px;
	height: 16px;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
/*	background-image: url(image/h3.gif);*/
	background-repeat: no-repeat;
	padding: 10px 0 7px 12px;
	margin-top: 10px;
	margin-left: -10px;
	margin-bottom: 10px;
}

#maincontent h6{
	width: 635px;
	height: 16px;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
/*	background-image: url(image/h3.gif);*/
	background-repeat: no-repeat;
	padding: 0px 0 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-decoration:underline;
}

#maincontent h7{
	width: 635px;
	height: 16px;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
/*	background-image: url(image/h3.gif);*/
	background-repeat: no-repeat;
	padding: 0px 0 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#maincontent a{
	padding: 0px 0px;
	text-decoration: underline;
        font-weight: normal;
	color: #00F;
}

#maincontent a:hover{
	padding: 0px 0px;
	text-decoration: underline;
        font-weight: normal;
	color: #F07;
}

#maincontent ul{
	list-style-type:disc;
	text-indent: 0px;
}

#maincontent li:hover{

}

#maincontent li{
	margin-top: 0px;
	background-color: #ffffff;
	margin-left: -20px;
}
#maincontent li a{
	color: #00F;
/*display:block;*/
/*padding: 0px 0px;*/
	text-decoration: none;
}

#maincontent li a:hover{
	padding: 0px 0px;
	text-decoration: underline;
        font-weight: normal;
	color: #F07;
}

/*
#thesis{
	margin-top:-203px;
	padding-top:203px
}
#journals{
	margin-top:-203px;
	padding-top:203px
}
#intlconf{
	margin-top:-203px;
	padding-top:203px
}
#bookchapter{
	margin-top:-203px;
	padding-top:203px
}
#reviewpapers{
	margin-top:-203px;
	padding-top:203px
}
#invitedtalks{
	margin-top:-203px;
	padding-top:203px
}
*/

table.newstable {
      	border-spacing: 5px 0px;
        width: 625px;
	padding: 0px 0px 10px 0px;
}

table.newstable td{
        vertical-align: top;
}

table.demotable {
	border-collapse:collapse;
    border:none;
}

table.demotable td.hline {
    border-bottom:solid 1px silver;
}

table.demotable td.vline {
    border-right:solid 1px silver;
}

table.demotable td.vhline {
	border-bottom:solid 1px silver;
	border-right:solid 1px silver;
}

table.demotable td.silver {
	background-color: silver;
    /* border-left:solid 10px silver; */
}

table.demotable td.lightgray {
	background-color: lightgray;
}

table.demotable td.ghostwhite {
	background-color: ghostwhite;
}

table.demotable td.rotate {
	white-space:nowrap;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	writing-mode: lr-tb;
}

.img_right_last {
	width: auto;
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	clear: right;
	margin-bottom: 0px;
	margin-top: 10px;
}

.paragraph {
	margin-top: 0px;
	margin-bottom: 0px;
}

.paragraph img{
	padding-top: 3px;
}

.attention {
	border-width: 2px 0px;
	border-color: red;
	border-style: solid;
	background-color: #ffeeee;
	font-weight: bold;
	font-size: 15px;
	width: 450px;
	margin-left: 20px;
	margin-right: auto;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.coloredtable1 td {
	background-color: #dddddd;
	padding: 6px;
}

table.coloredtable1 tr:first-child td {
	background-color: #888888;
	color: #ffffff;
	padding: 6px;
}


table.coloredtable2 td {
	background-color: #dddddd;
	padding: 6px;
	text-align: center;
}

table.coloredtable2 tr:first-child td {
	background-color: #888888;
	color: #ffffff;
	padding: 6px;
}

table.coloredtable2 tr td:first-child {
	background-color: #888888;
	color: #ffffff;
	padding: 6px;
	text-align: left;
}

table.coloredtable3 td {
	background-color: #dddddd;
	padding: 6px;
	text-align: left;
}
table.coloredtable3 tr:first-child td {
	background-color: #888888;
	color: #ffffff;
	padding: 6px;
	text-align: center;
}
.line-through {
	text-decoration : line-through ;
}
.important {
	font-weight : bold;
}

#maincontent ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

.paper-list{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -13px;
}

.paper-title {

}
.author-list {
	color: #666666;
}


.latinlist {
	list-style-type:lower-roman;
}
.nonelist {
	list-style-type:none;
}

.border {
	height: 10px;
}

.program-row {
	width: 90px;
	margin: 0px 1px;
	float: left;
}
.program-free {
	width: 100%;
	background-color: #ffffff;
	margin: 0px 0px 2px 0px;
}
.program-slot {
	width: 100%;
	background-color: #dddddd;
	margin: 0px 0px 2px 0px;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.1em;
}
.program-parallell {
	width: 54px;
	background-color: #dddddd;
	margin: 0px 2px 0px 0px;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	float: left;
	line-height: 1.0em;
}
.program-parallelr {
	width: 54px;
	background-color: #dddddd;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	float: left;
	line-height: 0.9em;
}
.program-time {
	width: 100%;
	background-color: #888888;
	margin: 0px 0px 2px 0px;
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
	font-size: 12px;
}
.program-end {
	clear: both;
}

/*****************************/
/* Left menu */

/*
ul.mainindent{
	list-style-type:none;
	text-indent: 0px;
}
ul.mainindent li:hover{
	list-style-image: url("image/mark2.bmp");
}
ul.mainindent li{
	list-style-image: url("image/mark1.bmp");
	margin-top: 0px;
	background-color: #ffffff;
	margin-left: -20px;
}
ul.mainindent li a{
	color: #000000;
	display:block;
	padding:0px 0px;
	height: 20px;
	text-decoration: none;
        color: #000;
}

ul.mainindent li a:hover{
	padding: 0px 0px;
	text-decoration: underline;
        font-weight: 900;
	color: #F07;
}
ul.subindent{
	list-style-type:disc;
	text-indent: 0px;
}
ul.subindent li:hover{
	list-style-type:disc;
}
ul.subindent li{
	margin-top: 0px;
	background-color: #ffffff;
	margin-left: -40px;
}
ul.subindent li a{
	color: #000000;
	display:block;
	padding:0px 0px;
	height: 20px;
	text-decoration: none;
        color: #000;
}

ul.subindent li a:hover{
	padding: 0px 0px;
	text-decoration: underline;
        font-weight: 900;
	color: #F07;
}
*/

#navibar{
	float: left;
	width: 140px;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size:120%;
/*	position: fixed;*/
/*
	border-width: 0px 3px 0px 0px;
	border-color: #000000;
	border-style: solid;
*/
}


#navibar ul{
	list-style-type:none;
	list-style-image: url("image/mark1.bmp");
	text-indent: 0px;
}

#navibar li:hover{
	list-style-image: url("image/mark2.bmp");
}

#navibar li{
	margin-top: 0px;
	background-color: #ffffff;
	margin-left: -20px;
}

#navibar li a{
	color: #000000;
	display:block;
	padding:0px 0px;
	height: 20px;
	text-decoration: none;
        color: #000;
}

#navibar li a:hover{
	padding: 0px 0px;
	text-decoration: underline;
        font-weight: 900;
	color: #F07;
}

#navibar ul li ul{
	list-style-type:none;
	list-style-image: url("image/line.png");
	text-indent: 0px;
}

#navibar ul li ul li:hover{
	list-style-image: url("image/line2.png");
}

#navibar ul li ul li{
	list-style-type:none;
	margin-top: 0px;
	background-color: #ffffff;
	margin-left: -30px;
	position: relative;
}

#navibar ul li ul li::after{
	display: block;
	content: '';
	position: absolute;
	top: .65em;
	left: -1em;
	width: 8px;
	height: 1px;
	background-color: #666;
}

#navibar ul li ul li a{
	color: #000000;
	display:block;
	padding:0px 0px;
	height: 20px;
	text-decoration: none;
        color: #000;
}

#navibar ul li ul li a:hover{
	padding: 0px 0px;
	text-decoration: underline;
        font-weight: 900;
	color: #F07;
}

/*****************************/
/* Footer */
#footer {
	clear: both;
	margin: -14px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	height: 23px;
	color: #fff;
	background-color: #000;
	border-width: 0px 0px 0px 0px;
	border-color: #000000;
	border-style: solid;
}


img {
    transition:transform 0.25s ease;
}

img:hover {
    -webkit-transform:scale(1.25); 
    transform:scale(1.25);
}


/*
img:hover {
	-webkit-transform: scale(2,2);
  }
  */