

/* box text */
.mg{margin:10px;}
.mgLR{margin:0px 10px;}
.mgAuto{margin:0px auto;}
.mgTop{margin-top:10px;}
.mgTop20{margin-top:20px;}
.mgBtm{margin-bottom:10px;}

.txtBox{padding:5px;}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* for macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* for macIE end */
.left{float:left;padding:0px;margin:0px;}

.kanren{
margin:0px;
background-image:url(../image/listyle_dot.gif);
background-position:5px center;
background-repeat:no-repeat;
padding-left:24px;
list-style:none;
}

/* text style */
.style1 {color: #339933;font-weight: bold;}
.style2 {color: #66CC66;font-weight: bold;}
.small{font-size:8pt;line-height:9pt;}
.regular{font-size:9pt;}
.large{font-size:12pt;}
.gray{color:#787878;}
.txtC{text-align:center;}
.txtL{text-align:left;}
.txtR{text-align:right;}
.lh{line-height:16px;}
.lh12{line-height:1.2em;}
.lh14{line-height:1.4em;}
.lh16{line-height:1.6em;}
.brd{font-weight:bold;}
.colR{color:red;}
.colGB{color:#009933; font-weight: bold;}


/* box style */
.w480{width:480px;}
.w450{width:450px;}

.pdL10{padding-left:10px;}
.pdL20{padding-left:20px;}
.pdT10{padding-top:10px;}
.pdT20{padding-top:20px;}
.pdB10{padding-bottom:10px;}
.pdB20{padding-bottom:20px;}
.pdlr{padding:0 10px;}

.mgT10{margin-top:10px;}
.mgT20{margin-top:20px;}
.mgB20{margin-bottom:20px;}

.divide{width:480px;height:30px;}

/* border style */
.bdrP{border:solid 2px #ff0066; padding:3px;}
.bdrBdot{border:dotted 2px #008CB5;}






