@charset "utf-8";

/* ------------------------------
全体
------------------------------ */
html {
	height: 100%;
}

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif ;
	height: 100%;
	background-color: #175B98;
	margin: auto;
}


#container {
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
    _height: 100%; /* for IE6 */
    position: relative;
}

* html div#container {
	height:100%;
}

#header {
	height: 37px;
	background-color: #FFF;
	background-image: url(../img/logo_b.png);
	background-repeat: no-repeat;
	background-position: right;
}

#green_box {
	width: auto;
	height: 124px;
	background-color: #58B431;
	background-image: url(../img/waslogo.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#green_box2 {
	width: auto;
	height: 60px;
	background-color: #58B431;
	text-align: center;

	}


#blue_box {
	width: auto;
	background-color: #175B98;
	text-align: center;
	margin-top: 20px;

}

#blue_box img{
	margin-top: 20px;
}

#footer {
	position: relative;
	margin-top: -18px;
	height: 18px;
	clear: both;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;

}


A:link{
	color: #FFFFFF;
	text-decoration: none;
	}

A:visited{
	color: #FFFFFF;
	text-decoration: none;

	}

A:active{
	color:#FFFFFF;
	}

A:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}

