@charset "UTF-8";
/* CSS Document */

h1#basic{
	width:520px;
	background-color:#f9e1dd;
	font-size:14px;
	padding:2px 10px 2px 10px;
	color:#cd4b36;
	margin:0 auto;
	margin-bottom:5px;
	margin-top:-5px;
}


h1#premium{
	width:520px;
	background-color:#e0eaeb;
	font-size:14px;
	padding:2px 10px 2px 10px;
	color:#00696f;
	margin:0 auto;
	margin-bottom:5px;
	margin-top:5px;
}


h1#set{
	width:520px;
	background-color:#e9dff7;
	font-size:14px;
	padding:2px 10px 2px 10px;
	color:#360d72;
	margin:0 auto;
	margin-bottom:5px;
	margin-top:5px;
}


div.ItemBox{
	width:243px;
	padding:10px;
	height:150px;
	border:1px solid #BCBCBC;
	float:left;
	margin:0 2px 5px 3px;
}

div.ItemBoxS{
	height:100px;
}


div.ItemBoxL{
	height:200px;
}

p.ItemNameBasic{
	width:241px;
	color:#cd4b36;
	width:241px;
	padding:0;
	font-weight:bold;
	line-height:1em;
	letter-spacing:normal;
	font-size:14px;
}

p.ItemNamePremium{
	width:241px;
	color:#00696f;
	width:241px;
	padding:0;
	font-weight:bold;
	line-height:1em;
	letter-spacing:normal;
	font-size:14px;
}

p.ItemNameSet{
	width:241px;
	color:#360d72;
	width:241px;
	padding:0;
	font-weight:bold;
	line-height:1em;
	letter-spacing:normal;
	font-size:14px;
}

div.ItemContents{
	width:120px;
	float:left;
}

div.ItemImage{
	width:120px;
	float:right;
}

p.ItemLead{
	width:120px;
	margin-top:2px;
	margin-bottom:5px;
	font-size:80%;
	color:#a87614;
	line-height:1.2em;
	letter-spacing:normal;
}

p.ItemInfo{
	width:120px;
	padding:0;
	font-size:75%;
	font-weight:bold;
	color:#a87614;
	line-height:1.3em;
	letter-spacing:normal;
}

p.ItemPrice{
	margin-top:5px;
	width:120px;
	padding:0;
	font-size:100%;
	color:#a87614;
	font-weight:bold;
	line-height:1.3em;
	letter-spacing:normal;
}

img.Button{
margin-top:10px;
clear:both;
}

div#MainContentes_InnerContents{
	padding-bottom:0;
}