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

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



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

#image2 {
    margin-left: 0px;
    }

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

.text12_w {
    font-size: 12px;
	color: #ffffff;
    }
	.text10_w {
    font-size: 10px;
	color: #ffffff;
    }
	
	
	
	.text10_r {
    font-size: 10px;
	color: red;
	line-height: 140%;
    }
	
	.text10 {
    font-size: 10px;
	color: #555555;
	line-height: 140%;
    }
.text12 {
    font-size: 12px;
	color: #555555;
	line-height: 150%;
    }
	.text12_b {
    font-size: 12px;
	color: black;
	line-height: 120%;
    }

	.text12_g {
    font-size: 12px;
	color: green;
	line-height: 120%;
    }
	
	.text12_b {
    font-size: 12px;
	color: #17308E;
	line-height: 170%;
    }

	.text12_r {
    font-size: 12px;
	color: red;
	line-height: 170%;
    }


.text14 {
    font-size: 14px;
	color: #231815;
	line-height: 120%;
    }
	
	.text16_g {
    font-size: 16px;
	color: green;
	line-height: 120%;
	
    }
	
	.text16_r {
    font-size: 16px;
	color: red;
	line-height: 120%;
    }
	
	.text14_r {
    font-size: 14px;
	color: red;
    }
	
	.text16_b {
    font-size: 16px;
	color: #0071BC;
	font-weight:bold
    }
	
.text18 {
    font-size: 18px;
	color: black;
	font-weight:bold
    }

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;
	}

