@charset "Shift_JIS";

/*================

Information

Site URL:	http://www.fujitv.co.jp/game/
File type:	css
File name:	common.css
			(http://www.fujitv.co.jp/game/basic.css)
Summary:	common css files
Create:		September.2009

================*/



/*---------
LINK
---------*/

a{
	text-decoration:underline;
	color:#E05603;
	font-weight: bold;
	}
	
a:hover {
	text-decoration:underline;
	color:#FF6600;
	font-weight: bold;
	}
	
a:visited {
	text-decoration:underline;
	font-weight: bold;
	}

/*---------
FONT
---------*/

/* basic */
.gSmall{font-size:10px; line-height: 11pt}
.gSmallB {  font-size: 10px; font-weight: bold; line-height: 11pt}
.gNormal {  font-size: 12px; line-height: 13pt}
.gNormalB {  font-size: 12px; font-weight: bold; line-height: 13pt}
.gLarge {  font-size: 14px; line-height: 14pt}
.gLargeB {  font-size: 14px; font-weight: bold;line-height: 14pt}

.atten_M {  font-size: 12px; color: #FF0000; font-weight: bold;}
.atten_L {  font-size: 14px; color: #FF0000; font-weight: bold;}
.forte_M {  font-size: 12px; color: #FF6700; font-weight: bold;}
.forte_L {  font-size: 14px; color: #FF6700; font-weight: bold;}
.blue_M {  font-size: 12px; color: #1f88d2; font-weight: bold;}
.blue_L {  font-size: 14px; color: #1f88d2; font-weight: bold;}
.pink_M {  font-size: 12px; color:#FF3399; font-weight: bold;}
.pink_L {  font-size: 14px; color: #FF3399; font-weight: bold;}
.green_M {  font-size: 12px; color:#009900; font-weight: bold;}
.green_L {  font-size: 14px; color: #009900; font-weight: bold;}

.atten {  font-size: 12px; color: #FF0000;}

/* news */
.G_mark {font-size: 12px; font-weight: bold; color: #FFD155; line-height: 13pt}
.G_atten {font-size: 12px; font-weight: bold; color: #FF0000; line-height: 13pt}
.G_attenL {font-size: 14px; font-weight: bold; color: #CC3300; line-height: 14pt}

/**/
.Lineup_link {
	color: #FF9900;
	font-weight: bold;
	font-size: 10px;
}
.etcLink{
margin-top:20px;
background:url(../img/icn_arrow2.gif) no-repeat left center;
padding-left:15px;
}


/*=============
MARGIN
=============*/
.mt5{margin:5px 0 0 0;}
.mt8{margin:8px 0 0 0;}
.mt10{margin:10px 0 0 0;}
.mt20{margin:20px 0 0 0;}

.ml10{margin:0 0 0 10px;}
.ml30{margin:0 0 0 30px;}
.mt150{margin:150px 0 0 0;}

.mt5mr10{margin:5px 10px 0 0;}

.mt10ml40{margin:10px 0 0 40px;}

.mt5mb15{margin:5px 0 15px 0;}

/*=============
ETC
=============*/

/*clearfix*/


.clearfix {_height: 1px;min-height: 1px;}

.clearfix:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}

div.hkbox{
margin:20px auto;
width:580px;
line-height:1.4;
background:#FFFFCC;
border:dotted 2px #FFCC33;
padding:20px 10px;
}

div.errorbox{
margin:20px auto;
width:580px;
line-height:1.4;
background:#FFCCCC;
border:1px solid #FF3333;
padding:20px 10px;
}

/*
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix{
display:inline-block;
}*/
