@charset "utf-8";
/* CSS Document */

@import url("common.css");
@import url("header.css");
@import url("menu_l.css");
@import url("footer.css");
@import url("item_list.css");
@import url("cart.css");
@import url("menu_r.css");
@import url("bottom_link.css");
@import url("../mydo/css/goods.css");

/*
------------------------*/
#bgframe,#frame {

}

#content {
	width: 880px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
}

#menu_l {
	float: left;
	width: 200px;
}

#main_content {
	float: right;
	width: 660px;
}


/*右メニュー版
------------------------*/

#contents_center {
	float: left;
	width: 460px;
}

#menu_r {
	float: right;
	width: 180px;
}

/*404 notfound
------------------------*/
#error404 {
	margin: 50px auto 150px;
	width: 370px;
	padding: 15px;
	border: 1px solid #CCCCCC;
}

#error404 h2 {
	font-size: 1.2em;
	font-weight: bold;
	background: #F3F3F3;
	padding: 5px;
	width: 100%;
}

#error404 p {
	margin-top: 20px;
	text-align: right;
	margin-bottom: 5px;
}

/*注意書き
--------------------*/
.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;
}
