@charset "UTF-8";


/**************margin********************/
.mb5{
	margin-bottom:5px !important;
	}

.mb9{
	margin-bottom:9px !important;
	}
	
.mb10{
	margin-bottom:10px !important;
	}

.mb15{
	margin-bottom:15px !important;
	}
	
.mb20{
	margin-bottom:20px !important;
	}

.mb25{
	margin-bottom:25px !important;
	}

.mb30{
	margin-bottom:30px !important;
	}
	
.mb35{
	margin-bottom:35px !important;
	}

.mb40{
	margin-bottom:40px !important;
	}
	
.mb60{
	margin-bottom:60px !important;
	}

.mb75{
	margin-bottom:75px !important;
	}

.ml-25{
	margin-left:-25px !important;
	}

.ml-10{
	margin-left:-10px !important;
	}

.mr10{
	margin-right:10px;
	}
	
.mt10{
	margin-top:10px;
	}


/***************padding***********************/
.pl10{
	padding:15px 0 15px 10px;
	}

.pt15{
	padding-top:15px;
	}

.pl30{
	padding-left:30px;
	}

.pb60{
	padding-bottom:60px;
	}
.pb10 {
	padding-bottom:10px;
}
	
/**************font**********************/
.f9 {
	font-size:9px;
}

.f10 {
	font-size:10px;
}

.f11 {
	font-size:11px;
}

.f13{
	font-size:13px;
	}

.f15{
	font-size:15px;
	}
	
.f16{
	font-size:16px;
	letter-spacing:-1pt;
	}

.f18{
	font-size:18px;
	}
	
.red{
	color:#F00;
	}
.red02{
	color:#660033;
	}

.red a:link{
	color:#F00;
	}

.red a:visited{
	color:#F00;
	}

.orange{
	color:#F8721F;
	}

.orange a:lonk{
	color:#F8721F;
	}

.orange a:visited{
	color:#F8721F;
	}

.strong{
	font-weight:bold;
	}
	
.daiwa_blue{
	color:#0099FF;
	}

.daiwa_blue2{
	color:#005292;
	}

.daiwa_blue a:lonk{
	color:#0099FF;
	}
	
.daiwa_blue a:visited{
	color:#0099FF;
	}
	

/****************another*************************/
.center{
	text-align:center;
}

.left{
	text-align:left;
	}
	
.top{
	vertical-align:top;
}

.dot{
	border-bottom:dotted 2px #666666;
	}
	
.dot_top{
	border-top:dotted 2px #666666;
	}
	
/**************top*******************/
#main_image{
	margin-bottom:40px;
	}
	
/**************about us*********************/
#main_contents-second p{
	margin-bottom:20px;
	}
	
/**************contact**********************/
#contact_form td{
	padding-top:25px;
	padding-bottom:25px;
	color:#666;
	}
	
.form_confirm{
	width:20%;
	}
	

