﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);

body {
    line-height: 1.4em;
}

header, nav, #breadcrumb, #contents, footer {
    width: 830px;
    margin: 0 auto 0 auto;
}

nav ul {
    list-style-type: none;
    margin-right: -10px;
    padding-left: 0;
    overflow: hidden;
}

nav ul li {
    width: 200px;
    margin-right: 10px;
    float: left;
}

nav ul li a {
    display: block;
    height: 0;
    padding-top: 70px;
    overflow: hidden;
}

nav ul li#nav_concept a {
    background-image: url(../images/nav1.png);
}

nav ul li#nav_utilization a {
    background-image: url(../images/nav2.png);
}

nav ul li#nav_example a {
    background-image: url(../images/nav3.png);
}

nav ul li#nav_essay a {
    background-image: url(../images/nav4.png);
}

#main {
    width: 570px;
    float: left;
}

#sub {
    width: 220px;
    float: right;
}

.sub_contents {
    padding-bottom: 30px;
}

footer #pagetop {
    float: right;
}

footer #info_group {
    clear: both;
}

#main h1 {
    margin: 0 0 30px 0;
    padding: 30px 0 30px 0;
    background-image: url(../images/back_h1.png);
    background-repeat: repeat-x;
    background-position: left top;
    color: #f8fbf8;
    size: 180%;
    text-align: center;

}

#main h2 {
    padding-left: 20px;
}


#concept #nav_concept a, #utilization #nav_utilization a, 
#example #nav_example a, #essay #nav_essay a, nav ul li a:hover {
    background-position: 0 -70px;
}


/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */

#topics ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

#topics ul li {
    margin-top: 20px;
    padding: 0 10px 20px 160px;
    border-bottom: 1px dotted #e6b422;
    text-indent: -160px;
}

#star {
    width: 10%;
    height: 10%;
}

#umbrella {
    width: 600pX;
}


/* トップページ ここまで↑ */

/* 「神成商会サイトについて」ページ ここから↓ */

.h2_group {
    margin-top: 20px;
    overflow: hidden;
}

.h2_group:last-child {
    margin-bottom: 10px;
}

body {
    position: relative;
}

#openBtn {
    margin-left: 360px;
}

.h2_group p:nth-child(3) {
    margin-bottom: 0;
}

/* 「神成商会サイトについて」ページ ここまで↑ */

/* 「実例」ページ ここから↓ */

.menu_group figure {
    width: 178px;
    margin: 0 18px 25px 0;
    float: left;
}

.menu_group figure:nth-child(3) {
    margin-right: 0;
}

/* 「実例」ページ ここまで↑ */

/* 「お問い合わせ」ページ ここから↓ */

input[type="text"],input[type="email"],textarea {
    border: 1px solid #8d6449;
}

#form label {
    font-weight: bold;
    line-height: 2.0;
}

#form {
    background-color: #e6b422;
    padding: 30px 30px 30px 90px;
}

/* 「お問い合わせ」ページ ここまで↑ */

/*「おみくじ」ページ ここから */

#uranau {
    padding: 10px 50px 10px 50px ;
    margin-left: 220px;
    margin-bottom: 50px;
}
/*「おみくじ」ページ ここまで */

/*「サイトマップ」ページ ここから*/

#sitemap ul li {
    font-size: 90%;
    list-style-type: none;
    list-style-position: inside;
    list-style-image:url(../images/list.png);
    line-height: 30px;
    border: 3px solid #274a78;
    padding-left: 30px;
    padding-top: 10px;
    margin: 10px 0 10px 0;
    width: 450px;
    background-color: #f8fbf8;
}

#sitemap ul li p {
    line-height: 1.5;
    padding-left: 130px;
}

#sitemap_image {
    float: right;
}

#leaves1 {
    height: 250px;
}

#leaves2 {
    height: 250px;
}

#leaves3 {
    height: 250px;
}

#leaves4 {
    height: 250px;
}

/*「サイトマップページ」 ここまで*/
