@charset "utf-8";

/* common
---------------------------------------------------- */

/*---------------------------------------------
 フォント
---------------------------------------------*/
/*ゴシック系*/
.gothic {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/*明朝系*/
.mincho {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

/*---------------------------------------------
 文字非表示
---------------------------------------------*/
.hideText {
	text-indent: 101%;
	white-space: nowrap;
	overflow: hidden;
}

/*---------------------------------------------
 float解除
---------------------------------------------*/
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

div#h1 {
	width: 956px;
	height: 103px;
	margin: 0px auto 25px auto;
	background: url(../images/h1_bg.png) no-repeat;
}
div#h1 h1 {
	width: 950px;
	height: 100px;
	margin: 0px auto;
}

p.text1 {
	width: 895px;
	margin: 0px auto 25px auto;
}