body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(img/back_top.gif);
	background-repeat:repeat-x;
}
body {
	background-color: #FFFFAC;
}
body,td,th {
	font-family: ‚l‚r ‚oƒSƒVƒbƒN, Osaka, ƒqƒ‰ƒMƒmŠpƒS Pro W3;
}
.txt {
	font-size: 12px;
	line-height: 17px;
}
.txt10 {
	font-size: 10px;
	line-height: 15px;
}
.txt11 {
	font-size: 11px;
	line-height: 15px;
}
.txt12_g {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.txt12_b {
	font-size: 12px;
	color: #993300;
	line-height: 16px;
	font-weight: bold;
}
.txt16_b {
	font-size: 16px;
	color: #993300;
	line-height: 21px;
	font-weight: bold;
}
.txt16_b div {
  border-left: solid #993300 10px;
  margin: 0;
  padding: 0 0 0 10px;
}
.txt13_g {
	font-size: 13px;
	line-height: 17px;
	color: #666666;
}

.normal_br {
font-size:12px;
color:#996600;
font-weight: bold;
letter-spacing:0.03em;
line-height:1.4em;
}

a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
}

/*====float===================*/

.float_r{
									float:						right;
									margin:						0 0 0 0;
									padding:					0 0 0 0;
}



.float_l{
									float:						left;
									margin:						0 0 0 0;
									padding:					0 0 0 0;
}

.clear{
									clear:						both;
									margin:						0 0 0 0;
									padding:					0 0 0 0;									
}

/*==== margin===================*/
.mt10{
	margin:10px 0 0 0;
}

.mtb20{
	margin:20px 0 20px 0;
}

