@charset "utf-8";

/*t[g*/
.left{
	float:left;
}
.right{
	float:right;
}
.imgleft{
	float:left;
	margin:10px 10px 10px 0;
}
.imgright{
	float:right;
	margin:10px 0 10px 10px;
}
.clear{
	clear:both;
}
/*ʒu*/
.center{
	margin:0 auto;
	text-align:left;
}
.txleft{
	text-align:left;
}
.txright{
	text-align:right;
}
.txcenter{
	text-align:center;
}
/*XgZbg*/
.list{
	list-style: disc;
	margin-left: 1em;
}
/*}[W*/
.mzerotop{
	margin-top:0;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mzerobottom{
	margin-bottom:0;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}



/*1.eLXg֌W
*/
.bold{
	font-weight:bold;
}
.red{
	color:#d00;
}
.gray{
	color:#666;
}
.tt{
	font-family:monospace;
}
.fs{
	font-size: 90%;
}
.fxs{
	font-size: 80%;
}

/*2.
*/
.hr{
	display:none;
}
/*擪֖߂遁*/
.fortop{
	clear:both;
	font-size:75%;
	width:100%;
	text-align:right;
}
/*NXg*/
.link{
	background:url(img/arrow.gif) no-repeat scroll 0 14px;
	margin:0 0 0 5px;
	padding:10px 0 0 10px;
}

/*܂ԂȂ*/
.nowrap{
	white-space:nowrap;
}