html{
margin:0;
padding:0;
}
body{
background-color:#ccc;
margin:0;
padding:0;
}
.h{
margin:0;
padding:.5em 1em;
font-size:1.5em;
font-family:serif;
font-weight:normal;
color:rgb(255,255,255);
background-color:rgb(235,97,1); /*(0,90,140)*/
border-bottom:2px solid rgb(234,2,2); /* (0,93,200) */
}
.h::after{
display:block;
content:"Alumni of Yamaguchi Lab., Intelligent Mechanical Systems Engineering, Faculty of Engineering, Kagawa University Web - okboss.rondefen.org";
font-size:0.5em;
font-family:arial;
}
.h:first-letter{
font-size:1.2em;
color:rgb(200,50,50);
}
.abstract::before{
content:"Abstract";
display:block;
color:rgb(0,180,0);
width:8em;
font-style:italic;
text-decoration:underline;
}
.abstract{
margin:1em 2em;
padding:0 .5em;
-moz-border-radius:1em;
-khtml-border-radius:1em;
border:3px double rgb(0,120,80);
}
.nav{
column-width:26em;
column-gap:1.4em;
column-rule:1px dotted rgb(255,255,255);
column-count:auto;
-moz-column-width:26em;
-moz-column-gap:1.4em;
-moz-column-rule:1px dotted rgb(255,255,255);
-moz-column-count:auto;
}
.section {
margin:.5em 1.4em;
}
.section .h{
font-size:1.2em;
}
.section .h::after{
display:none;
}
p{
text-indent:1em;
}
table * th,
table * td{
border:1px solid black;
}
.comment{
font-size:.92em;
color:green;
}
ins{text-decoration:none;}

