@charset "utf-8";

body {
}

em {
	text-decoration: none;
	font-style: normal;
}
p {
	padding: 0;
	margin: 0;
}

#base {
	background-image: url(/image/bg_main.jpg);
	background-repeat: no-repeat;
}

#side_bar2 { 
	float: left;
	width: 160px;
	margin-top: 90px;
	border-right: 1px solid #43010D;
	overflow: hidden;
}
#side_bar2 img {
	border-width: 0px;
}
#side_bar2 ul {
	/*width: 139px;*/
	list-style-type: none;
	margin-bottom: 250px;
	margin-left: 18px;
}
#side_bar2 li {
	margin-bottom: 0.6em;
}

#lang_link {
	padding: 6px 0;
	margin-bottom: 6px;
	margin-left: 18px;
}


#search_magazine {
	padding-bottom: 6px;
}
#search_magazine select {
	border: 1px solid #43010D;
	color: #FFFFFF;
	background-color:#2A0515;
}


#search_keyword {
	padding-bottom:6px;
}
#search_keyword select {
	border: 1px solid #43010D;
	color: #FFFFFF;
	background-color:#2A0515;
}

#shopping_cart {
	text-align: right;
	padding-bottom:9px;
	margin-bottom: 13px;
	border-bottom: 1px #43010D solid;
}


#page_navi {
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#page_navi em {
	color: #FF1188;
}
#page_navi p {
	margin-bottom: 3px;
}

#page_navi2 {
	padding-bottom: 8px;
	margin-bottom: 24px;
}
#page_navi2 p {
	margin-bottom: 3px;
}

#change_sort {
	padding: 6px 0;
	margin-bottom: 6px;	
}
#change_sort select {
	border: 1px solid #43010D;
	color: #FFFFFF;
	background-color:#2A0515;
}

.item {
	width: 100%; /*598*/
	height: 200px;
	margin-bottom: 32px;
	border-collapse: collapse;
}
.item td {
	padding: 0;
	border-width: 0px;
}
td.item_photo {
	width: 45%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #201F23;
}
td.item_caption {
	width: 55%;
	text-align: left;
	vertical-align: top;
}

td.item_caption div {
	margin-left: 35px;
}
div.item_code{
	margin-bottom: 0.5em;
	font-size: 11pt;
}
div.item_cat{
	color: #A0A0A0;
	font-size: 9pt;
}
div.item_name{
	font-weight: bold;
	font-size: 11pt;
}
div.item_note{
}
div.item_size{
}
div.item_price{
	margin-top: 0.5em;
	font-size: 11pt;
}
div.item_ctrl{
	margin-top: 18px;
	padding-right: 35px;
	text-align: left;
	margin-bottom: 0.5em;
}
div.item_free_info{
	text-align: left;
}


#size_legend{
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 0.8em;
}
#size_legend strong{
	font-weight: bold;
}
#size_legend em{
	color: #A0A0A0;
}

p#handmade_notice{
	margin: 0 auto;
	padding-bottom: 0.8em;
	color: #A0A0A0;
	font-size: 90%;
}

#help_link {
	padding-bottom: 18px;
}


