/*
  Design by Free CSS Templates
  http://www.freecsstemplates.org
  Released for free under a Creative Commons Attribution 2.5 License
  */

/* Basic */

*
{
    margin: 0em;
    padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
    color: #444;
}

body,input
{
    font-family: tahoma, sans-serif;
    font-size: 10pt;
    color: #444;
}

input.button
{
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #888;
    border-right: solid 1px #888;
    background-color: #eaeaea;
    color: #555;
    font-size: 0.8em;
    padding: 0.35em;
}

input.text
{
    border-top: solid 1px #888;
    border-left: solid 1px #888;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    padding: 0.1em;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}

a
{
    color: #006699;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

/* Outer */

#outer
{
    margin: 1.5em auto 0em auto;
    width: 100%;
}

/* Header */

#header
{
    padding: 4.5em 3.5em 0em 3.5em;
    line-height: 1.5;
}

#header h2
{
    font-size: 0.8em;
    font-weight: normal;
    color: #0054a6;
    display: inline;
    padding-left: 0.5em;
}

#header h1
{
    font-size: 1.9em;
    display: inline;
    letter-spacing: -0.05em;
}

#header h1 a
{
    color: #343434;
    text-decoration: none;
}

/* Menu */

#menu
{
    position: absolute;
    top: 0px;
    left: 0px;
    /*
      background-color: #558800;
      border-bottom: solid 1px #336600;
      */
    background-color: #98abbd;
    border-bottom: solid 1px #663300;
    width: 100%;
}

#menu ul
{
    padding: 1em 3.5em 1em 3.5em;
    list-style: none;
}

#menu li
{
    display: inline;
    padding-right: 2.5em;
    font-size: 0.8em;
}

#menu li a
{
    color: #fff;
    background-color: inherit;
}

#menu li a:hover
{
    border-bottom: solid 1px #558800;
}

/* Content */

#content
{
    padding-left: 2em;
    padding-right: 2em;
}

.box
{
    margin-bottom: 1.25em;
}

.boxContent
{
    margin-top: 0.5em;
    padding: 1.25em 1em 0.25em 1em;
    background: #ffffff url('images/a1.gif') top left repeat-x;
}

/** boxA **/

.boxA .boxContent
{
    margin-top: 0em;
    color: #fff;
    border-bottom: solid 1px #bb6600;
    background: #ff8800;
    padding: 1em 1.5em 1em 1em;
}

.boxA span
{
    font-weight: bold;
    font-size: 0.8em;
}

.boxA a
{
    background-color: inherit;
    color: #fff;
    font-size: 0.8em;
}

.boxA a:hover
{
    text-decoration: none;
    border-bottom: solid 1px #ff9900;
}

.boxA input.button
{
    margin-top: 0.25em;
    vertical-align: middle;
}

.boxA input.text
{
    width: 100%;
}

/** boxB **/

.boxB .boxContent
{
    margin-top: 0em;
    color: #fff;
    border-bottom: solid 1px #004466;
    background: #007799;
    padding: 1em 1.5em 1em 1em;
}

.boxB span
{
    font-weight: bold;
    font-size: 0.8em;
}

.boxB a
{
    background-color: inherit;
    color: #fff;
    font-size: 0.8em;
}

.boxB a:hover
{
    text-decoration: none;
    border-bottom: solid 1px #007799;
}

.boxB input.button
{
    margin-top: 0.25em;
    vertical-align: middle;
}

.boxB input.text
{
    width: 100%;
}

/** Content **/

#content p
{
    margin-bottom: 1em;
    text-align: justify;
    line-height: 1.5;
}

#content strong
{
    color: #444;
}

#content h2,h3,h4,h5,h6
{
}

#content h2,h3
{
}

#content h3
{
    font-size: 1.0em;
}

#content h2
{
    font-size: 1.25em;
}

#content ul
{
    margin: 1em;
    line-height: 1.8;
}

#content blockquote
{
    padding: 1em;
    margin-bottom: 1.5em;
    border-left: solid 6px #558800;
}

#content blockquote p
{
    margin-bottom: 0em;
    line-height: 1.5;
}

#content table
{
    margin-bottom: 1.5em;
}

#content table th
{
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    padding: 0.5em;
}

#content table td
{
    padding: 0.5em;
    text-align: left;
}

#content table tr.rowA
{
    background-color: #efefef;
    color: inherit;
}

#content table tr.rowB
{
    background-color: #fafafa;
    color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
    float: right;
    margin-left: -19em;
    width: 100%;
}

#primaryContent
{
    margin: 0em 0em 0em 18em;
    padding: 2.5em 1.5em 1.5em 1.5em;
}

/* Secondary Content */

#secondaryContent
{
    float: left;
    /*	width: 16em;*/
    padding: 2.5em 1.5em 1.5em 1.5em;
}

/* Footer */

#footer
{
    background-image: url(logo/jinmoncom2014_logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    border-top: solid 1px #e5e5e5;
    text-align: center;
    padding: 171px 0em 1.5em 0em;
}

.clear
{
    clear: both;
}

/* User Defined */
#header h1 a img
{
    float: left; vertical-align: top; border: none;
}
#header h2
{
    font-size: 120%; font-weight: bolder; padding: 0 0 0 0.2em;
}
.boxContent ol
{
    margin: 0 0 0 1.5em;
}
.boxContent ol li
{
    margin: 0 0 0.6em 0;
    line-height: 1.5;
}
.boxContent dl dt
{
    font-weight: bolder; color: black;
}
.boxContent dl dd
{
    padding-left: 5em;
}
.boxContent img
{
    border: none;
}
.boxContent table tr td
{
    text-align: center;
}
.notice
{
    margin: 1.5em 0.5em 0; font-size: 110%;
}
.notice div
{
    float:left; border: 1px solid #0054a6; padding: 0.8em 1.2em 1.2em 1em;
}
.notice br
{
    clear: both;
}
.red
{
    color: #dd0000;
}
.headline
{
    border: 1px solid #0054a6; background-color: #f8f8f8; font-size: 110%; padding: 0.3em 0.5em; margin: 0px 0px 0.6em; color: #dd0000;
}
.headline span
{
    font-weight: bolder; color: black;
}

.headimg img
{
    border: 1px solid #aaa;
    margin: 4px 0 0 0;
}

.session
{
    border: 1px solid gray;
    padding: 4px;
    margin: 4px;
}

p.abstract {
    text-indent: 1em;
}

p.note {
    text-align: right;
    font-size: 8pt;
}

ul.list1 li {
    margin: 0px 16px;
}

td.price {
    white-space: nowrap;
}

table.program {
    border-width: 1px;
    background: #ddd;
    width: 80%;
    margin-right:auto;
}

table.program th {
    background: #3288bd;
    color: #fff;
    width: 20%;
}

table.program td {
    width: 20%;
    background: #eee;
}

table.program td.event {
    background: #ffffbf;
}

table.program td.technical {
    background: #99d594;
}

table.program td.special {
    background: #fc8d59;
}

table.program td.coevent {
    background: #fee08b;
}

table.program th.another {
    background: #eee;
color:black;
}

.alert {
    bottom: 2em;
    position: fixed;
    z-index: 2000;
    padding: 10px;
    background: #c00;
    color: #fff;
    width: 11em;
    font-size: 130%;
}

.alert a {
    color: #fff;
    font-weight: bold;
}

img.yohaku1{margin-right:20px;}