
/*
-----------------------------------------------------------------------
 [ 246 Graphics. - Digital Graphic DESIGN Office - ]
 Author : Takashi Matsuda
Version : 7 Aug 2004
------------------------------------------------------------------------*/

/* @Font size Style
------------------------------------------------------------------------*/

.p10 { font-size: 10px;
		line-height: 14px;}
		
.p10r { font-size: 10px;
		line-height: 14px;
		color:#FF0000; }
.p10b { font-size: 10px;
		line-height: 14px;
		color:#0000FF; }

.p10ad { font-size: 10px;
		line-height: 16px;}

.p12 { font-size: 12px;
		line-height: 16px; }
		
.p12r { font-size: 12px;
		line-height: 16px; 
		color:#FF0000; }
		
.p12b { font-size: 12px;
		line-height: 16px; 
		color:#0000FF; }

.p14 { font-size: 14px;
		line-height: 18px; }
		
.p14r { font-size: 14px;
		line-height: 18px; 
		color:#FF0000; }
		
.p14b { font-size: 14px;
		line-height: 18px; 
		color:#0000FF; }



.p12member { font-size: 12px;
				line-height: 16px;
				color: #001BBF;}

.p12q { font-size: 12px;
				line-height: 16px;
				font-weight: bold ;
				color: #194AFF;}

.foot10 { font-size: 10px;
			line-height: 11px;
			color: #4E4E4E;}

.logintext10 { font-size: 10px;
				line-height: 15px;
				color: #001BBF;}

.entry12 { font-size: 12px;
			line-height: 15px;
			color: #FFFFFF;}

.try12 { font-size: 12px;
			line-height: 15px;
			color: #FFFFFF;}

.signin10 { font-size: 10px;
				line-height: 15px;
				color: #D70000;}

/* @Link Style
------------------------------------------------------------------------*/

.base:link {text-decoration: underline ; font-weight: bold ; color:#000DB9; }
.base:visited {text-decoration: underline ;  font-weight: bold ;color:#000DB9; }
.base:hover {text-decoration: underline ;  font-weight: bold ;color:#D50000; background-color:#FFDE00; }

.normal:link {text-decoration: underline ; color:#272727; }
.normal:visited {text-decoration: underline ;color:#272727; }
.normal:hover {text-decoration: underline ;color:#D50000; background-color:#FFDE00; }

.foot:link {text-decoration: underline ; color:#000DB9; }
/*
.foot:visited {text-decoration: none ; color:#000DB9; }
.foot:hover {text-decoration: none ; color:#D50000; background-color:#FFDE00; }
*/
.foot:visited {text-decoration: underline ; color:#000DB9; }
.foot:hover {text-decoration: underline ; color:#D50000; background-color:#FFDE00; }

.ad120:link {text-decoration: underline ; color:#3B3B3B; }
.ad120:visited {text-decoration: underline ; color:#3B3B3B; }
.ad120:hover {text-decoration: underline ; color:#D50000; background-color:#FFDE00; }

/* Top Page Style 06/08/22*/
.header h1{
	font-size: 12px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin:0px;
}
.header h2{
	font-size: 12px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	margin:0px;
}
/*
.header h1{
	font-size: 12px;
	color: #000DB9;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin:0px;
}
.header h2{
	font-size: 10px;
	color: #000DB9;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	margin:0px;
}
*/

