@charset "utf-8";
/*======================================

	1-1.UI Library Fonts CSS

	Font-size Adjustment
	
	77% = 10px	| 	112% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

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


body {
	font-size:14px;
	*font-size:small;
	*font:x-small;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

*html body {
	font-family:"ＭＳ Ｐゴシック", sans-serif,;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
select, input, textarea {
	font-size:99%;
}
table {
	font-size:inherit;
	font:100%;
}
.fs10{font-size:10px;}
.fs11{font-size:11px;}
.fs12{font-size:12px;}
.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}
.fs17{font-size:17px;}
.fs18{font-size:18px;}
.fs19{font-size:19px;}
.fs20{font-size:20px;}
.fs21{font-size:21px;}
.fs22{font-size:22px;}
.fs23{font-size:23px;}
.fs24{font-size:24px;}
.fs25{font-size:25px;}
.fw_n{font-weight:normal;}
.fw_b{font-weight:bold;}
/*======================================
	1-2.Universal selector
=======================================*/

* {
	line-height: 1.4;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*======================================
	1-3.Size
=======================================*/
.h20 {
	height:20px;
}

.h40 {
	height:40px;
}

/*======================================
	1-4.Color
=======================================*/

.red{
	color:#ff0000;
}
.blue {
	color:#0000ff;
}
.green {
	color:#00ff00;
}
.glay{
	color:#999999;
}
.white{
	color:#ffffff;
}
