@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
}
a {
	color: #33f;
}
a:visited {
    color: #33f;
}
a:hover {
    color: #f33;
	text-decoration: none;
	position: relative; top: 1px; left: 1px;
}
body {
	margin-bottom: 15px;
	background-color: #fee;
	font-family: "Arial", "Helvetica", Sans-serif;
	color: #333;
}
h1 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 11px;
	color: #C73968;
}
h2 {
    padding: 13px 10px 10px 45px;
    color: #666;
    font-size: 1em;
    height: 30px;
    background: transparent url(/img/bg_content_heading.png) top left no-repeat;
}
h3 {
    margin: 20px 0 1em;
    padding: 7px 10px 0 30px;
    color: #666;
    font-size: 0.9em;
    height: 30px;
    background: transparent url(/img/bg_menu_heading.png) top left no-repeat;
}
h4 {
	margin: 1.5em 10px 1em;
	font-size: 1em;
	color: #f33;
}
p {
	margin: 1em 0;
	font-size: 0.9em;
}
dt {
	padding-left: 25px;
	font-weight: bold;
	color: #f33;
	background: transparent url(/img/arrow_point.gif) center left no-repeat;
}
dd {
	margin: 5px 20px 1em;
    font-size: 0.9em;
}
strong {
	color: #C73968;
}
em {
	color: #C73968;
	font-style: normal;
	font-weight: bold;
}
label {
	cursor: pointer;
}
.error {
	color: #f00;
}
label.error {
	display: block;
	margin-top: 5px;
}
img {
	border: 0;
}
img.preview {
	border: 1px solid #ccc;
}
p#topicPath {
    margin: 0 5px 5px;
    font-size: 0.8em;
    color: #666;
}
span.separator {
    font-size: 80%;
}

/** header **/
div#header {
    height: 45px;
    background-color: #fccccc;
    border-bottom: 1px solid #ccc;
}
div#logoArea {
	position: absolute;
	top: 55px;
	left: 10px;
}
div#attention {
	position: absolute;
	top: 25px;
	left: 10px;
	font-size: 0.7em;
	color: #333;
}

/** content **/
div.contentArea {
	margin: 12px 0 0 250px;
	padding: 10px 0 0;
	background: transparent url(/img/bg_content_top.png) top left no-repeat;
	min-width: 400px;
	line-height: 1.4;
	border-bottom: 2px solid #fff;
}
div.contentArea p,
div.contentArea dl {
	margin: 1em 10px;
}
div.contentArea .sectionHeader {
    padding: 0 0 0 15px;
    background: transparent url(/img/bg_content_middle.png) center left no-repeat;
}
div.contentArea .sectionBody {
    padding: 0 20px;
    background: transparent url(/img/bg_content_middle.png) center left repeat-y;
}
div.contentArea .sectionFooter {
    padding: 0 15px;
    padding-bottom: 10px;
    background: transparent url(/img/bg_content_bottom.png) bottom left no-repeat;
}

ul#firstPoint {
	margin: 1em 20px 20px;
	padding: 0;
	font-size: 0.9em;
	list-style-type: none;
	color: #C73968;
	font-weight: bold;
}
ul#firstPoint li {
	margin-bottom: 5px;
	padding-left: 25px;
	background: transparent url(/img/arrow_point.gif) bottom left no-repeat;
}

/** itemListArea **/
div.itemListArea {
	padding: 0;
	width: 700px;
}

/** listItem **/
div.listItem {
	float: left;
	margin: 0 0 15px 15px;
	padding: 1px;
	width: 150px;
	border: 1px solid #fff;
}
.listItem h3 {
	margin: 1px 0 1px;
	padding: 3px;
	background-image: none;
	background-color: #F16463;
	height: auto;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #eee;
}
.listItem h3 a {
	color: #fff;
	text-decoration: none;
}
.listItem h3 a:visited {
	color: #fff;
}
.listItem h3 a:hover {
	color: #fee;
}
.listItemImage {
	background-color: #fff;
	text-align: center;
}
.listItemDetail {
	padding: 3px;
	border-top: 1px solid #ccc;
	background-color: #FFEEEE;
	font-size: 0.7em;
	text-align: center;
}
span.separator {
	color: #999;
}

div.countViewArea {
	margin: 0 20px 10px;
	color: #666;
	font-size: 80%;
}
.viewAllCount {
	font-weight: bold;
	color: #F16463;
}
.viewCurrentCount {
	font-weight: bold;
}

/* pager */
.pager {
	clear: both;
	padding-top: 10px;
	text-align: center;
}
.pager a {
	padding: 3px 5px;
	border: 1px solid #fff;
	background-color: #FFEEEE;
	text-decoration: none;
	color: #FA6161;
}
.pager a:hover {
	color: #f33;
	background-color: #fff;
}
.pager .currentPage {
	padding: 3px 5px;
	border: 1px solid #eee;
	background-color: #fff;
	color: #999;
}


