@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background-color: #F7F7F7;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top:15px;
	margin-bottom: 5px;
}
ul {
	width: 800px;
	padding-left: 15px;
	margin-bottom: 15px;
}

#wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 30px;
}
#header {
	background-image: url(../img/bg_header.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	height: 120px;
	position: relative;
	width: 960px;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header #online {
	position: absolute;
	top: 5px;
	right: 0px;
}
#header ul {
	height: 30px;
	width: 480px;
	position: absolute;
	top: 90px;
	right: 0px;
}
#header li {
	float: left;
	list-style-type: none;
	height: 30px;
	width: 120px;
}
#header li a {
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 120px;
	text-indent: -9999px;
}
#navi01 a {
	background-position: 0px 0px;
}
#navi01 a:hover {
	background-position: 0px -30px;
}
#navi02 a {
	background-position: -120px 0px;
}
#navi02 a:hover {
	background-position: -120px -30px;
}
#navi03 a {
	background-position: -240px 0px;
}
#navi03 a:hover {
	background-position: -240px -30px;
}
#navi04 a {
	background-position: -360px 0px;
}
#navi04 a:hover {
	background-position: -360px -30px;
}
#chumon_tejun{
	font-size:80%;
	text-align:right;
	margin-right:50px;
	margin-bottom:20px;
}
#cart_content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 150%;
}
#in_cart {
	text-align:center;
	/*width:600px;*/
	padding-top: 20px;
	padding-bottom: 20px;
}
.txt_colored {
	color: #CC0000;
}
.txt_colored2 {
	color: #339966;
}

table#tb_incart {
	/*width: 600px;*/
	text-align:center;
	border-collapse:collapse;
	margin-bottom: 10px;
}
#tb_incart th {
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}
#tb_incart td {
	padding: 3px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
#tb_incart td.a_left {
	text-align: left;
}
table#total {
	width: 300px;
	margin-left: auto;
	/*background-color: #666666;*/
	margin-bottom: 20px;
	border-spacing:0px;
}
#total th {
	width: 100px;
	text-align: center;
	padding: 3px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
#total td {
	text-align: right;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.a_right {
	text-align: right;
	margin-bottom: 20px;
}
#confirm {
	width: 780px;
	padding: 10px;
	background-color: #F7F7F7;
	border: 1px dotted #CCCCCC;
	margin-bottom: 15px;
}
address {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	height: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	padding-top: 10px;
	color: #999999;
	background-color: #FFFFFF;
}
table.tb_customer_info {
	padding: 3px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border-collapse:collapse;
}
.tb_customer_info th {
	width: 160px;
	font-weight:normal;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.tb_customer_info td {
	padding: 3px;
	border: 1px solid #CCCCCC;
	padding-left:10px;
}
.tb_customer_info td.title {
	background-color: #E8E8E8;
}
#error{
	color:#FF0000;
	/*background-color:#FFCCFF;
	border: 2px dotted #FF3300;*/
	padding:5px;
	font-size:120%;
	
}
table.address{
	border:none;
}
table.address td{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px #CCCCCC;
}
.address_data{
	background-color:#FFFFCC;
	border: 1px solid #CCCCCC;
}
.address_card{
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	margin:5px;
	padding:5px;
}