@charset "UTF-8";


body {
	margin:	0;
	padding: 0;
	height: 100%;
	}

html {
	height: 100%;
	line-height: 160%;
	ovrflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
		}
		

h1,h2,h3,h4,h5,h6,
tr,th,td,ul,ol,li,dl,dt,dd,
p,form,div {
	margin:	0;
	padding: 0;
	border:	none;
	font-size: 100%;
	}

table{
  border-collapse:collapse;
  padding:0;
  margin:0;

}

a,img {
	border:	none;
	}

hr {
	display: none;
	}

img {
	vertical-align:	top;
	border:	0;
	}

/**** 汎用フォント・装飾およびサイズ ****/
.fnt_8{
	font-size:8pt;
}
.fnt_10{
	font-size:10pt;
}
.fnt_11{
	font-size:11pt;
}
.fnt_12{
	font-size:12px;
}

.fnt_14{
	font-size:14px;
}

.fnt_15{
	font-size:15px;
}

.fnt_90{
	font-size:90%;

}


.fnt_red{
	color:red;
}

.fnt_orange{
	color:#ff6600;
}

.f_yellow{

	color:yellow;
}

.f_green{
	color:green;
}



.b_fnt { font-weight:bold; }/*firefox用*/ 
*:first-child+html .b_fnt { font-weight:bold; }/*IE7用*/ 
* html .b_fnt {	font-weight:bold;} /*〜IE6用*/ 
body:first-of-type .b_fnt { font-weight: normal;}/*Safari and Opera用*/	

.spacing{
  letter-spacing : 1pt;
}
.decrease{
  letter-spacing : -1pt;
}
