@charset 'Shift_jis';

/* MediaNet WEB SITE styles 
--------------------------------------------------------------*/

/* Font styles 
----------------------------------------*/

.txBold {font-weight: bold;}
.txNormal {font-weight: normal;}
strong {font-weight: normal;}

/* テキストサイズ */
.tx10 {font-size: 10px;}
.tx11 {font-size: 11px;}
.tx12 {font-size: 12px;}
.tx14 {font-size: 14px;}
.tx16 {font-size: 16px;}
.tx18 {font-size: 18px;}

/* テキストカラー */
.txWhite {color: #FFFFFF;}
.txRed {color: #B60000;}
.txGray1 {color: #8C8C8C;}
.txGray2 {color: #666666;}
.txOrange1 {color: #0066FF;}
.txOrange2 {color: #FF8A66;}
.txOrange3 {color: #FFB878;}

/* リンクテキスト */
a:link 
{
	color: #666666;
	text-decoration: none;
}

a:visited 
{
	color: #666666;
	text-decoration: none;
}

a:hover 
{
	color: #FF6600;
	text-decoration: underline;
}

strong {
	font-style: normal;
	font-weight: normal;
}

.tx_tpc_title 
{
	color: #2439A4;
	font-weight: bold;
}

.tx_caution 
{
	color: #C84D2E;
	font-weight: bold;
}

.txDate 
{
	color: #333366;
	font-weight: bold;
}
