@charset "Shift_JIS";

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

	File name		:	font_style.css
	
	//INDEX
		1 : Original font style
		2 : Link font style
		3 : Default settings
		4 : Color settings
	
=============================================*/



/*========================================
1 : Original font style
========================================*/


/*========================================
2 : Link font style
========================================*/

#container a:link{
}

#container a:visited{
}

#container a:hover,
#container a:active{
}





/*========================================
3 : Default settings
========================================*/

table{
font-size:inherit;
font:100%;
}

input{
font-size:12px;
line-height:14px;
}

.size10{
font-size:77%;
}

.size12 {
font-size:93%;
}

.size14 {
font-size:108%;
}

.size10fix {
font-size:10px;
}

.size12fix {
font-size:12px;
}

.size14fix {
font-size:14px;
}

.size24fix {
font-size:24px;
}


.size075{
	font-size:0.75em;
	padding: 0 0.25em 0 0;
}

.size085{
	font-size:0.85em;
	padding: 0 0.25em 0 0;
}

.size120{
	font-size:1.2em;
	padding: 0 0.25em 0 0;
}

.size150{
	font-size:1.5em;
	padding: 0 0.25em 0 0;
	line-height: 1.5;
}

.size180{
	font-size:1.8em;
	padding: 0 0.25em 0 0;
}

.size200{
	font-size:2em;
	padding: 0 0.25em 0 0;
}

.size250{
	font-size:2.5em;
	padding: 0 0.25em 0 0;
}

.size300{
	font-size:3em;
	padding: 0 0.25em 0 0;
}


/*========================================
4 : Color settings
========================================*/

.colorRed{
	color:#FF0000;
}

.colorWhite{
	color:#FFF;
}

.colorRedBlink{
color:#FF0000;
}

.colorOrange{
	color:#FF9900;
}

.colorYellow{
	color:#FFCC00;
}

.colorDarkPink{
	color:#F39;
}

.colorLightBlue{
	color:#66FFFF;
}

.colorBlue{
color:#001F8C;
}

.assPage .setTable table .name{
color:#001F8C;
font-size:16px;
font-weight:bold;
}

.assPage .setTable .error{
font-weight:bold;
color:#FF0000;
}
