@charset "UTF-8";
body{
    line-height:1.1;
}
#wrapper{
    border-left:1px solid #999999;
    border-right:1px solid #999999;
}

/* ヘッダ */
header {
    margin:0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    height:150px;
}

header h1 {
    font-size: 22px;
    *font-size: 167%;
    color: #000000;
    font-weight: bold;
    padding-top:20px;
    padding-left: 30px;
    line-height:1;
}


header h1 a {
    text-decoration: none;
}


header h2 {
    font-size: 13px;
    *font-size: 100%;
    color: #000000;
    font-weight:normal;
    margin-top:5px;
    padding-left: 30px;
    width: 450px;
    line-height:1.4;
}

/* トップメニュー */
#topmenu{
    display: block;
    width:100%;
    margin:0px;
    font-size:12px;
    padding:0;
    border-bottom: solid 1px #aac550;
    background-color: #dff19f;
}

#topmenu ul{
    width:100%;
    height: 100%;
    margin:0px;
    padding:0;
}

#topmenu li{
    list-style:none;
    padding: 0;
    width:150px;
    height: 100%;
    float:left;
    margin: 0px;
    border-left: solid 2px #6d9d05;
}

#topmenu a {
    padding:3px 10px;
    display:block;
    height:100%;
    color: #f37428;
}

#topmenu a:hover {
    background-color: #aac550;
}

/* ぱんくずリスト */

nav#nav {
    color:#333;
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size: 13px;
    *font-size: 100%;
    margin-bottom: 8px;
}

#nav .nav_tp {
    text-align:right;
    margin-top: 5px;
    margin-right:5px;
}

#nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 15px;
    color:#333;
}

#nav li {
    width: 95%;
    height: 15px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 0.9em;
}

/* コンテナ */
#container {
    position: relative;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-bottom: 30px;
}

/* パーツ関連 */
.box {
    margin-left: auto;
    text-align: left;
    width: auto;
    margin-bottom: 15px;
}

.box_menu {
    display: block;
    font-weight: bold;
    padding-left: 5px;
    line-height: 22px;
    color:#ffffff;
    background-color:#0080ff;
    background-repeat: no-repeat;
    background-position: center top;
}

.box_menu span {
    display: block;
    font-size: 14px;
    *font-size: 108%;
    font-weight: bold;
}

.box_main {
    margin: 0;
    padding: 10px;
}

footer{
    border-left:1px solid #999999;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    height:30px;
    line-height:30px;
}

/* フッタ */
footer .footer_content {
    font-size: 10px;
    text-align:center;
    background-color:#eeeeee;
}
