body {
    font-family: "Times New Roman",Times,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
    margin-top: 1.0em;
}

h1 { 
    font-size: 1.8em;
    font-weight: bold;
    border-bottom: 0.1em solid #4288CA;
    margin: 1em 0 1em 0;
    padding-left: 0.2em;
    padding-top: 0.1em;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
    border-left: 0.2em solid #fc3;
    margin: 1.0em 0 0.5em 0;
    padding-left: 0.3em;
}

h3, h4 {
    font-size: 1em;
    font-weight: bold;
}

p {
    font-size: 1.0em;
    line-height: 1.8em;
    margin-bottom: 1em;
}

ul, ol {
    padding-left: 2em;
    margin-top: 1em;
}

li {
    font-family: "Arial", "Helvetica", sans-serif;	


    margin-bottom: 1.0em;
}

dt {
    margin-left: 1em;
}

dd {
    margin-left: 2em;
}

dt.h {
    margin-left: 1em;
	float: left;
    padding-right: 1em;
}

hr.h1 {
    height: 1px;
    border: none;
    border-top: 1px black solid;
}

img.autoimage {
    width: 100%;
    height: auto;
}

div.h1box {
    margin-left: 3%;
    width:97%;
}

div.h2box {
    margin-left: 3%;
    margin-bottom: 1em;
}

div.h3box {
    margin-left: 3%;
    margin-bottom: 1em;
}

div.page-title {
    font-size: 2em;
    font-weight: bold;
    background-color: #f0fff0;
    border: 0.2em solid #f8fff8;
    margin-bottom: 0.8em;
    margin-left: -0.5em;
    padding-left: 0.2em;
    padding-top: 0.1em;
}

div.scroll-box {
    overflow: scroll;
    height: 15em;
}

a { 
    text-decoration:underline; 
}

td {
    text-align: center;
    vertical-align: middle;
	border: 1px black solid;
}

/*
 * Font style (inline)
 */

.underlined-sans {
    color: black;
    text-decoration: underline;
    font-family: "Arial", "Helvetica", sans-serif;	
}

.bold-sans {
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;	
}

.red-bold-sans {
    color: red;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;	
}

.red-underlined-bold {
    border-bottom: solid red;
    font-weight: bold;
}

.lined {
    color: red;
    text-decoration: line-through;
}

/*
 * Font style (block)
 */

.sans-notice {
    font-size: 1.3em;
    font-family: "Arial", "Helvetica", sans-serif;	
}

.bold-sans-notice {
    font-size: 1.3em;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;	
}

.bold-serif-notice {
    font-size: 1.3em;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.red-sans-notice {
    color: red;
    font-size: 1.3em;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;	
}

/*
 * template parts
 */

#header_holder {
    margin-bottom: 1em;
    text-align: center;
}

#sponsors_holder {
    text-align: center;
    font-size: 1.2em;
    font-family: sans-serif;
    font-weight: bold;
}

#footer_holder {
    text-align: center;
    background-color: #ededed;
    border-top: 0.2em solid #f0f0f0;
}

/*
 *  index.html
 */

#banner {
    background-color: #f0fff0;
    border: 0.2em solid #f8fff8;
    padding: 1em;
}

#conftitle {
    text-align: center;
    font-size: 3em;
    font-family: serif, "Arial", "Helvetica", sans-serif;	
    letter-spacing: -0.05em;
    font-weight: bold;
    color: #20B020;
}

#confdesc {
    text-align: right; 
    font-family: 'arial', sans-serif;
    font-size: 1.2em;
    margin-top: 1em;
}

/*
 *  pastconf.html
 */

div.past_holder {
    height: 15em;
}

div.past_text {
    float: left;
}

div.past_img {
    float: right;
    width:30%;
}
