@charset 'UTF-8';

/*-----------------------------------------------------
ヘッダ
-----------------------------------------------------*/
.infoheader {
	width:850px;
	height:92px;
	margin:0 auto;
	position:relative;
}

.infoheader h1 {
	background:url(../images/logo_l.gif) no-repeat;
	width:308px;
	height:44px;
	text-indent:-1000em;
	position:absolute;
	top:30px;
	left:1px;
	margin:0 0 0 40px;
}

.infoheader h1 a {
	display:block;
	width:308px;
	height:44px;
}

/*-----------------------------------------------------
緊急時のご案内
-----------------------------------------------------*/
.info_box {
	width:850px;
	height:auto;
	margin:auto;
}

.info_box h3 {
	background:url(../images/ttl_head_bluesquare.gif) no-repeat;
	padding:0 0 0 28px;
	color:#0784C4;
	margin:10px 0 15px 50px;
}

.info_text {
	width:674px;
	height:auto;
	padding:20px 0 20px 20px;
	margin:0 0 0 78px;
	background:#e7f0f5;
	font-size:0.8em;
}

.info_table{
	width:694px;
	margin:0 0 15px 78px;
	padding :0;
	border:1px solid #B7B7B7;
	border-collapse:collapse;
	border-spacing:0;
	font-size:0.8em;
}
.info_table th{
	width:247px;
	border-right:1px solid #B7B7B7;
	border-bottom:1px solid #B7B7B7;
	padding:3px 0 3px 0px;
	font-weight:normal;
	text-align:center;
}
.info_table td{
	width:247px;
	border-right:1px solid #B7B7B7;
	border-bottom:1px solid #B7B7B7;
	padding:3px 0 3px 0;
	text-align:center;
}
.info_add {
	margin:30px 0 0 78px;
	font-size:0.8em;
	color:#0784C4;
	font-weight:bold;
}
.info_bt {
	margin:25px 0 50px 0;
	text-align:center;
}

