@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px/1.6 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    color: #252525;
}

body#toppage {
    background: url(../../images/bg_top.png) repeat-x top;
}

a {
    color: #252525;
    text-decoration: none;
}

a:hover {
    color: #cccccc;
}

a:active,
a:focus {
    outline: 0;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

img.sample:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}


/*************
全体
*************/

#wrapper {
    margin: 0 auto;
    padding: 0 20px;
    width: 910px;
}


/*************
ヘッダー
*************/

#header {
    background: url(../../images/header.png) no-repeat 100%;
    margin-bottom: 38px;
    height: 55px;
}

#header h1 {
    padding: 7px 0 0;
    font-size: 11px;
    font-weight: normal;
}


/*************
グローバルナビゲーション
*************/

ul#topnav {
    margin: 15px 0;
    width: 910px;
    height: 45px;
}

ul#topnav li {
    float: left;
    list-style: none;
    width: 182px;
}


/*************
コンテンツ（パンくず）
*************/

#contents {
    width: 910px;
}

#contents #pan {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

#contents #pan .pan_list {
    width: 910px;
    font-size: 11px;
    margin: 0 auto;
    text-align: left;
}

#contents #pan .pan_list li {
    display: inline-block;
    margin-right: 15px;
}


/*************
コンテンツ（右側）
*************/

#main {
    float: right;
    width: 618px;
    padding: 15px 0;
    display: inline;
}

#main h2 {
    padding: 0px 10px 0px 20px;
    line-height: 40px;
    font-size: 13px;
    font-weight: normal;
    clear: both;
    color: #252525;
    background: url(../../images/heading.png) no-repeat;
}

#main h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
    letter-spacing: 0em;
    clear: both;
    color: #252525;
    border-bottom: 1px solid #cccccc;
}

#main h4 {
    margin-top: 10px;
    margin-bottom: 60px;
    line-height: 32px;
    font-size: 12px;
    font-weight: normal;
    color: #252525;
    text-align: center;
    background: url(../../images/button.png) no-repeat;
}

#main p {
    padding: 15px 15px 15px 20px;
}


/* 画像を右に回りこみ */

#main p.withImage {
    width: 598px;
    margin: 20px 0 0 10px;
    padding: 0px 0px;
}

#main p.withImage img {
    float: right;
    margin-left: 0.5em;
}

#date {
    text-align: right;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #689910;
}

#next {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}


/*************
コンテンツ（左側）
*************/

#sidebar {
    float: left;
    width: 265px;
    padding: 15px 0;
}

#sidebar p {
    margin-bottom: 20px;
}


/*************
ページトップ
*************/

#pagetop {
    padding-top: 20px;
    text-align: right;
    font-size: 12px;
}


/*************
メインとフッターのリスト位置
*************/

#footer ul {
    margin-left: 20px;
}

#footer li {
    margin-bottom: 3px;
}


/*************
/* フッター共通
*************/

.box {
    float: left;
    width: 195px;
    margin: 20px 16px 10px 0;
    line-height: 1.3;
}

.box_img {
    padding: 0px 0px 10px 0px;
}

.last {
    margin-right: 0;
}

#footer {
    clear: both;
    padding: 0px 0 10px;
    border-top: 1px solid #cccccc;
}

#footer .inner {
    overflow: hidden;
}

* html #footer .inner {
    height: 1%;
}

#footer #logo {
    float: left;
    padding: 0px 0 5px;
    width: 250px;
}

address {
    padding: 20px 0 20px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
    clear: both;
    display: block;
    background: #ff8100;
}