@charset "shift_jis";
* {
	padding:0px;
	margin:0px;
}
html,
body {
	height:100%;
}
#containar {
	height:100%;
}
body > #containar {
	height:auto;
	min-height:100%;
}

body {
	font-size:100%;
	color:#474747;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
#logo {
	background-image: url(../img/logo_gaitame.gif);
	text-indent: -9999px;
	height: 29px;
	width: 185px;
	position: absolute;
	left: 39px;
	top: 14px;
}



#header {
	height: 60px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #1A9ABE;
	width:100%;
	background:#FFFFFF;
	font-size:0px;
}
#main {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 26px;
	padding-bottom: 60px;
	text-align: center;
	overflow:auto;
}
.txt_redB {
	color:#c60000;
	font-weight:bold;
}
.mgn_b15 {margin-bottom:15px;}
.mgn_b20 {margin-bottom:20px;}
.border_bk {
	border: 1px solid #B2B2B2;
	padding: 40px 40px 25px 40px;
	text-align: left;
	margin-bottom:20px;
	font-size:80%;
}
.border_bk p {
	margin-bottom:15px;
}

#footerarea {
	
}
#footer {
	position: relative;
	margin-top:-45px;
	height: 40px;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #1A9ABE;
	font-size:80%;
	background-color:#FFFFFF;
}
#footer p {
	position: absolute;
	left: 39px;
	top: 13px;
}
a img {
	border:none;
}