
/****** 全ページ共通 ******/
* {
    margin: 0;
    padding: 0;
}

root {
    display: block;
}

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

body {
    font-size: 13px;
    line-height: 170%;
    color: #555555;
    font-family: "メイリオ","ＭＳ Ｐゴシック", Sans-serif;
    letter-spacing: 0.05em;
}

img{
    border: none;
    vertical-align: bottom;
}

div.left{
    float: left;
}

div.right{
    float: left;
}

span.red{
    color: #ff0000;
}

span.blue{
    color: #0066ff;
}

/* コンテンツエリア */

/* ヘッダ */
div#header_area{
    background-color: #f5f5f5;
    border-bottom: 1px #009999 solid;
}

div#header{
    width: 868px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#header h1 {
    font-size: 11px;
    font-weight: normal;
    line-height: 200%;
    letter-spacing: 0;
    color: #555555;
}

#header div#leftpane {
    margin-top: 5px;
    float: left;
    width: 250px;
}

#header div#rightpane {
    float: right;
}

#header div#rightpane #menu{
    margin-right: 5px;
    margin-top: 39px;
    border-left: 1px #555555 dotted;
    font-size: 13px;
}

#header div#rightpane #menu ul{
    padding: 0;
    margin: 0;
}

#header div#rightpane #menu ul li{
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    border-right: 1px #555555 dotted;
    list-style-type: none;
    line-height: 25px;
    text-align: center;
}

#header div#rightpane #menu ul li a{
    display: block;
    border-bottom: 3px #009999 solid;
}

#header div#rightpane #menu ul li a:hover{
    border-bottom: 3px #FF0000 solid;
}

/* メイン画像 */
#mainimage_area{
    background-color: #f5f5f5;
    width: 868px;
    height: 217px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1px;
}

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

div#container {
    background-color: #f5f5f5;
    padding: 20px 0 10px 0;
}

#container #topcontents{
    width: 868px;
    height: 647px;
    margin: 0 auto 0 auto;
    position: relative;
}

#topcontents #itembox #item0 {
    width: 217px;
    height: 217px;
    top: 0px;
    left: 0px;
    position: absolute;
}

#topcontents #itembox #item1 {
    width: 217px;
    height: 217px;
    top: 217px;
    left: 0px;
    position: absolute;
}

#topcontents #itembox #item2 {
    width: 217px;
    height: 217px;
    top: 434px;
    left: 0px;
    position: absolute;
}

#topcontents #itembox #item3 {
    width: 217px;
    height: 217px;
    top: 434px;
    left: 217px;
    position: absolute;
}

#topcontents #itembox #item4 {
    width: 217px;
    height: 217px;
    top: 434px;
    left: 434px;
    position: absolute;
}

#topcontents #itembox #item5 {
    width: 217px;
    height: 217px;
    top: 434px;
    left: 651px;
    position: absolute;
}

#topcontents #itembox #item6 {
    width: 217px;
    height: 217px;
    top: 217px;
    left: 651px;
    position: absolute;
}

#topcontents #itembox #item7 {
    width: 217px;
    height: 217px;
    top: 0px;
    left: 651px;
    position: absolute;
}

#topcontents #itembox #item8 {
    width: 217px;
    height: 217px;
    top: -217px;
    left: 0px;
    position: absolute;
}


/* メニューボックス */
#topcontents #itembox #menubox {
    width: 428px;
    height: 428px;
    left: 219px;
    position: absolute;
    border: 1px #AAAAAA solid;
    background-color: #FFFFFF;
}

#topcontents #itembox #menubox #menubar{
    margin: 8px 0 8px 9px;
}

#topcontents #itembox #menubox #leftlane{
    float: left;
    padding-left: 9px;
}

#topcontents #itembox #menubox #leftlane #kinmuwaritowa{
    margin-top: 3px;
    margin-bottom: 15px;
}

#topcontents #itembox #menubox #leftlane #gekigen{
    margin-bottom: 15px;
}

#topcontents #itembox #menubox #leftlane #step1{
    margin-bottom: 5px;
}

#topcontents #itembox #menubox #leftlane #step2{
    margin-bottom: 15px;
}

#topcontents #itembox #menubox #rightlane{
    float: left;
    margin-left: 9px;
}

#topcontents #itembox #menubox #rightlane #kenbunroku_mahou{
    margin: 3px 0 5px 8px;
}

#topcontents #itembox #menubox #rightlane #start_stop{
    margin-bottom: 15px;
}

#topcontents #itembox #menubox #rightlane #start_stop img#stop{
    margin-left: 5px;
}

#topcontents #itembox #menubox #rightlane #step4{
    margin-bottom: 5px;
}

#topcontents #itembox #menubox #rightlane #step3{
    margin-bottom: 15px;
}

/* フッター */
#footer{
    border-top: 1px #AAAAAA solid;
    background-color: #FFFFFF;
}

#footerarea{
    padding: 15px 0px 15px 0px;
    width: 868px;
    margin-left: auto;
    margin-right: auto;
}

#footerarea .left{
    width: 385px;
    border-right: 1px #AAAAAA dotted;
}

#footerarea .left #footer_logo{
    margin-bottom: 10px;
}

#footerarea .left #freedial{
    margin: 0 0 10px 10px;
}

#footerarea .left #address{
    margin-left: 10px;
    line-height: 18px;
}

#footerarea .right{
    width: 480px;
}

#footerarea .right #footer_menu{
    padding-top: 20px;
    padding-left: 40px;
}

#footerarea .right #footer_menu ul.bottomframe{
    padding: 0;
}

#footerarea .right #footer_menu ul.bottomframe ul{
    padding: 0;
    margin-top: 0;
}

#footerarea .right #footer_menu ul.bottomframe li{
    list-style-type: none;
    margin-bottom: 3px;
}

#footerarea .right #footer_menu ul.bottomframe ul li a{
    color: #555555;
    text-decoration: underline;
}

#footerarea .right #footer_menu ul.bottomframe ul li a:hover{
    text-decoration: underline;
    color: #009999;
}

#footerarea .right #footer_menu ul.bottomframe li#footercolumn1{
    float: left;
    margin-right: 30px;
}

#footerarea .right #footer_menu ul.bottomframe li#footercolumn2{
    float: left;
    margin-right: 55px;
}

#footerarea .right #footer_menu ul.bottomframe li#footercolumn3{
    float: left;
}

/* コピーライト */
#copylight{
    background-color: #009999;
}
#copylightarea{
    width: 868px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    padding-bottom: 4px;
}

#copylight a {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: underline;
}

#copylight #link{
    border-left: 1px #FFFFFF dotted;
    margin-left: 10px;
    padding-bottom: 2px;
}

#copylight #link ul li{
    float: left;
    list-style-type: none;
    padding-left: 4px;
    padding-right: 4px;
    border-right: 1px #FFFFFF dotted;
}

#copylight #link ul li.bottom{
    margin-right: 0px;
}

#copylight div#bottomcopylight {
    float: right;
    padding-right: 20px;
    color: #FFFFFF;
}