@charset "shift-jis";

@import "reset.css";
@import "base.css";

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                      gnavi                    */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

#gnavi01 a {
	background-position: 0 -50px;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                  mainContents                 */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

#mainContents .catch {
	margin-top:10px;
	margin-bottom:20px;
	color:#005792;
	font-size:14px;
	font-weight:bold;
}

/*-----------------------------------------------*/
/*                  boxEarthquake                */
/*-----------------------------------------------*/

#boxEarthquake {
	margin: 0 10px 20px 10px;
	padding:10px 15px;
	line-height: 160%;
	border:1px solid #c4bf99;
	background-color:#f5f3e5;
	font-size:14px;
}

/*-----------------------------------------------*/
/*                    floatClear                 */
/*-----------------------------------------------*/

.clearfix {
	zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}