@charset "UTF-8";
/* CSS Document */

/* 初期設定 */
body {
	margin-top: 0px;
	background-image: url("../image/top_back_grad.gif");
	background-repeat: repeat-x;
    }



/* 企業バナーマージン */
#image1 {
    float: left;
    margin-right: 5px;
    }

#image2 {
    margin-left: 0px;
    }

/* テキスト関係 */
span#header_text0 {
    padding: 0px 0px 0px 13px;
    font-size: 10px;
	color: #ffffff;
    }
	
span#header_text {
    padding: 0px 0px 0px 18px;
    font-size: 10px;
	color: #555555;
    }

#text12 {
    font-size: 12px;
	color: #555555;
	line-height: 1.5;
    }

span#text12 {
    font-size: 12px;
	color: #555555;
	line-height: 1.5;
    }
	
span#text10 {
    font-size: 10px;
	color: #555555;
    }
	
span#copyright {
    font-size: 10px;
	color: #ffffff;
    }

a:link {
    color: #003399;
	text-decoration: none;
	}

a:visited {
    color:#d89a58;
	text-decoration: none;
	}

a:hover {
    color:#ff0000;
	text-decoration: none;
	}
