@charset "UTF-8";
@import url("business.css");

/*基本ボディー部分・位置制御*/
body {
	background: #575757;
	background-image: url(../img/common/bk.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*基本テーブル部分・位置制御*/

.table_main {
	background-color: #FFFFFF;
	width: 900px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #000000;
	border-left-color: #000000;
}


/*フッタ*/

.foot_menu {
	font-size: 65%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bt_page {
	font-size: 85%;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 5px;
	padding-right: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.S_Menu {
	font-size: 85%;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.Copy {
	font-size: 85%;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: right;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}


/*共通訪問後リンクカラー*/

a:visited {
	color: #000000;
}


/*フッタメニューロールオーバー*/

a.foot_TX_bt:link {
	color: #000000;
	text-decoration: none;
}
a.foot_TX_bt:hover {
	color: #1b3095;
	text-decoration: none;
}
a.foot_TX_bt:visited {
	text-decoration: none;
}
a.foot_TX_bt:active {
	color: #000000;
	text-decoration: none;
}
.black {
	color: #000000;
	font-size: 70%;
}
.bt_wed {
	text-align: right;
	vertical-align: middle;
}
