@charset "Shift_JIS";


/*全体構造
-----------------------------------------------------*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0;
	padding:0;
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}



/*リンク文字設定
-----------------------------------------------------*/
a:link	{
	color: #980F33;
	text-decoration: none;
}
a:visited	{
	color: #980F33;
	text-decoration: none;
}
a:hover	{
	color: #B95768;
	text-decoration: underline;
}
a:active	{
	color: #B95768;
	text-decoration: underline;
}

a.textLink:link	{
	color: #0F218B;
	text-decoration: underline;
}
a.textLink:visited	{
	color: #0F218B;
	text-decoration: underline;
}
a.textLink:hover	{
	color: #5A7FBA;
	text-decoration: none;
}
a.textLink:active	{
	color: #5A7FBA;
	text-decoration: none;
}

/*フォントサイズ
-----------------------------------------------------*/
.text10px {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #333333;
}
.text11px {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #333333;
}
.text12px {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #666666;
}


/*ボーダー
-----------------------------------------------------*/
.borderTop {
	border-top: 1px solid #666666;
}

/*フォーム
-----------------------------------------------------*/
input.submit:hover,select:hover {
  cursor: pointer;
}





