/* style.css */

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10px
 *  70% ->	11px
 *  75% ->	12px
 *  82% ->	13px
 *  88% ->	14px
 *  94% ->	15px
 * 100% ->	16px
 * 107% ->	17px
 * 113% ->	18px
 * 119% ->	19px
 * 125% ->	20px
 * --------------------- */

@charset "shift-jis";


/* ===Link=== */

/*
a:link { color: #134884; }
a:visited { color: #532D53; }
a:active { color: #134884; }
a:hover { color: #cb6900; background-color: #FCFAED;}
a:nd { text-decoration: none; }
*/

/* ========BASIC======== */

html {  
    overflow-y:scroll;  
}

body {
    color:black;
    background-color:dimgrey;
    font-family:Arial, Helvetica, sans-serif;
    margin:0px;
    letter-spacing:1px;
}

br {
    letter-spacing:normal;
}

a {
    color:#333;
    text-decoration:none;
    font-weight:bold;
}

a:hover {
    color:#666;
}

img {
    border:0;
    vertical-align:top;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:900px;
   margin:10px auto;
   background-color:white;
}

div#header {
   float:left;
   position:relative;
   width:900px;
   background-color:white;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
   width:480px;
}

div#gnavi {
   position:absolute;
   top:0;
   right:0;
}

divi#catch {
   width:760px;
}

div#menu {
   float:right;
   margin-bottom:5px;
}

div#contents {
   float:center;
   width:900px;
   margin-top:0;
}

div#main {
   float:left;
   width:745px;
}

div#sub {
   float:left;
   width:150px;
   background:white;
}

div#totop {
   clear:both;
}

div#footMenu {
   float:left;
   width:900px;
}

div#footer {
   clear:both;
   width:900px;
   background:#003366;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   float:left;
}

div#header h2 {
   float:left;
}

div#header h3 {
    float:right;
}

/* ========MAINCONTENTS CUSTOMIZE======== */
div#main a {
   color:royalblue;
   border-bottom:1px solid royalblue;
}

div#main a:hover {
   color:white;
   background:royalblue;
}

div#main h1 {
   margin:10px;
   text-align:left;
   line-height:1.4;
   color:saddlebrown;
   font-size:150%;/* 16px相当 */
   font-weight:bold;
   background:white;
}

div#main h2 {
   margin:20px 10px 5px 10px;
   text-align:left;
   line-height:1.4;
   color:peru;
   font-size:100%;/* 16px相当 */
   font-weight:bold;
   background:white;
}

div#main h3 {
   margin:20px 10px 0 30px;
   color:brown;
   font-size:94%;
   font-weight:bold;
}

div#main h4 {
   margin:20px 10px 0 30px;
   margin-bottom:2px;
   font-size:88%;
}

div#main h5 {
   color:mediumblue;
   margin-bottom:2px;
   font-size:88%;
}

div#main h6 {
   margin-bottom:12px;
   font-size:88%;
}

div#main p {
   margin:10px 10px 10px 30px;
   font-size:88%;
   line-height:1.4;
}

div#main .program p {
   margin:10px 10px 10px 50px;
}

div#main ul,ol,dl {
   margin:10px;
   font-size:88%;
}

div#main dt {
    margin:5px 0px 5px 0px;
}

div#main dd {
    margin-left:18px;
    margin-bottom:10px;
    line-height:1.4;
}

div#main table {
    margin: 0 0 20px 25px;
    font-size:88%;
    width: 720px;
    float:left;
/*    line-height:1.4;*/
}

div#main li {
    margin:10px 10px 10px 10px;
    line-height:1.;
}

div#main li.none {
    margin:10px 10px 10px 10px;
    line-height:1.;
    list-style-type: none;
}

div#main center {
   margin:10px 10px 15px 20px;
   color: blue;
   font-size:88%;
   line-height:1.4;
}

div#main p.small {
   font-size:82%;
}


/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#main dl.information dt {
   color:mediumblue;
   font-weight:bold;
}

div#main dl.information dd {
   background:transparent;
}

/* Timetable */
div#main .comittee table {
   margin:10px;
   font-size:88%;
   text-align:center;
}

div#main td.name {
   width:240px;
   color:black;
}

div#main td.institution {
   width:480px;
   color:black;
}

div#main td.iacname {
   width:175px;
   color:black;
}

div#main td.iacinstitution {
   width:175px;
   color:black;
}

div#main td.chair {
   width:50px;
   color:black;
}

div#main td.locname {
   width:150px;
   color:black;
}

div#main td.locinstitution {
   width:150px;
   color:black;
}

/* Timetable */
div#main .timetable table {
   margin:10px;
   font-size:88%;
   text-align:center;
}

div#main .timetable th {
   width:110px;
   color:white;
   background:blue;
}

div#main .timetable td {
   width:110px;
   height:50px;
   color:black;
   background:lightskyblue;
}

div#main .timetable th.session {
   width:90px;
   color:white;
   background:dimgrey;
}

div#main .timetable th.public {
   width:150px;
   color:white;
   background:red;
}

div#main .timetable td.session {
   width:90px;
   height:50px;
   color:white;
   background:dimgrey;
}

div#main .timetable td.public {
   width:150px;
   height:50px;
   color:black;
   background:yellow;
}

div#main .timetable td.blank {
   height:50px;
   color:white;
   background:grey;
}

div#main .timetable td.invited {
   width:110px;
   height:50px;
   color:black;
   background:aquamarine;
}

div#main .timetable td.contributed {
   width:110px;
   height:50px;
   color:black;
   background:plum;
}

div#main .timetable td.excursion {
   width:110px;
   height:50px;
   color:black;
   background:pink;
}

div#main .timetable td.banquet {
   width:110px;
   height:50px;
   color:black;
   background:deeppink;
}

