@charset "utf-8";
/*##########################################################*/
/*  All Page Use Parts Style			 　　　　　　　　　　　　	*/
/*##########################################################*/
/*############### Common div ###############*/
/* for Text Style */
.text_strong00 {
	font-weight: normal;
}
.text_strong01 {
	font-weight: bold;
}

.text_uLine00 {
	text-decoration:none;
}
.text_uLine01 {
	text-decoration:underline;
}


.text_color01 {
	color: #990000;
}
.text_color02 {
	color: #009966;
}
.text_color12 {
	color: #F00;
}

.text_size10 {
	font-size: 10px !important;
}
.text_size11 {
	font-size: 11px !important;
}
.text_size12 {
	font-size: 12px !important;
}
.text_size14 {
	font-size: 14px !important;
}

.text_IDT01 {
	text-indent: -1em;
	margin-left: 1em;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}

.text_size10 {
	font-size: 10px;
}


/* for Float Style */
.fRight {
	float: right;
}
.fLeft {
	float: left;
}
.fclear {
	clear: both;
}

/* for Position Style */
.MT00 {
	margin-top: 0px !important;
}
.MT05 {
	margin-top: 5px !important;
}
.MT10 {
	margin-top: 10px !important;
}
.MT15 {
	margin-top: 15px !important;
}
.MT20 {
	margin-top: 20px !important;
}
.MT30 {
	margin-top: 30px !important;
}
.MT40 {
	margin-top: 40px !important;
}
.MT50 {
	margin-top: 50px !important;
}

.PT00 {
	padding-top: 0px !important;
}
.PT05 {
	padding-top: 5px !important;
}
.PT10 {
	padding-top: 10px !important;
}
.PT15 {
	padding-top: 15px !important;
}
.PT20 {
	padding-top: 20px !important;
}

.ML00 {
	margin-left: 0px !important;
}
.ML05 {
	margin-left: 5px !important;
}
.ML10 {
	margin-left: 10px !important;
}
.ML15 {
	margin-left: 15px !important;
}

.MR00 {
	margin-right: 0px !important;
}
.MR05 {
	margin-right: 5px !important;
}
.MR10 {
	margin-right: 10px !important;
}
.MR15 {
	margin-right: 15px !important;
}

.MB00 {
	margin-bottom: 00px !important;
}
.MB05 {
	margin-bottom: 5px !important;
}
.MB10 {
	margin-bottom: 10px !important;
}
.MB15 {
	margin-bottom: 15px !important;
}

.displayNo {
	display: none;
}

.tbl_noBottomBorder {
	border-bottom-style: none;
}

.linkimg_hover:hover img {
	filter:alpha(opacity= 70); 
	-moz-opacity:0.7;
	opacity:0.7;
}

/*############### From div ###############*/
#form-button .linkimg_hover:hover  {
	filter:alpha(opacity= 70);
	-moz-opacity:0.7;
	opacity:0.7;
}