/** itemDetail **/
#itemDetail div#itemImages {
    margin: 0 0 25px;
}
table#typeDetail {
    border-collapse: collapse;
}
table#typeDetail th,
table#typeDetail td {
    padding: 2px 5px;
    width: 120px;
    border: 1px solid #999;
    font-size: 0.9em;
    text-align: center;
}
table#typeDetail th {
    background-color: #fff;
}
ul.storeList {
	margin: 25px 0 30px;
	padding: 0;
	font-size: 0.9em;
	list-style-type: none;
	color: #C73968;
}
ul.storeList li {
	margin-bottom: 5px;
	padding-left: 25px;
	height: 20px;
	background: transparent url(/img/arrow.gif) bottom left no-repeat;
}

div#itemInfo {
    border-top: 1px solid #fee;
    padding-bottom: 30px;
}

*+html body div#itemInfo { padding-top: 20px; } /* CSS hack for IE~6 */
* html body div#itemInfo { padding-top: 20px; } /* CSS hack for IE7 */

/**
 * itemReview
 */
div#itemReview {
	margin-top: 15px;
}
div.reviewSection {
	margin: 0 0 15px;
	border: 2px solid #fff;
	width: 600px;
}
div.reviewSection dl {
	margin: 0;
}
div.reviewSection dt {
	margin: 0;
	padding: 3px 10px;
	border-bottom: 1px solid #fee;
	background: #fee;
	color: #666;
	font-weight: normal;
	font-size: 0.8em;
}
.reviewRank {
	font-weight: bold;
	color: #f66;
}
div.reviewSection dd {
	margin: 0;
	padding: 5px 10px;
	font-size: 0.8em;
}

div#reviewFormArea {
	margin-top: 30px;
	padding-bottom: 10px;
}
table#reviewForm {
	margin: 0 5px;
	background-color: #FFEEEE;
	border-collapse: collapse;
}
table#reviewForm th,
table#reviewForm td {
	padding: 5px 10px;
}
table#reviewForm th {
	font-size: 0.8em;
	color: #fff;
	border: 1px solid #fff;
	background-color: #f99;
	text-align: right;
	vertical-align: top;
}
table#reviewForm td {
	font-size: 0.8em;
	color: #666;
	border: 1px solid #fff;
	background-color: #fee;
}



/** menu **/
div.submenuArea {
    position: absolute;
    top: 135px;
    left: 10px;
	margin-bottom: 20px;
	padding: 15px 0 20px;
    width: 220px;
    background: transparent url(/img/bg_submenu_top.png) top center no-repeat;
}
div.submenuArea h3 {
	margin: 0;
	padding: 9px 10px 0 30px;
	color: #666;
	font-size: 0.9em;
	height: 30px;
	background: transparent url(/img/bg_menu_heading.png) top left no-repeat;
}
div.submenuArea .sectionHeader {
	padding: 0 15px;
    background: transparent url(/img/bg_submenu_middle.png) center center no-repeat;
}
div.submenuArea .sectionBody {
	padding: 0 15px 10px;
	background: transparent url(/img/bg_submenu_middle.png) center center repeat-y;
}
div.submenuArea .sectionFooter {
	padding: 0 20px 10px;
    background: transparent url(/img/bg_submenu_bottom.png) bottom center no-repeat;
    font-size: 0.8em;
    color: #666;
    text-align: center;
}
div.submenuArea ul {
	list-style-type: none;
	font-size: 0.9em;
}
div.submenuArea li {
	margin: 3px 0;
	font-weight: bold;
	background: transparent url(/img/bg_submenu_item.png) center left no-repeat;
}
div.submenuArea li a {
	display: block;
	padding: 2px 5px 2px 18px;
    border: 1px solid #fcc;
    text-decoration: none;
    color: #FA6161;
}
div.submenuArea li a:visited {
	color: #FA6161;
}
div.submenuArea li a:hover {
	color: #f33;
	background-color: #fee;
    border: 1px solid #fff;
}
div.submenuArea div#ad {
	padding-top: 30px;
	text-align: center;
}

/** searchArea **/
div#searchArea {
	position: absolute;
	top: 5px;
	left: 310px;
	border: 1px solid #ccc;
}
div#searchArea *,
div#searchArea label * {
	vertical-align: middle;
}
div#searchArea form {
	padding: 3px 10px;
	background-color: #FFEEEE;
	border: 2px solid #fff;
	color: #FF3333;
}
div#searchArea label {
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
}
div#searchArea label select {
	margin-left: 5px;
}
input#keyword {
	color: #666;
	width: 150px;
}

/** itemNotice **/
#itemNotice {
	margin: 1em 10px 0 250px;
	font-size: 0.7em;
	text-align: center;
}

/** footer **/
div#footer {
	margin-top: 5px;
	margin-left: 210px;
	text-align: center;
	font-size: 80%;
	color: #666;
}
