/* 表 */
.main_table {
	border-collapse:collapse;	/* 枠線表示形式　重ねて表示 */
	width:100%;					/* 幅 */
	border-spacing: 0;			/*  */
}

/* セル */
.main_table_td {
	padding:0px;				/* 余白 */
	margin:0px;					/* マージン */
}

/* リスト bxslider使用時 */
ul.bxslider {
	padding:0px;				/* 余白 */
	margin:0px;					/* マージン */
}

/* メニュー左・中央 */
.wrapper {
	width:1153px;				/* 幅 */
	float:left;
}
/* メニュー左クラス */
.contents_menu1 {
	width:180px;				/* 幅 */
	float:left;
}

/* メニュー右クラス */
.contents_menu2 {
	width:180px;				/* 幅 */
	float:right;
}

/* 画像共通クラス */
.img_com a{
	width:180px;				/* 幅 */
	height:80px;				/* 高さ */
	display:block;				/* 表示形式　ブロックレベル */
	margin-left: auto;			/* マージン　左 */
	margin-right: auto;			/* マージン　右 */
}

/* 画像タイトルクラス */
.img_title {
	width:100%;					/* 幅 */
	height:75px;				/* 高さ */
	display:block;				/* 表示形式　ブロックレベル */
	margin-left:auto;			/* マージン　左 */
	margin-right:auto;			/* マージン　右 */
	padding:0px;				/* 余白 */
}

/* 画像TOPクラス リンク */
.img_top a {
	background-image:url(../image/com/top_1.gif);	/* 背景画像 */
}
.img_top a:hover {
	background-image:url(../image/com/top_2.gif);	/* 背景画像 */
}

/* 画像西脇キンボクラス リンク */
.img_nisiwaki a {
	background-image:url(../image/com/nisiwaki_1.gif);	/* 背景画像 */
}
.img_nisiwaki a:hover {
	background-image:url(../image/com/nisiwaki_2.gif);	/* 背景画像 */
}

/* 画像キンボクラス リンク */
.img_kin a {
	background-image:url(../image/com/kin_1.gif);	/* 背景画像 */
}
.img_kin a:hover {
	background-image:url(../image/com/kin_2.gif);	/* 背景画像 */
}

/* 画像練習日程クラス リンク */
.img_ren a {
	background-image:url(../image/com/ren_1.gif);	/* 背景画像 */
}
.img_ren a:hover {
	background-image:url(../image/com/ren_2.gif);	/* 背景画像 */
}

/* 画像活動報告クラス リンク */
.img_houkoku a {
	background-image:url(../image/com/houkoku_1.gif);	/* 背景画像 */
}
.img_houkoku a:hover {
	background-image:url(../image/com/houkoku_2.gif);	/* 背景画像 */
}

/* 画像参加クラス リンク */
.img_join a {
	background-image:url(../image/com/join_1.gif);	/* 背景画像 */
}
.img_join a:hover {
	background-image:url(../image/com/join_2.gif);	/* 背景画像 */
}

/* テキストクラス */
.text_blue {
	color:#0000ff;									/* テキスト色 */
}
.text_red {
	color:#ff0000;									/* テキスト色 */
}
.text_green {
	color:#208900;									/* テキスト色 */
}

/* カウンタークラス */
.counter {
	text-align:center;			/* 中央揃え */
}




