/*ボディ設定*/
body {
	background-color: #F282D7;
	background-image:url(img/base/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	line-height:130%;
	color: #555555;
	margin: 0px;
	margin-bottom: 0px;
}
td{
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	line-height:130%;
	color: #555555;
}

/*リンク設定*/
A:link {
	text-decoration: none;
	font-size: 12px;
	color: #F1218D;
}
A:visited {
	text-decoration: none;
	font-size: 12px;
	color: #FF78AC;
}
A:hover {
	text-decoration: none;
	font-size: 12px;
	color: #F78686;
}
A:active {
	text-decoration: none;
	font-size:12px;
	color:#F78686;
}

/*サブリンク設定*/
A.sub:link {
	text-decoration: none;
	font-size: 12px;
	color: #777777;
}
A.sub:visited {
	text-decoration: none;
	font-size: 12px;
	color: #777777;
}
A.sub:hover {
	text-decoration: none;
	font-size: 12px;
	color: #222222;
}
A.sub:active {
	text-decoration: none;
	font-size:12px;
	color:#222222;
}

/*テキスト設定*/
.txt13px{
	font-size:13px;
}
.txt11px{
	font-size:11px;
}
.txt10px{
	font-size:10px;
}
.txt9px{
	font-size:9px;
}
.b_orange {
	color: #FF7B24;
	font-weight: bold;
}
.b_blue {
	color: #0066FF;
	font-weight: bold;
}
.b_red {
	color: #FF0000;
	font-weight: bold;
}

/*サブページテーブル設定*/
.subtab{
	background-image:url(img/base/bg_2.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.subtab_left{
	background-image:url(img/base/5_left.gif);
}
.subtab_right{
	background-image:url(img/base/5_right.gif);
}