@charset "utf-8";

/* 全体 */
body {
    font-size: 16px;
    color: #404040;
    line-height: 100%;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #fff;
}
#wrap {
    width: 940px;
    margin: auto;
    padding: 0 10px;
    font-size: 0.75em;
    line-height: 1.833em;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* header */
h1 {
    padding-top: 33px;
    padding-bottom: 34px;
}
header {
    margin-bottom: 40px;
}
header ul {
    border-top: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    padding: 20px 10px;
    height: 38px;
}
header ul li {
    float: left;
    width: 200px;
    margin-right: 40px;
}
header ul li.lastChild {
    margin-right: 0;
}
header ul li a {
    display: block;
}

/* main contents */
#main {
    clear: both;
    width: 700px;
    float: left;
    margin-right: 20px;
    margin-bottom: 60px;
}
#main h2 {
    border-bottom: 1px solid #bababa;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#main p {
    margin-bottom: 50px;
}
#main h3 {
    margin-bottom: 10px;
}
.floatL {
    float: left;
    margin: 0 20px 10px 0;
    border: 1px solid #666;
    padding: 1px;
}

/* sidebar */
aside {
    width: 200px;
    float: right;
    padding: 0 10px;
}
aside h4 {
    margin-bottom: 20px;
    margin-left: -10px;
}
aside p {
    margin-bottom: 30px;
}
aside li {
    margin-bottom: 23px;
}

/* footer */
footer {
    clear: both;
    padding: 30px 10px;
    border-top: 1px solid #bababa;
}
footer h5 {
    font-size: 1.167em;
    margin-bottom: 20px;
}
footer h5 span {
    color: #009bdb;
}
footer ul {
    float: left;
    width: 300px;
    margin-right: 10px;
    margin-bottom: 10px;
}
footer ul.lastChild {
    margin-right: 0;
}
footer ul li {
    text-indent: 1em;
    margin-bottom: 20px;
}
footer ul li a {
    text-decoration: none;
    color: #404040;
}
footer p {
    clear: both;
    text-align: center;
    color: #bababa;
}
footer li#contactTxt div {
    display: none;
    background-color: #f5f5dc;
    padding: 10px 0;
    font-size: 1.5em;
    line-height: 1;
    font-family: arial;
    color: #B8860B;
    margin-top: 10px;
    text-align: center;
}

/** 影を隠す **/
.face_book_plgin_shadow_hidden {
    background: none repeat scroll 0 0 #FCFBF9; /** 背景色に合わせる 合わない場合はheight: 0でもおk **/
    height: 1px;
}
/** FBページを出さないようにしてデザイン **/
.face_book_plgin_proposal_4 {
    border-color: #000000;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 0;
    float: left;
    margin: 0 0 41.6px;
    overflow: hidden !important;
    position: relative;
    width: 100% !important;
    word-wrap: break-word;
    word-break: break-all;
}
/** バックの画像設定 **/
.face_book_plgin_logo_proposal_4 {
    height: auto;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 700px;
    z-index: -1;
}
/** borderを隠す(トップ) **/
.face_book_plgin_border_top {
    background: none repeat scroll 0 0 #FCFBF9; /** 合わせる **/
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1032px;
}
/** borderを隠す(ライト) **/
.face_book_plgin_border_right {
    background: none repeat scroll 0 0 #FCFBF9; /** 合わせる **/
    bottom: 0;
    height: 300px;
    position: absolute;
    right: 0;
    width: 6px;
}
/** borderを隠す(ボトム) **/
.face_book_plgin_border_bottom {
    background: none repeat scroll 0 0 #FCFBF9; /** 合わせる **/
    bottom: 0;
    height: 6px;
    left: 0;
    position: absolute;
    width: 1032px;
}
/** borderを隠す(レフト) **/
.face_book_plgin_border_left {
    background: none repeat scroll 0 0 #FCFBF9; /** 合わせる **/
    bottom: 0;
    height: 300px;
    left: 0;
    position: absolute;
    width: 6px;
}
/** 追加クラス **/
.height_1 {
  height: 1px !important;
}
.black_color {
  background: #000000 !important;
}

/*
._4s7c {
background-image: url(http://highfivecreate.com/sample/course/samplesite/dev/images/bg2.jpg);
background-position: -440px -520px;
color: white;
}
.pas {
    background-color: #000;
}
.uiHeader .uiHeaderTitle {
    color: white;
}
.pluginBoxDivider {
    border-top: 1px solid black;
}
*/