/* CSS Document */

/*---------------------------------------------------------*/
/*line-height                                              */
/*---------------------------------------------------------*/
.lh_90{line-height:90%; }
.lh_100{line-height:100%; }
.lh_120{line-height:120%; }
.lh_130{line-height:130%; }
.lh_140{line-height:140%; }
.lh_150{line-height:150%; }
.lh_160{line-height:160%; }
.lh_180{line-height:180%; }

/*---------------------------------------------------------*/
/*link                                                     */
/*---------------------------------------------------------*/
.under_line{ border-bottom:solid 1px #2C7CA3; }
.link_color{ color:#669900; text-decoration:underline; }
.link_noline{ color:#669900; text-decoration:none; }
.link_red{ color:#FF0000; text-decoration:underline; }
.link_red:hover{ color:#FF0000; text-decoration:underline; }
/*---------------------------------------------------------*/
/*color                                                    */
/*---------------------------------------------------------*/
.fc_red{ color:#FF0000; }
.fc_red2{ color:#C21014;}
.fc_black{ color:#000000; }
.fc_gray{ color:#333333; }
.fc_gray2{ color:#666666; }
.fc_gray3{ color:#999999; }
.fc_water{ color:#348498; }
.fc_red{ color:#FF0000; }
.fc_orenge{ color:#FF6600; }
.fc_green{ color:#7E9358; }
.fc_brown{ color:#663300;}
.fc_brown2{ color:#4C4832;}
.fc_pink{ color:#F0585B;}
.new_mark{ font-weight: bold; font-size: 10px; color: #ff0000; }

/*---------------------------------------------------------*/
/*font                                                   */
/*---------------------------------------------------------*/
.fs10{ font-size: 10px; }
.fs12{ font-size: 12px; }
.fs14{ font-size: 14px; }
.fs16{ font-size: 16px; }
.f14red_b{ font-size:14px; font-weight:bold; color:#AE0F13; }
.bold{ font-weight:bold; }
.none{ display:none; margin:0px; padding:0px; }

/*---------------------------------------------------------*/
/*margin                                                   */
/*---------------------------------------------------------*/
.m0{ margin:0px; }
.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }
.mt25{ margin-top:25px; }
.mt30{ margin-top:30px; }

.ml5{ margin-left:5px; }
.ml10{ margin-left:10px; }
.ml15{ margin-left:15px; }
.ml20{ margin-left:20px; }
.ml25{ margin-left:25px; }
.ml30{ margin-left:30px; }

.mr5{ margin-right:5px; }
.mr10{ margin-right:10px; }
.mr15{ margin-right:15px; }
.mr20{ margin-right:20px; }

.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }
.mb50{ margin-bottom:50px; }
.mb60{ margin-bottom:6px; }
.mlr_auto{ margin:0px auto; }

/*---------------------------------------------------------*/
/*width                                                    */
/*---------------------------------------------------------*/


/*---------------------------------------------------------*/
/*float                                                    */
/*---------------------------------------------------------*/
.float_l{ float:left; }
.float_r{ float:right; }
.float_ld{ float:left; display:inline; }
.float_rd{ float:right; display:inline; }
.float_l_img{ float:left; margin:0px 10px 10px 0px; }
.float_r_img{ float:right; margin:0px 0px 10px 10px; }

/*---------------------------------------------------------*/
/*border                                                   */
/*---------------------------------------------------------*/
.border{ border:1px solid #cccccc; }
.bl{ border-left:1px solid #cccccc; }
.br{ border-right:1px solid #cccccc; }

.line{ border-bottom: 1px solid #CCCCCC; margin: 20px 0;}

/*---------------------------------------------------------*/
/*text                                                     */
/*---------------------------------------------------------*/
.txt_center{ text-align:center;}
.txt_left{ text-align:left;}
.txt_right{ text-align:right;}
.line_in li{ display:inline; }


.arrow{ 
background: url(../img/arrow.gif) left no-repeat;
padding:0px 0px 0px 20px;
background-repeat:no-repeat;
background-position:0% 50%;

}

/*---------------------------------------------------------*/
/*table                                                    */
/*---------------------------------------------------------*/
.table01 {
	clear:both;
	margin-bottom:17px;
	width: 800px;
	margin: 10px auto;
}

.table01 th,
.table01 td {
	padding:7px 11px;
	border-bottom:1px solid #FFF;
	line-height:2;
}

.table01 th { background-color:#E6E6E6; text-align: left; }

.table01 td { background-color:#FAFAFA; border-left:1px solid #FFF; text-align: left;}

.table01 .listDecimal,
.table01 .listDisc,
.table01 .listNormal { margin:0; font-size:1em;}
