/*
	共通レイアウト設定
---------------------------------------------------------- */

body{	
margin:0;
background: #fee6dc url(tsuji_p/tsuji_back.jpg) repeat-x; 
}



td {
font-size:x-small;
line-height:140%;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
COLOR: #383B47;
}


/*
	共通コンテンツ設定->装飾設定
---------------------------------------------------------- */
.tx12-14{font-size:12px;line-height:140%}
.tx10-12{font-size:10px;line-height:120%}
.tx10-14{font-size:10px;line-height:140%}
.tx14-12{font-size:14px;line-height:120%}
.tx12-12{font-size:12px;line-height:120%}
.tx10-11{font-size:10px;line-height:110%}
.tx12{font-size:12px;line-height:110%}
.tx14{font-size:14px}
.tx_red_bold-12{color: #A22121;font-weight: bold}
.tx_red_bold-14{color: #A22121;font-size:14px;font-weight: bold}
.tx_brown_bold-14{color: #1A3889;font-size:14px;font-weight: bold}
.tx_bold{font-weight: bold}

.ta01 { border: 1px #CECECE solid; background-color: #ffffff}
.ta02 {background-color: #C9A3B0}
.ta03 { border: 1px #0E93D1 solid; background-color: #ffffff}

.td00 { 
background-image: url(tsuji_p/tsuji_menu_back.jpg); 
background-repeat: no-repeat; 
}


/*
	共通コンテンツ設定->リンク設定
---------------------------------------------------------- */
a:link {
	color: #2121A5;
	text-decoration: underline;
}
a:visited {
	color: #2121A5;
	text-decoration: underline;
}
a:active {
	color: #2121A5;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

