@font-face {
    font-family: "HG丸ｺﾞｼｯｸM-PRO";
    font-style: normal;
    font-weight: normal;
    src: local("HG丸ｺﾞｼｯｸM-PRO"), url("../fonts/HGRSMP.TTF"), format("tff");
}

@font-face {
    font-family: "ﾋﾗｷﾞﾉ丸ｺﾞｼｯｸM-PRO";
    font-style: normal;
    font-weight: normal;
    src: local("ﾋﾗｷﾞﾉ丸ｺﾞｼｯｸM-PRO"), url("../fonts/HiraMaruPro-W4.otf"), format("off");
}

html {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 13px;
    *color: #434343;
    background: url(../img/background.png) repeat-x #64c0b5;
    background-position: top;
    background-attachment: fixed;
    font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "Verdana", "Osaka", sans-serif;
}

a {
    color: #00aaaa;
}

#content {
    background-image: url(../img/background-bottom-left.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

img {
    border: none;
}

#main-menu {
    width: 266px;
    float: left;
}

#logo {
    margin: 10px;
    text-align: center;
    padding: 30px 0 130px 0;
}

ul#menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#menu li {
    list-style: none;
    display: block;
    position: relative;
}

ul#menu li.active,
ul#menu li:hover {
    background-color: #62c0b6;
}

ul#menu li a {
    display: block;
    padding: 15px 15px 15px 50px;
    text-decoration: none;
}

ul#menu li img {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 4px;
}

ul#menu .link-menu {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

ul#menu .link-name {
    color: white;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 17px;
}

ul#menu .link-description {
    color: white;
    font-size: 12px;
}

div#content {
    vertical-align: top;
}

div#main_content {
    background-color: #FFF;
    margin-left: 266px;
    *margin-left: 0px;
    padding: 50px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    vertical-align: top;

    width: 860px;
    /* 横幅(親ボックスの横幅に合わせる) */
    min-width: 640px;
    /* ▼横幅に枠線まで含める */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

pre {
    word-wrap: break-word;
    padding-right: 60px;
    margin-left: 5px;
}


div#footer {
    margin-left: 250px;
    *margin-left: 0px;
    text-align: center;
    background-image: url(../img/background-bottom-right.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 875px;
    /* 横幅(親ボックスの横幅に合わせる) */
    min-width: 640px;
}

div#footer ul {
    list-style: none;
    display: inline-block;
}

div#footer ul li {
    float: left;
    margin: 3px 15px;
}

div#footer ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

div#footer p {
    margin: 0;
    padding: 0;
    color: white;
}

h1 {
    margin-top: 4px;
}

h2 {
    margin-top: 24px;
    font-size: 16px;
    padding-left: 4px;
    border-left: 4px solid #06acac;
}

h3 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

#list-content div {
    margin: 5px 0;
}

#list-content div a {
    display: block;
    width: 480px;
    height: 141px;
    border: 1px solid #00aaaa;
}

#list-content div a.restaurant {
    background: url(../img/content/list-entertainment.png) no-repeat;
}

#list-content div a.production {
    background: url(../img/content/list-media.png) no-repeat;
}

#list-content div a.fashion {
    background: url(../img/content/list-fashion.jpg) no-repeat;
}

#list-content div a.goods {
    background: url(../img/content/list-goods.jpg) no-repeat;
}


#list-content div a.restaurant:hover {
    background: url(../img/content/list-entertainment-hover.png) no-repeat;
}

#list-content div a.production:hover {
    background: url(../img/content/list-media-hover.png) no-repeat;
}

#list-content div a.fashion:hover {
    background: url(../img/content/list-fashion-hover.jpg) no-repeat;
}

#list-content div a.goods:hover {
    background: url(../img/content/list-goods-hover.jpg) no-repeat;
}

.topcontentarea {
    height: auto;
    width: 230px;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.topcontentarea img {
    width: 230px;
}

.temphol {
    position: relative;
    width: 100%;
}

.temphol2 {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-top: 11px;
    width: 230px;
}

.temphol2 .text {
    font-size: 12px;
    font-weight: bold;
    margin: 4px 5px;
}

.temphol-hover {
    position: absolute;
    z-index: -1;
}

table#company-info th {
    width: 80px;
    text-align: left;
    border-bottom: 1px solid #333;
    padding: 7px;
}

table#company-info td {
    border-bottom: 1px solid #333;
}

form[name="contact"] div {
    margin: 10px 0;
}

form[name="contact"] div label {
    display: inline-block;
    width: 150px;
    vertical-align: top;
}

#privacy {
    list-style: none;
}

#privacy div {
    margin-left: 15px;
    line-height: 20px;
}

#privacy li {
    margin: 10px 0;
    line-height: 20px;
    /*　自動改行 */
    word-wrap: break-word;
    padding-right: 60px;
}

.green {
    color: #00aaaa;
}

p {
    line-height: 20px;
    color: #434343;
    margin-left: 5px;
}

.fontweight {
    font-weight: bold;
}

.toppage-contact {
    width: 230px;
    height: 93px;
    background: url(../img/content/inquiry.jpg);
    display: block;
}

.toppage-contact:hover {
    background: url(../img/content/inquiry-hover.jpg);
}

.toppage-company {
    width: 230px;
    height: 93px;
    background: url(../img/content/corporateinfo.jpg);
    display: block;
}

.toppage-company:hover {
    background: url(../img/content/corporateinfo-hover.jpg);
}

.toppage-list {
    width: 230px;
    height: 93px;
    background: url(../img/content/work.jpg);
    display: block;
}

.toppage-list:hover {
    background: url(../img/content/work-hover.jpg);
}

.linktext {
    font-size: 10px;
}

#tel {
    margin-left: 2px;
}

/*　プロダクション事業　*/

ul {
    font-size: 0;
    margin-left: -40px;
}

li {
    display: inline-block;
    font-size: 12px;
}

/* プロダクションテーブル*/
.request {
    width: 80%;
}

table#request td {
    font-size: 12px;
    vertical-align: top;
}

table#member {
    background-image: url(../img/production/profbg.png);
    background-repeat: no-repeat;
}

pre {
    color: #434343;
}

.faqspace {
    margin-bottom: 18px;
}

#faq dt {
    margin: 0;
    padding: 10px;
    display: block;
    width: 580px;
    border: #ccc 1px solid;
    border-bottom: 0px;
    cursor: pointer;
}

#faq dt:hover {
    background-color: #f5f5f5;
}

#faq dt:last-of-type {
    border-bottom: #ccc 1px solid;
}

#faq dd {
    margin: 0;
    padding: 10px;
    background: #f8f8f8;
    width: 580px;
    border: #ccc 1px solid;
    border-bottom: 0px;
    display: none;
}

#faq dd:last-of-type {
    border-bottom: #ccc 1px solid;
    border-top: 0px;
}