@charset "UTF-8";

body {
	color:#000000;
	background:#FDEFF5;
	text-align:center;
	margin:0;
	padding:0;
}

img { /* IEのバグ対策 */
	vertical-align: bottom;
	border:none;
}

h1 {
	margin:0;
	padding:0;
}

div#Container {
	width:720px;
	background:white;
	text-align:left;
	position:static;
	margin:0 auto;
	border-left-style: none;
}

div#Container:after {
	content:"";
	display: block;
	height: 0px;
	clear: both;
	overflow: auto;
}

div#WhatsNew {
	margin:5px 0 5px 10px;
}

div#WhatsNew th {
	font-weight:normal;
	text-align:left;
	padding-right:1em;
	white-space:nowrap;
}

/* 商品一覧 */

table.Items {
/*	width:700px; */
	border-collapse:collapse;
	border-spacing:10;
	empty-cells:hide;
	margin:0 auto 10px auto;
	border-left: 0;
}

table.Items td.Cell1 {
	border-right:2px dotted #FF8099;
	border-bottom:2px dotted #FF8099;
	vertical-align:top;
	padding:5px;
}

table.Items td.Cell2 {
	border-right:2px dotted white;
	border-bottom:2px dotted #FF8099;
	vertical-align:top;
	padding:5px;
}

p.ItemNamePrice {
	margin:0 0 10px 0;
}

.ItemPhoto {
	width:100%;
	height:100px;
	margin:0 0 10px 0;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

.ItemPhoto td {
	vertical-align:middle;
	text-align:center;
}


.ItemPhoto img {
	vertical-align:middle;
}

p.ItemSpec {
	margin:0 0 10px 0;
}

p.ItemPurchase {
	margin:0;
}

p.ItemIcon {
	margin:0;
	text-align:center;
}

div#Note {
	margin:0 10px 25px 0;
	line-height:1.5;
}


.p10 {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.p12 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.p14 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.p14s {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

.style1 {
	font-size: larger;
}

.style2 {
	color: #FD2243;
	font-weight: bold;
	font-size: 12px;
}

.style3 {
	font-size: 12px;
}

.style4 {
	font-size: 12px;
	font-weight: bold;
}