div#main .timetable td.adjourn {
   width:110px;
   height:50px;
   color:black;
   background:khaki;
}

/* Slides */
div#main .slides table {
   margin:10px 5px 30px 10px;
   font-size:88%;
   text-align:left;
}

div#main .slides tr.invited {
   color:black;
   background:aquamarine;
}

div#main .slides tr.higgs {
   color:black;
   background:lightskyblue;
}

div#main .slides tr.contributed {
   color:black;
   background:plum;
}

div#main .slides th {
   color:green;
   background:lightgreen;
}

div#main .slides td {
   height:50px;
   color:black;
}

div#main .slides td.time {
   width:90px;
}

div#main .slides td.presenter {
   width:130px;
}

div#main .slides td.institution {
   width:185px;
}

div#main .slides td.file {
   width:40px;
   text-align:center;
}

div#main .slides tr.invited a {
   color:black;
   border-bottom:0px
}

div#main .slides tr.invited a:hover {
   color:black;
   background:white;
}

div#main .slides tr.higgs a {
   color:black;
   border-bottom:0px
}

div#main .slides tr.higgs a:hover {
   color:black;
   background:white;
}

div#main .slides tr.contributed a {
   color:black;
   border-bottom:0px
}

div#main .slides tr.contributed a:hover {
   color:black;
   background:white;
}



/* Slides */
div#main .posters table {
   margin:10px 5px 30px 10px;
   font-size:88%;
   text-align:left;
   background:white;
}

div#main .posters th {
   color:green;
   background:lightgreen;
}

div#main .posters td {
   height:40px;
   color:black;
   background:antiquewhite;
}

div#main .posters td.title {
}

div#main .posters td.presenter {
   width:100px;
}

div#main .posters td.institution {
   width:160px;
}

div#main .posters td.file {
   width:40px;
   text-align:center;
}

div#main .posters a {
   color:antiquewhite;
   border-bottom:0px
}

div#main .posters a:hover {
   color:antiquewhite;
   background:antiquewhite;
}



/* List of Sponsors */
div#main .list_sponsors ul {
   margin:10px;
   font-size:88%;
   text-align:left;
}

div#main .list_sponsors li {
   margin:10px 10px 30px 0px;
   line-height:125%;
   text-align:left;
}

div#main .list_sponsors a {
   color:white;
   border-bottom:1px solid white;
}

div#main .list_sponsors a:hover {
   color:white;
   background:white;
}

/* Important */
div#main .important p {
   color:red;
   font-weight:bold;
   margin:10px 30px 10px 30px;
}

div#main .important ul {
   margin:10px;
   font-size:88%;
}

div#main .important li {
   color:red;
   font-weight:bold;
   margin:10px;
   line-height:0.88;
}

div#main .important a {
   color:red;
   border-bottom:1px solid red;
}

div#main .important a:hover {
   color:white;
   background:red;
}

/* Sponsor */
div#main .sponsor p {
    width:300px;
    float:left;
    margin:10px;
}

div#main .sponsor a {
   color:white;
   border-bottom:1px solid white;
}

div#main .sponsor a:hover {
   color:white;
   background:white;
}

/* Map */
div#main .map p {
    width:600px;
    margin:0 0 30px 100px;
}

div#main .map a {
   color:white;
   border-bottom:1px solid white;
}

div#main .map a:hover {
   color:white;
   background:white;
}

/* Timetable */
div#main .timetable p {
    width:600px;
    margin:0 0 30px 20px;
}

div#main .timetable a {
   color:white;
   border-bottom:1px solid white;
}

div#main .timetable a:hover {
   color:white;
   background:white;
}

/* Ceremony */
div#main .ceremony p {
    margin:0 0 0 0;
    text-align:center;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin:5px;
}

div#sub .section ul {
   margin:0;
   padding:0;
}

div#sub .section li {
   margin:2px 0 2px 0;
   padding:0 0 0 5px;
   color:white;
   font-size:88%;
   font-weight:bold;
   line-height:1.5;
   list-style:none;
   background-color:darkgreen;
}

div#sub .section li a {
   color:white;
   display:block;
   line-height:1.5;
   margin-left:0px;
   }

/* 
div#sub .section li a:hover {
   background:lime;
}
*/

div#sub .section li.home {
   background:saddlebrown;
}

div#sub .section li.position {
   background:lime;
}


/* LINKS CUSTOMIZE */
div#sub .links {
   margin:30px 5px 0 5px;
}

div#sub .links h2 {
   color:black;
   font-size:100%;
   font-weight:bold;
   text-decoration:underline;
}

div#sub .links ul {
   margin:0px;
   padding:0px;
}

div#sub .links li {
   margin:10px 0 10px 0;
   padding:0 0 0 5px;
   color:black;
   font-size:88%;
   font-weight:bold;
   line-height:1.5;
   list-style:none;
   background-color:midnightblue;
}

div#sub .links li.banner {
   margin:10px 0 10px 0;
   padding:0 0 0 0;
   color:black;
   font-size:88%;
   font-weight:bold;
   line-height:1.5;
   list-style:none;
   background-color:midnightblue;
}

div#sub .links li a {
   background:white;
   display:block;
   line-height:1.5;
   margin-left:0px;
}

div#sub .links li a:hover {
   background:white;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:10px;
   text-align:center;
   font-size:100%;
}

div#totop a {
/*   background:url("images/bg_totop.gif") 0 50% no-repeat; */
   color:royalblue;
   border-bottom:1px solid royalblue;
}

div#totop a:hover {
   color:white;
   background:royalblue;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   line-height:3.0;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
}


/* ========FOOTER CUSTOMIZE======== */
address {
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:white;
   line-height:2.0;
   text-align:center;
}