@charset "utf-8";

/*********************
* base tags
*********************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 auto;
}

body {
	font-size: 95%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 135%;
	text-align: center;
	background-color: #fbecad;
}

/*********************
* main structure
*********************/

#container {
	position: relative;
	margin: 0 auto;
	width: 750px;
	text-align: left;
	border-left: 1px solid #080703;
	border-right: 1px solid #080703;
	border-bottom: 1px solid #080703;
	background-color: #ffffff;
}

#header {
	position: relative;
	background-image: url(images/common/title.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 120px;
}

#contents {
	margin: 0 auto;
}

#footer {
	margin-top: 10px;
	border-top: 1px solid #080703;
}

#footer_inner {
	margin: 5px;
}

/*********************
* common tags
*********************/
.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}

html>/**/body .clearfix { display /*\**/: block\9 }

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.alert {
	color: #FF0000;
	font-weight: bold;
}

img {
	border: 0;
}

p {
	padding: 0 20px 10px 20px;
}

em {
	font-weight: bold;
}

h1 {
	position: absolute;
	top: 7px;
	right: 10px;
	z-index: 5;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	padding: 10px 0;
}

h2.title {
	background-image:url(images/common/h2_background.jpg);
	background-repeat: no-repeat;
	width: 680px;
	height: 35px;
	margin: 10px 0;
	padding: 5px 0 0 20px;
	font-size: 18px;
}

h2.titleimg {
	padding-top: 5px;
}

h3 {
	border-left: 10px solid #cf8c3e;
	padding: 5px 0 5px 5px;
	background-color:#ffefd5;
	margin: 10px 20px;
}

h3.titleimg {
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0 0 5px 0;
}

.roundedcornr_box {
   background: #fff4e2;
   margin-bottom: 10px;
}
.roundedcornr_top div {
   background: url(images/common/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(images/common/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(images/common/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(images/common/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 20px; }

table {
	margin: 10px auto;
	border-collapse: collapse;
}

table.w600 {
	width: 600px;
	margin: 10px 75px;
}

table th,
table td {
	padding: 3px 5px;
	border: 1px solid #aaa;
}

table th {
	background-color: #d28a42;
	text-align: center;
}

table.delivname th {
	width: 180px;
}

table td.pricetd,
table th.resulttd {
	text-align: right;
}

table td.pricetd em {
	font-weight: bold;
	color: #FF0000;
}

table td#quantity {
	text-align: center;
}

ul li {
	list-style-type: none;
}

ul#quantity_level {
	clear: both;
}

ul#quantity_level li {
	float: left;
	margin: 3px;
}

.mini {
	font-size: 12px;
}

.tblareabtn {
	text-align: center;
}

.loginarea {
	width: 540px;
	margin: 15px 95px;
	border: 3px double #333;
	padding: 10px 5px;
}

.inputbox {
	background-color: #eee;
	padding: 10px 0;
	margin: 0 10px 10px 10px;
	text-align: center;
}

.inputbox02 {
	background-color: #eee;
	text-align: center;
	padding: 10px 0;
}

.tblareabtn {
	margin: 10px 0;
}

textarea.area470 {
	width: 470px;
	margin: 10px 140px;
}

textarea.area660 {
	width: 470px;
	margin: 10px 45px;
}

input.box300 {
	width: 300px;
}

.attention {
	color: #FF0000;
	font-weight: bold;
}

ul.button_like {
	margin-left: 30px;
}

ul.button_like li {
	float: left;
}

#container.windowarea {
	width: 650px;
}

#container.windowarea h2 {
	text-align: center;
}

#container.windowarea table {
	width: 600px;
	margin: 10px 25px;
}

.btn {
	text-align: center;
	margin: 10px 0;
}

/*********************
* dream weaver対策（本番で消すこと）
*********************/
/*
.clearfix + *{
    clear: both;
}
*/