/* 本体 */
body {
	color:#000000;				/* テキスト色 */
	background-color:#ffffff;	/* 背景色 */
	margin:0px;					/* 余白 */
	background-image:url(../image/com/bg.jpg);	/* 背景画像 */
	background-repeat:repeat;	/* 背景画像の敷き詰め方 */
}

/* 中央クラス */
.contents_center {
	width:940px;				/* 幅 */
	float:right;				/* 回り込み */
	padding-top:20px;			/* 余白　上  */
}

/* 画像スライダー共通クラス */
.img_slider_com {
	width:940px;				/* 幅 */
	height:400px;				/* 高さ */
	display:block;				/* 表示形式　ブロックレベル */
	margin-left:auto;			/* マージン　左 */
	margin-right:auto;			/* マージン　右 */
	padding:0px;				/* 余白 */
}

/* テーブル */
table {
	margin-left:auto;			/* マージン　左 */
	margin-right:auto;			/* マージン　右 */
	background-color:#ffffff;	/* 背景 */
}
/* 中央揃えクラス */
.text_center {
	text-align:center;			/* 中央揃え */
	font-size:120%;				/* フォントサイズ */
	font-weight:bold;			/* 文字の太さ */
	padding:10px;				/* 余白 */
}

