/* Floatp */


/************* #content *************/
#content:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* FLOAT */
.cl {  
    display: inline-block;  
}  
.cl:after {  
    content: "";  
    display: block;  
    clear: both;  
}
/* PAGEBODY */
#pageBody {
	font-family: verdana, 'Hiragino Kaku Gothic Pro','qMmpS Pro W3', 'lr oSVbN', sans-serif;
	text-align: center;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0px; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* */

.areaComment{
	float:left;
	width:650px;
	margin:10px 10px 10px 5px;
}

.areaCommentRight{
	float:right;
	margin:10px 0px 10px 5px;
}

.txtAL{
	text-align:left;
}
.txtAR{
	text-align:right;
}
.txtAC{
	text-align:center;
}

.fLeft{
	float:left;
}
.fRight{
	float:right;
	text-align:left;;
}

br.none{
	display:none;
}

.fwN{
	font-weight:nomal;
	font-weight:400px;
}
.fwB{
	font-weight:bold;
}
.areaBlock{
	display:block;
}
.fontS{
	font-size: 88%;
}
.fontL{
	font-size: 120%;
}
.fontUp{
	font-size: 113%;
}

.pz {padding: 0px !important;}

.mz {margin: 0px !important;}
.mtz {margin-top: 0px !important;}
.mt2 {margin-top: 2px !important;}
.mt3 {margin-top: 3px !important;}
.mt4 {margin-top: 4px !important;}
.mt5 {margin-top: 5px !important;}
.mt8 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mrz {margin-right: 0px !important;}
.mr2 {margin-right: 2px !important;}
.mr4 {margin-right: 4px !important;}
.mr5 {margin-right: 5px !important;}
.mr8 {margin-right: 8px !important;}
.mr10 {margin-right: 10px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mb2 {margin-bottom: 2px !important;}
.mb4 {margin-bottom: 4px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb6 {margin-bottom: 6px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.ml2 {margin-left: 2px !important;}
.ml4 {margin-left: 4px !important;}
.ml5 {margin-left: 5px !important;}
.ml8 {margin-left: 8px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.mtr10 {margin-top: 10px !important; margin-right: 10px !important;}
.mtb2 {margin-top: 2px !important; margin-bottom: 2px !important;}
.mtb10 {margin-top: 15px !important; margin-bottom: 15px !important;}
.pb10{padding-bottom:10px;}
.clearBoth {height: 0px; display: block; visibility: hidden; clear: both;}