@charset "shift_jis";

/* 共通　CSS Document */

/*---------------------------------------------
 共通
---------------------------------------------*/
/* floatクリアー */
.clearBoth {
	clear: both;
}

/* センタリング */
.centerling {
	text-align: center;
}

/* 右寄せ */
.righting {
	text-align: right;
}

/* 左寄せ */
.lefting {
	text-align: left;
}

/* p */
p.p0 {		/* padding:0  margin:0 */
	padding: 0px;
	margin: 0px;
}


/*---------------------------------------------
 contents box
---------------------------------------------*/
.box1 {
	width: 947px;	/* total:947px */
	padding: 0px 0px 40px 0px;
}
.box1:after {	/* 高さ認識 */
	content:"";
	display:block;
	clear:both;
}


/*---------------------------------------------
 h2
---------------------------------------------*/
h2.h201 {
	font-size: 0.9em;
	text-indent: -9999em;
}

/*---------------------------------------------
 文字非表示
---------------------------------------------*/
.hideText {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}