body {


 background-image: url(img/bg.gif);
  background-repeat: repeat-y;
	background-color:       #F7F7F7;
	font-size:   12px;
	line-height: 16px;
	text-align:  left;
	margin-top:  0px;
		left-margin:  0px;

	font-size:   12px;
	line-height: 130%;
}
.txt
{ 
position: absolute; z-index: 5; 
border: solid 1px #999; /*1pxには線の太さ、その後は色*/
width: 330px;	/*横幅*/
height: 50px;	/*高さ*/
padding: 0.5em;	/*空白の大きさ*/
overflow: auto;	/*スクロールバーの出方*/

}

.text01 {

	color:       #fff;
	font-size:   12px;
	line-height: 130%;
	margin-top:  0px;
}
.text02 {

	color:       #555;
	font-size:   12px;
	line-height: 130%;
	margin-top:  0px;
}
.text03 {

	color:       #555;
	font-size:   10px;
	line-height: 130%;
	margin-top:  0px;
}
.mida {

	color:       #FF7E00;
	font-size:   12px;
	line-height: 130%;
	margin-top:  0px;
		font-weight: bold;
}
.red {

	color:       #E60000;
	font-size:   15px;
	line-height: 130%;
	margin-top:  0px;
		font-weight: bold;
}
.blue {

	color:       #0064C9;
	font-size:   12px;
	line-height: 130%;
	margin-top:  0px;
}
.after {

	color:       #EE0000;
	font-size:   12px;
	line-height: 130%;
	margin-top:  0px;
}
.green {

	color:       #00C97F;
	font-size:   12px;
	line-height: 130%;
	margin-top:  0px;
}
.ore {

	color:       #FFB808;
	font-size:   12px;
	line-height: 130%;
	margin-top:  0px;
}
.miz {

	color:       #00C2C9;
	font-size:   12px;
	line-height: 130%;
	margin-top:  0px;
}
#company {

	color:       #555;
	font-size:   12px;
	line-height: 130%;
	margin-top:  0px;
}
h1{
	margin: 0px;
	padding: 0px;
}



A:link { color: #FF00F6; }

A:hover { color:#00FFD8; }






