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%;
    min-width: 950px;
    position: relative;
    overflow: hidden;
    height: 286px;
    background: #fff;
}

#header_min {
    width: 100%;
    padding: 10px 0;
    background: #fff;
}

#header_min H1 {
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 0 10px 0 0;
}

.logo_link {
float: left;
}


#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_left {
    margin-left: 45px;
    min-width: 630px;
}

.socialArea {
margin:15px auto; overflow:hidden; }

.socialArea ul {
margin-right:200px; float:right; list-style: none; }

.socialArea ul li 
{float:left; height:20px; width:119px; }

.socialArea .twitter {
width:75px; margin-right:10px; }

.socialArea .facebook iframe {
display:inline-block; clear:both; margin:0 auto; }

H2.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 {
    margin: 0 0 15px 0;
    padding: 0;
    height: 30px;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: rgb(1,64,153);
}



.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;
}



.box_item {
width: 350px; height: 200px; margin: 5px; border: solid 1px rgb(60,60,60); float: left; }

.box_item H3 {
margin-top: 0px; padding-left: 5px; color: white; background: rgb(1,64,153); font-size: 18px; font-weight: bold; }

.box_video_text P {
    margin: 0;
    padding: 0;
    color: rgb(60,60,60);
    font-size: 13px;
    line-height: 1.5em; }

.box_item_left {
width: 70px; margin-right: 5px; padding: 3px; text-align: center; float: left;}

.box_item_right {
width: 244px; padding: 3px; float: left;}


.main_contents {width: 100%; margin: 0px; padding: 0px; }

.contents_left {width: 800px; padding: 3px; text-align: center; background: #fff; }

.contents_right {width: 800px; padding: 3px; text-align: left; background: #fff; }


#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 */