.td-r {
	background-color: #D3373B;
}

.td-y {
	background-color: #FCA834;
}

a:link {
	color: #0066FF;
	text-decoration: none;
}

a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

h1,h2,h3,h4 {
	color: #D3373B;
	margin: 10px;
}

td {
	font-size: 14px;
}

ul,ol,dl,li,dd {
	font-size: 12px;
	margin-top: 4px;
}

/* テキスト全般の設定 */

.text10 {
	font-size: 10px;
}
.text10-lh {
	font-size: 10px;
	line-height: 14px;
}
.text12 {
	font-size: 12px;
}
.text12-lh {
	font-size: 12px;
	line-height: 18px;
}
.text14 {
	font-size: 14px;
}
.text14-lh {
	font-size: 14px;
	line-height: 18px;
}
.text16 {
	font-size: 16px;
}
.text16-lh {
	font-size: 16px;
	line-height: 22px;
}

/* ログイン画面の設定 */

.f-midashi {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.f-caution {
	font-size: 11px;
}

.f-honbun {
	font-size: 16px;
	color: #336699;
}

.error {
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
	background-color: #EEE;
}
+ .ll_01 {
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}
.ll_02 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

