html {
    width: 100%;
    font-family: '¥á¥¤¥ê¥ª', Meiryo, sans-serif;
}

BODY {
    width: 100%;
    margin:0;
    padding: 0;
    background: rgb(245,245,245);
}

#wrapper {
    width: 100%;
}

#header_wrapper {
    width: 100%;
    border-top: 10px solid rgb(1,64,153);
}

#header {
    width: 100%;
    padding: 10px 0;
    background: #fff;
}

.logo_link {
    float: left;
}

H1 {
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 0 10px 0 0;
}

#menu {
    width: 100%;
    min-width: 950px;
    height: 50px;
}

#menu UL {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu LI {
    height: 50px;
    width: 12%;
    line-height: 50px;
    margin: 0;
    float: left;
}

#menu LI.w13 {
    width: 13%;
}

#menu LI A {
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
    margin-right: 1px;
    background: rgb(1,64,153);
}

#menu LI A:hover {
    text-decoration: underline;
    background: #000;
}

#menu LI P {
    color: rgb(84,132,200);
    text-align: center;
    display: block;
    margin: 0 1px 0 0;
    background: rgb(1,64,153);
}

#menu LI P.sel {
    color: #fff;
    background: #000;
}

#menu LI .noborder {
    margin: 0;
}

#page_body {
    width: 100%;
    padding: 30px 0 0 0;
}

H3.headline {
    margin: 0 0 15px 0;
    border-left: 5px solid rgb(1,64,153);
    padding: 0 0 0 15px;
    height: 30px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: rgb(1,64,153);
}

H2.catch, H2.catch_b, H2.catch_c {
    margin: 0 0 30px 0;
    padding: 0;
    height: 30px;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    color: rgb(193,24,31);
}

H2.catch_b, H2.catch_c {
    color: rgb(60,60,60);
}

.page_container {
    margin: 0 45px 45px 45px;
}

.page_container H4 {
    font-size: 14px;
    color: rgb(60,60,60);
    margin-bottom: 10px;
}

.page_contents {
    background: #fff;
    padding: 20px;
}

.page_container P {
    margin: 0;
    padding: 0;
    color: rgb(60,60,60);
    font-size: 13px;
    line-height: 1.5em;
}

.page_container P.indent {
    margin-left: 1em;
}

.page_container P.faq {
    margin-bottom: 20px;
}

.page_container P SPAN.qa {
    font-size: 25px;
    margin-right: 5px;
    color: rgb(1,64,153);
}

.speaker_box {
    background: #fff;
    padding: 20px;
    margin: 0 0 30px 0;
}
.speaker_box .profimg {
    float: left;
    margin-right: 30px;
}

.speaker_box .prof {
    overflow: hidden;
}

.speaker_box H3 {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: rgb(60,60,60);
}

.speaker_box .proftxt {
    padding: 0 10px 0 0;
}

.speaker_box .books {
    margin: 20px 0 0 0;
}

.speaker_box .books A {
    margin: 0 20px 0 0;
}

.photo_thumb {
    width: 100%;
}

.photo {
    float: left;
    width: 160px;
    height: 110px;
    margin: 7px;
}

.photo_s {
    float: left;
    margin: 7px;
}

.photo IMG, .photo_s IMG {
    border: 5px solid #fff;
}


.shutten {
    border: 1px solid #dcdcdc; 
    background: #fff; 
    padding: 20px 30px; 
    margin: 0 0 30px 0;
}

.shutten_L {
    float: left; width: 150px;
    margin-right: 30px;
}

.shutten_R {
/*    float: left;*/
    overflow: hidden;
}

.shutten_text P {
    font-size: 13px; 
    padding: 0 10px 0 0;
    margin: 0; 
    color: rgb(60,60,60);
}


.survey LI {
    background: #fff; padding: 7px; font-size: 13px; margin: 0 0 1px 0;
}

.schedule DL {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    text-align: left;
    background: #fff;
}

.schedule DT {
    float: left;
    width: 180px;
    clear: both;
    font-weight: bold;
    margin: 0 -1em 0 0;
    padding: 12px 0 12px 10px;
    font-size: 13px;
    line-height: 1.5em;
    color: rgb(100,100,100);
    background: #fff;
}

.schedule DD {
    margin: 0 0 0 0;
    padding: 12px 20px 12px 200px;
    border-bottom: 1px solid rgb(245,245,245);
    font-size: 13px;
    line-height: 1.5em;
    color: rgb(60,60,60);
    background: #fff;
}

A.btn {
    margin: 30px 0 0 0;
    display: block;
    width: 400px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: rgb(1,64,153);
}

A:hover.btn {
    text-decoration: underline;
    background: #000;
}

#footer {
    width: 100%;
}

#footer_contents {
    background: rgb(100,100,100);
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */