﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0px;
	padding:0px;
	border:none;
}

body {
    width: 900px;
    text-align: left;
    font-size: 90%;
    font-family: Arial;
    position:relative;
    height:100%;
    /*text-align:center;*/
    background: #EDECEC url("../../images/Eachimages/GB_white.png") repeat-y center top fixed;
    margin: 0px auto !important;
}

#Header{
    text-align:center;
    background-color:#FFFFFF;    
}

.headerLogo {
        left:15px;
        top:46px;
        position: absolute;
        z-index: 1;
}


.login_link{
    text-align: center;
    font-size: 10px;
    margin: 10px 0px 0px auto;
}

.corner_link{
    text-decoration: none;
    color: #777777;
}

.corner_td{
    background-color: #DCDCDC;
}



#Footer {
    font-size: 13px;
    background-color:#FFFFFF;
    width:900px;
    padding:20px 0px;
    border-top:solid 1px #999999;
    text-align:center;
    clear:both;
}

.Caption{
    font-weight:bold;
    color:#000000;
    padding:5px;
}

/* ----- Company ここから↓ ----- */

#company {
    text-align: left;
    line-height: 150%;
    margin: 10px;
}
    #company table {
        border-collapse: collapse;
    }

    #company tr td{
        text-align: left;
        border: solid 1px #cccccc;
        padding: 5px;
    }

/* ----- Company ここまで↑ ----- */

/* ----- support ここから↓ ----- */

#support {
    text-align: left;
    line-height: 150%;
    margin: 10px;
}


/* ----- support ここまで↑ ----- */

/* ----- privacy ここから↓ ----- */

#privacy {
    text-align: left;
    line-height: 150%;
    margin: 10px;
}

    #privacy div p {
        margin-left: 50px;
    }

/* ----- privacy ここまで↑ ----- */

/* ----- rule ここから↓ ----- */

#rule {
    text-align: left;
    line-height: 150%;
    margin: 10px;
}

    #rule p {
        margin-left: 50px;
    }

/* ----- rule ここまで↑ ----- */

/* ----- about ここから↓ ----- */

#about {
    text-align: left;
    line-height: 150%;
    margin: 10px;
}

    #about p {
        margin-left: 50px;
    }

/* ----- about ここまで↑ ----- */

/* ----- link ここから↓ ----- */

#link {
    text-align: left;
    line-height: 150%;
    margin: 10px;
}

    #link p {
        margin-left: 50px;
    }

    #link .txtLink {
        height: 40px;
        width: 500px;
        padding: 10px;
    }

/* ----- link ここまで↑ ----- */

/* ----- link ここから↓ ----- */

#help {
    text-align: left;
    line-height: 150%;
    margin: 10px;
}

    #help p {
        margin-left: 50px;
    }

/* ----- link ここまで↑ ----- */

/*------ instruction ↓ ------*/

.inst_page{
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    margin-bottom: 90px;
}

.inner_inst{
    margin-bottom: 60px;
}

.left_image{
    float: left;
    margin-right: 20px;
}

.inst_text{
    font-size: 12px;
    font-family: Arial;
    color: #777777;
    margin-top: 10px;
}

.inst_text span{
    color: #FF6000;
}

.clear_float{
    clear: both;
}


/*------ instruction ↑ ------*/



/*------ css Hack ↓ ------*/


/*------ body ↓ ------*/

    /*------ ie6 ------*/
    *html body{
        padding-left: 1px;
    }

    /*------ ie7 ------*/
    *:first-child+html body{
        padding-left: 1px;
    }
    
    
    
/*------ body ↑ ------*/

/*------ Header ↓ ------*/

    /*------ ie6 ------*/
    *html .header_logo{
        left: 41px;
    }

    /*------ ie7 ------*/
    *:first-child+html .header_logo{
        left: 41px;
    }

/*------ Header ↑ ------*/
/*------ css Hack ↑ ------*/
