@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 auto;
}

body {
	line-height: 145%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	font-size: 14px;
}

img {
	border: none;
}

#container {
	width: 820px;
	margin: 0 auto;
	background-image:url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

#header {
	position: relative;
	width: 800px;
	height: 146px;
	margin: 0 auto;
/*	background-image:url(images/title.jpg);
	background-repeat: no-repeat;*/
	background-color: #FFF2E2;
	text-align: left;
}

#header .logo {
	position: absolute;
	left: 500px;
	top: 0px;
	width: 300px;
	height: 60px;
}

#contents {
	position: relative;
	width: 800px;
	background-color: #FFF2E2;
	margin: 0 auto;
	text-align: left;
}

#contents p {
	padding-bottom: 10px;
}

#contents a {
	color: #0000FF;
}

#contents h1 {
	font-size: 16px;
}

#contents h2 {
	margin: 10px 0 5px 0;
}

#contents h3 {
	margin: 10px 20px 5px 20px;
	font-size: 14px;
	border-bottom: 1px dashed #C76F30;
	padding: 5px 0 3px 20px;
	background-color: #FFFFF0;
	background-image: url(images/h3_circle.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#contents .f_redst {
	color: #FF0000;
	font-weight: bold;
}

#contents .f_12 {
	font-size: 12px;
}

#contents .f_18 {
	font-size: 18px;
}

#contents .f_bold {
	font-weight: bold;
}

#contents .w60 {
	width: 60px;
}

#contents .w70 {
	width: 70px;
	margin-bottom: 5px;
}

#contents .w135 {
	width: 135px;
}

#contents .w170 {
	width: 170px;
}

#contents .w200 {
	width: 200px;
}

#contents .w390 {
	width: 390px;
}

#contents .m5 {
	margin: 5px;
}

#contents .m30 {
	margin: 0 30px;
}

#contents .clearfix {
	zoom: 1;
}

#contents .clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#contents .float_left {
	float: left;
}

#contents .float_right {
	float: right;
}

#contents .align_center {
	text-align: center;
}

#contents .align_right {
	text-align: right;
}

#contents .mar1 {
	margin: 1px;
}

#contents .mar5 {
	margin: 5px;
}

#contents .mar10 {
	margin: 10px;
}

#contents .title {
	margin-top: 10px;
}

#contents .kodawari {
	background-color: #FFF;
	font-size: 12px;
	line-height: 135%;
}

#contents .products {
	margin-bottom: 30px;
}

#contents .products p {
	margin-right: 10px;
}

#contents .submit {
	background-color: #FF99CC;
	font-weight:bold;
	padding: 3px;
	font-size: 16px;
}

#contents .hiwa {
	position: relative;
}

#contents .hiwa .message {
	position: absolute;
	top: 390px;
	left: 0px;
}

#contents table.info_list {
	width: 350px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	margin: 10px 0;
}

#contents table.info_list th,
#contents table.info_list td {
	padding: 3px 8px;
	font-size: 14px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#contents table.info_list th {
	background-color: #CC6600;
	text-align: center;
}

#contents table.info_list td {
	background-color: #FFFFF2;
}

#contents table.products_list {
	width: 520px;
	margin: 20px 130px;
}

#contents table.products_list td {
	padding: 15px 8px;
}

#contents #alert {
	position: absolute;
	display: none;
	z-index: 2;
	top: 250px;
	left: 330px;
	width: 140px;
	background-color: #FFCCFF;
	font-size: 24px;
	text-align: center;
	padding: 20px;
	border: 3px double #FF3399;
}

#contents .tenpo_list {
	margin: 0 auto;
	width: 526px;
}

#contents .tenpo_list .float_left {
	margin: 5px 5px;
}

#contents .tenpo_list h3 {
	font-size: 14px;
	border-left: 8px solid #C76F30;
	border-bottom: none;
	padding: 1px 0 1px 3px;
	margin: 3px 0 5px 5px;
	background-color: none;
	background-image: none;
}

#contents .tenpo_list p {
	margin-left: 15px;
}

#contents table.company {
	width: 600px;
	border-top: 1px solid #3E2810;
	border-left: 1px solid #3E2810;
	margin: 10px 100px;
}

#contents table.company th,
#contents table.company td {
	padding: 3px 8px;
	font-size: 14px;
	border-right: 1px solid #3E2810;
	border-bottom: 1px solid #3E2810;
}

#contents table.company th {
	background-color: #FEF1BD;
	text-align: center;
}

#contents table.company td {
	background-color: #FFFFF2;
}

#contents ul.shipping_ul {
	margin: 10px 0 10px 40px;
}

#contents table.shipping_list {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	margin: 10px 0 10px 30px;
}

#contents table.shipping_list th,
#contents table.shipping_list td {
	padding: 3px 8px;
	font-size: 14px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#contents table.shipping_list th {
	background-color: #CC6600;
	text-align: center;
}

#contents table.shipping_list td {
	background-color: #FFFFF2;
}

#footer {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #AB9170;
	height: 35px;
}

.roundedcornr_box {
   background: #807971;
}
.roundedcornr_top div {
   background: url(images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(images/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 10px; color: #FFF; }

.roundedcornr_content ul {
	font-size: 12px;
	margin-left: 20px;
}
