/* kinu 注文ページ */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #FAFAFA;
}
img {
	border-style: none;
	vertical-align: bottom;
}
dl,dt,dd,ul,ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #280070;
	border-left-color: #280070;
	background-color: #FFFFFF;
}
/* ヘッダー */
#header{
	height: 44px;
	position: relative;
	width: 700px;
	padding: 0px;
	margin: 0px;
}
#header h1{
	float: left;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
img#backhome{
	float: right;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 5px;
	bottom: 0px;
}
/* ヘッダー */


/* メニュー */
#main_navi{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	width: 677px;
	height: 27px;
	background-color: #EFEDED;
	padding: 0px 0px 0px 23px;
}
#main_navi ul{
	width: 741px;
	margin: 0px;
	padding: 0;
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	float: left;
}
#main_navi li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}

/* コンテンツ */
#conts{
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
.product{
	padding-top: 15px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
	margin-bottom: 10px;
}
.product h3{
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #EFEDED;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #2A0271;
	padding-left: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	text-align: left;
}
.product h4{
	margin-bottom: 10px;
}
.product dl{
	width: 140px;
	text-align: left;
	height: 120px;
}
.product dt{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.product dd{
	margin: 0px 0px 6px;
	text-align: left;
}
.product table{
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}
.product td{
	text-align: left;
	vertical-align: top;
}
.product th{
	text-align: right;
	vertical-align: top;
}
img.productphoto{
}
.orderex{
	text-align: left;
	margin-bottom: 10px;
	padding-top: 15px;
}
.orderex h3{
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #EFEDED;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #2A0271;
	padding-left: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	}
.orderex dl{
	padding-left: 15px;
	padding-right: 10px;
}
.orderex dt{
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;

}
.orderex dd{
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-left: 13px;
}
dl#payment{
	padding-left: 15px;
	padding-right: 10px;
}
dl#payment dt{
	font-weight: bold;
	color: #430686;
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

}
dl#payment dd{
	line-height: 1.5em;
	margin-bottom: 20px;
	padding-left: 13px;
}
.font_b {
	color: #990000;
}


/* フッター */
#footer{
	margin: 40px 0px 0px;
	padding: 0px
	width: 800px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #280070;
	font-size: 10px;
	text-align: right;
	letter-spacing: 0.1em;
	padding-right: 10px;
	padding-top: 4px;
}
