@charset "shift-JIS";


* {
    margin: 0;
    padding: 0;
    }

body {
    text-align: center;
    background-color: #edf0f2;
    }

body#n_home {
	background: url(../images/bg01.gif) #edf0f2 0 0 repeat-x;
    }

/*
###########################################################
header
###########################################################*/

#blog div#header {
    position: relative;
    margin: 0 auto;
    width: 926px;
    height: 70px;
    background: url(../images/bg01blog.gif) 0 0 no-repeat;
    }

/* logo */
#header div.contact {
    position: absolute;
    top: 23px;
    left: 708px;
    width: 205px;
    height: 38px;
    text-indent: -9999px;
    background: url(../images/bg03.gif) 0 0 no-repeat;
    }

#header div.sdlnk {
    position: absolute;
    top: 0px;
    left: 706px;
    width: 201px;
    height: 23px;
    line-height: 23px;
    font-size: 10px;
    text-align: right;
    color: #fff;
    }

#header div.sdlnk a {
    color: #fff;
    text-decoration: none;
    }

#header div.sdlnk a:hover {
    text-decoration: underline;
    }



/*
###########################################################
container
###########################################################*/

body#n_home .container {
    margin: 0 auto;
    padding-top: 5px;
    width: 926px;
    height: 486px;
    background: url(../images/bg05.gif) 0 0 no-repeat;
    }

div.cntsEnd {
    margin: 0 auto;
    width: 926px;
    height: 16px;
    background: url(../images/bg04.gif) 0 0 no-repeat;
    }

div.cntsEnd hr {
    width: 0;
    height: 0;
    border: none;
    }



/*
###########################################################
contents
###########################################################*/
div.contents {
    margin-left: 13px;
    margin-right: 13px;
    width: 900px;
    text-align: left;
    }



/*
###########################################################
footer
###########################################################*/

div#footer {
    margin: 21px auto 2px auto;
    padding-top: 10px;
    border-top: 1px solid #d6d9da;
    width: 700px;
    color: #7f8182;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    }

div#footer a {
    color: #7f8182;
    text-decoration: none;
    }

div#footer a:hover {
    color: #555;
    text-decoration: underline;
    }

div#footer span {
    display: block;
    margin-top: 18px;
    line-height: 15px;
    }



.pageTop {
    margin: 10px 25px;
    text-align: right;
    font-size: 10px;
    font-weight: 700;
    }

.pageTop a {
    color: #016c8f;
    }

.pageTop a:hover {
    color: #f90;
    }
