﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
body {
    height: 150%;
}
header, nav, #topicpath, #contents, footer {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
}
nav {
    margin-bottom: 15px;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    overflow: hidden;
}
nav ul li {
    width: 210px;
    float: left;
}
nav ul li a {
    display: block;
    height: 0;
    padding-top: 64px;
}
nav ul li#nav_top a {
    background-image: url(../images/nav-top1.jpg);
}
nav ul li#nav_profile a {
    background-image: url(../images/nav-profile1.jpg);
}
nav ul li#nav_service a {
    background-image: url(../images/nav-service1.jpg);
}
nav ul li#nav_contact a {
    background-image: url(../images/nav-contact1.jpg);
}
#main {
    width: 610px;
    margin-right: 30px;
    float: left;
}
#sub {
    width: 200px;
    float: right;
}
#main h1 {
    margin: 0 0 30px 0;
    padding: 35px 20px 35px 20px;
    background-image: url(../images/h1_top.png),url(../images/h1_bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top,center bottom;
    font-size: 175%;
    text-align: center;
}
#top #nav_top a, #profile #nav_profile a, #service #nav_service a, #contact #nav_contact a, nav ul li a:hover {
    background-position: 0 -64px;
}
/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */
#topics ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
#topics ul li {
    margin-top: 1.5em;
    padding: 0 0 1.5em 9.3em;
    border-bottom: 1px dotted #666666;
    text-indent: -9.3em;
}
/* トップページ ここまで↑ */

/* プロフィールページ ここから↓ */
.sec_field {
    margin-bottom: 30px;
    overflow: hidden;
}
.sec_field:last-child {
    margin-bottom: 0;
}
/* プロフィールページ ここまで↑ */

/* 「サービス」ページ ここから↓ */
table thead tr {
    background-color: #333333;
    color: #ffffff;
}
table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
/* 「サービス」ページ ここまで↑ */

/* 「お問い合わせ」ページ ここから↓ */
input[required] {
    width: 250px;
    background-color: #ffcccc;
}
/* 「お問い合わせ」ページ ここまで↑ */
