/*--------------------------------------------------------------------------------------------
コンテンツ共通ベーシックテキスト＆リンク定義
----------------------------------------------------------------------------------------------*

/*--------------------------------------------------------------------------------------------
link設定
----------------------------------------------------------------------------------------------*/

a:link {    /* 押していない状態 */
	color:#91045D;
	text-decoration:none;
}

a:visited {    /* 押したあとの状態 */
	color:#91045D;
	text-decoration:none;
}

a:hover {    /* カーソルが上にある状態 */
	color:#91045D;
	text-decoration:underline;
}

a:active {    /* マウスを押している状態 */
	color:#91045D;
	text-decoration:underline;
}



/*--------------------------------------------------------------------------------------------
BASIC TEXT
----------------------------------------------------------------------------------------------*/

.t4 { font-size:140%; line-height:1.3en; }
.t3 { font-size:120%; line-height:1.3em; }
.t2 { font-size:100%; line-height:1.45em; }
.t1 { font-size:80%; line-height:1.25em; }
.t0 { font-size:70%; line-height:1.25em; }


.b6 { font-size:180%; line-height:1.25em; font-weight:bold; }
.b5 { font-size:160%; line-height:1.25em; font-weight:bold; }
.b4 { font-size:140%; line-height:1.3em; font-weight:bold; }
.b3 { font-size:120%; line-height:1.3em; font-weight:bold; }
.b2 { font-size:100%; line-height:1.45em; font-weight:bold; }
.b1 { font-size:80%; line-height:1.25em; font-weight:bold; }


