
/* -----------------------------------------

	LAYOUT

	01: Apply to All
	02: Default Value
	03: Headding
	04: Structured Text
	05: Font Style Elements
	06: List
	07: Clear Floating
	08: Hide and Delete
	09: Content Default

----------------------------------------- */

/* 01: Apply to All
----------------------------------------- */

* {
	margin: 0;
	padding: 0;
	color: #666;
	text-decoration: none;
	vertical-align: baseline;
	font-size:x-small;
	}

body {
	font-family:
		HiraKakuPro-W3,
		Osaka,
		"MS UI Gothic",
		"\004D\0053\0020\0055\0049\0020\0047\006F\0074\0068\0069\0063",
		"MS PGothic",
		"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
		"Lucida Grande",
		Helvetica,
		Arial,
		Tahoma,
		sans-serif;
	font-size:small;
	}


/* 02: Default Value
----------------------------------------- */

img, table {
	border-width: 0;
	border-style: none;
	border-color: #fff;
	}

img {
	vertical-align: bottom;
	}

td {
	text-align: left;
	vertical-align: top;
	font-size:x-small;
	line-height:140%;
	}

sup {
	vertical-align: super;
	}

input {
	vertical-align: middle;
	color: #000;
	}

textarea {
	color: #000;
	}

/* 03: Headding
----------------------------------------- */
h1 {
	font-weight: bold;
	font-size:small;
	color:#9C0033;
	margin-bottom:20px;
	}

h2 {
	font-weight: bold;
	font-size:small;
	color:#9C0033;
	margin:0 0 5px 0;
	padding: 0;
}

h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	}

/* 04: Structured Text
----------------------------------------- */
em, strong, dfn, code, samp, kbd, var, blockquote, q, cite, pre, abbr, acronym, ins, th {
	font-weight: normal;
	font-style: normal;
	}


/* 05: Font style elements
----------------------------------------- */
b, strong { font-weight: bold; }
i, em { font-style: italic; }
del { text-decoration: line-through; }


/* 06: List
----------------------------------------- */
ul, ol, dl, menu, dir, li, dt, dd {
	list-style: none;
	}


/* 07: Clear Floating
----------------------------------------- */
.x:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.x {
	display: inline-table;
	}

/* hide from ie-mac \*/
* html .x { height: 1%; }
.x { display: block; }
/* end hide from ie-mac */

.z {
	clear: both;
	display: block;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
	}


/* 08: Hide and Delete
----------------------------------------- */
.alt {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	text-indent: -50000px;
	}

.dlt {
	display: none;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	text-indent: -50000px;
	}


/* 09-01:Layout
----------------------------------------- */
body {
	/* Layout All Elements to Center (for IE ~5.5) */
	text-align: center;
	/* Set Background Color */
	background-color: #000;
	}


body #main {
	/* Return the Text-Align Center to Left */
	text-align: left;
	width: 600px;
	/* Layout All Elements to Center */
	margin-left: auto;
	margin-right: auto;
	padding:0 0 30px 0;
	}

#contents {
	margin: 0;
	padding: 30px 0 20px 0;
	background-color:#fff;
	}

#wrap {
	margin: 0 30px 40px 30px;
	padding: 0;
	font-size:x-small;
	line-height:140%;
}

.wrap02 {
	margin-top: 50px;
	padding: 0;
	font-size:x-small;
}

.wrap03 {
	margin: 40px 0 0 35px;
	padding: 0;
	font-size:x-small;
}

/* 09-04:Link
----------------------------------------- */
#close {
	padding:15px 0 15px 0;
	float:right;
}

a.link {
	color: #963;
	text-decoration: none;
}
a.link:hover {
	color: #963;
	border-bottom: 1px solid #963;
}

/* 09-05:Item
----------------------------------------- */
p.product {
	font-size:small;
	color:#960;
	}