/*基本*/


img{ border:0px; }


/*テーブルの飾り*/

table.linktitle{
	font-size: 13px;
	background-image: url(../images/bar_lbl.gif);
	color: #DC1A14;
	font-weight: bold;
	text-align: center;
}

table.linktitleA{
	font-size: 13px;
	background-image: url(../images/bar_rd.gif);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

/*リンクアクション*/

a { color: #339900;
	text-decoration: underline; }
a:hover { color: #DC1A14;
text-decoration:underline; }
a:visited {
	color: #663399;
	text-decoration: underline;
}





/*白文字*/
.white { font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	}
	

.small_w { font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	color: #FFFFFF; }
	
a.white {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.white {
	color: #003366;
	text-decoration: underline;
}

a:hover.white2 {
	text-decoration: underline;
}


/*文字*/

.normal { font-size: 13px;
	line-height: 16px;
	color: #333333; }
.blue {
	font-size: 13px;
	line-height: 16px;
	color: #003399;
	text-decoration: none;
}
.small { font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	color: #333333; }

a:hover.small { color: #003399; 
	text-decoration: underline;
}


h5.white {
	margin: 0px;
	padding:0px;
}


/*赤文字*/
.red { font-size: 13px;
	color: #DC1A14;
	text-decoration: none;
}

.pk { font-size: 13px;
	color: #FF3399;
	text-decoration: none;
}

.lbl { font-size: 13px;
	color: #3399FF;
	text-decoration: none;
}

.green { font-size: 13px;
	color: #339900;
	text-decoration: none;
}

.oj { font-size: 13px;
	color: #FF9900;
	text-decoration: none;
}
