@charset "UTF-8";
/* CSS Document */

@import "com.css";
@import "common.css";


/*注意書き
--------------------*/
.blue_text_top {
	background: url(../mydo/images/error/blue_tline.gif) no-repeat 0px 0px;
	width: 586px;
	padding-top: 20px;
}
.blue_text_bottom {
	background: url(../mydo/images/error/blue_bline.gif) no-repeat 0px bottom;
	width: 586px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.blue_text {
	background: url(../mydo/images/button/blue_icon.gif) no-repeat 10px;
	width: 500px;
	padding: 10px 10px 10px 70px;
	border-right: 3px solid #330099;
	border-left: 3px solid #330099;
}
.yellow_text_top {
	background: url(../mydo/images/error/yellow_tline.gif) no-repeat 0px 0px;
	width: 586px;
	padding-top: 20px;
}
.yellow_text_bottom {
	background: url(../mydo/images/error/yellow_bline.gif) no-repeat 0px bottom;
	width: 586px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.yellow_text {
	background: url(../mydo/images/button/yellow_icon.gif) no-repeat 10px;
	width: 500px;
	padding: 10px 10px 10px 70px;
	border-right: 3px solid #FF9900;
	border-left: 3px solid #FF9900;
}
.b_back_order {
	height: 33px;
	width: 300px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
