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

/*
小見出し
------------------------------------------------*/
#wrapper h3{
	font:bold;
	width:800px;
	margin:0px auto 20px auto;
	color:#C00;
	font-size:16px;
}

/*
テキスト1
------------------------------------------------*/
.txt01{
	width:750px;
	margin:20px auto;
}
.col01{
	font-weight:bold;
	color:#C00;
}

/*
table
------------------------------------------------*/
.f_table01{
	width:750px;
	margin:0px auto 20px auto;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}
.f_table01 th{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	background-color:#67BDDE;
	color:#FFF;
	text-align:center;
	width:20%;
}
.f_table01 td{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}
.f_table01 td img{
	display:block;
	float:right;
}
.f_table01 th p{
	padding:5px;
}
.f_table01 td p{
	padding:5px;
}
.f_table01 .no_border{
	border-right:none;
}

/*
災害によるお知らせ
------------------------------------------------*/

.disasterInfo{
	display:block;
	margin:0 auto 25px;
	width:700px;
	padding:20px 25px;
	font-size:14px;
	background-color:#ffe4e4;
	line-height:1.5;
	text-align:center;
}
.disasterInfo strong{
	color:#CC0000;
	display:block;
	font-size:17px;
	text-align:center;
	margin:0 0 5px;
}
