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

/* All Layout ブラウザ初期化
-------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
abbr, acronym {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
/*初期化ここまで*/

/* 3コラムレイアウト幅固定
-------------------------------------------------*/
#shoppinglist #slMain {
	width: 848px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
}
#shoppinglist #slMain #floaterL{
	width:658px;
	float:left;
}
#shoppinglist #slMain #sidebarL {
	float: left;
	width: 180px;
	margin-right:10px
}
#shoppinglist #slMain #container {
	width:468px;
	float:right;
}

#shoppinglist #slMain #sidebarR {
	width:180px;
	float:right;
	margin-left:10px;
}
/* header style
-------------------------------------------------*/
#shoppinglist #header {
	background-image: url(../image/header07.jpg);
}
/* sidebarL
-------------------------------------------------*/
#shoppinglist #sidebarL h1 {
	padding-top:5px;
}
#shoppinglist #sidebarL li {
	list-style-type: none;
	background-image: url(../image/Mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
	padding-top:5px;
}
#shoppinglist #sidebarL dt {
	background-color: #CC9999;
	background-repeat: no-repeat;
	height: 30px;
	width: 180px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-style: normal;
	font-weight: bold;
	background-position: center center;
	letter-spacing: 0.6em;
	line-height: 2.5em;
	color: #FFF;
	font-size: 110%;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}
/* sidebarRight Contents
-------------------------------------------------*/
#shoppinglist #sidebarR dt {
	font-size: 110%;
	color: #996600;
	background-image: url(../image/tri.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#shoppinglist #sidebarR li {
	list-style-type: none;
	color: #993300;
}
#shoppinglist #sidebar .barnner {
	padding-right: 20px;
	padding-left: 10px;
}
#shoppinglist #wrapper #slMain #sidebarR li {
	list-style-type: none;
	background-image: url(../image/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}

/* ItemContainer style
-------------------------------------------------*/
#shoppinglist #container .itemContainer {
	width: 468px;
	padding-bottom: 10px;
}
#shoppinglist #container .imgC {
	float: left;
	width: 150px;
}
#shoppinglist #slMain #container .itemContainer .imgC img {
	float: left;
	width: 150px;
}
#shoppinglist #container .npdC {
	float: right;
	padding-left: 5px;
	width:313px;
}
#shoppinglist #container h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(../image/leaf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #FF6600;
	border-bottom: 1px dotted #666666;
}
#shoppinglist #container .itemPrice span {
	color: #C00;
	font-size: 110%;
}
#shoppinglist .clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height: 0px;
}
#shoppinglist #wrapper #slMain #sidebarR .tvshop {
	float: left;
	width: 168px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

