* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
/* --------------------------------- wrapper --*/
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 870px;
}
#backgroundArea {
	background-image: url(../images/com00_ex01.jpg);
	width: 870px;
	float: left;
	background-repeat: repeat-y;
}
#contentsArea {
	padding-top: 10px;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 40px;
	width: 850px;
	float: left;
	padding-left: 10px;
}
.areasideMg {
	padding-right: 10px;
	padding-left: 10px;
	width: 830px;
}

/* --------------------------------- header --*/
#header_text {
	float: left;
}
#header02 {
	clear: both;
	float: left;
	margin-top: 15px;
	width: 830px;
	margin-right: 10px;
}
#tohome {
	width: 614px;
	padding-right: 0px;
	float: left;
	padding-left: 100px;
	padding-bottom:3px;
}
#tohome .onClickArea{
	display: block;
	font-size: 14px;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 8px;
	text-decoration: none;
	color: #000;
	float:right;
}
#tohome .on_tab1 a{
	background-image: url(../images/bun_h01.jpg);
	background-repeat:no-repeat;
	height: 32px;
	width: 216px;
}
#tohome .on_tab1 a:hover {
	background-image: url(../images/bun_h01on.jpg);
	color:#fff;
}
#header02 img {
	float: left;
}

/* ---------------------------------main --*/
#mainArea {
	clear: both;
	float: left;
	width: 830px;
	margin-top: 10px;
}

/* ---------------------------------footer --*/
#footer {
	clear: both;
	float: left;
	width: 850px;
	background-color: #cc0000;
	margin-top: 20px;
	height: 40px;
	text-align: center;
	margin-bottom: 0px;
}
#footer p {
	padding-top: 14px;
	color: #FFF;
}

/* ---------------------------------searchMenu 商品検索 --*/
#searchMenu {
	clear: both;
	float: left;
	width: 204px;
	margin-left: 2px;
	margin-right: 5px;
}
#commoditySearch {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#commoditySearch .searchMG01 {
	margin-top: 7px;
	margin-bottom: 3px;
}
#commoditySearch .subButton {
	margin-left: 78px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#searchText {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#searchMenu .textMG01 {
	margin-left: 10px;
	margin-top: 7px;
}
#searchText .searchInput {
	width: 172px;
}

#searchMenu #hikkigu {
	margin-top: 10px;
}
#searchMenu #komono {
	margin-top: 15px;
	margin-bottom: 20px;
}
#searchMenu #searchImage {
	margin-left: 12px;
}

#searchImage .srchImgMG01 {
	margin-bottom: 15px;
}

/* ---------------------------------mainContents  --*/
#mainContents {
	float:left;	
	margin: 0px;
	padding: 0px;
	width: 615px;
	line-height:1.5;
}
#mainContents a {
	color:#3366ff;
}

/* --------------------------------------------ここまで、オート用のCSS  --*/


/* ---------------------------------商品一覧  --*/
#topicPath {
	margin-bottom:10px;
}
#guide_navi {
	width: 615px;
	margin-top:5px;margin-bottom:5px;
}
#guide_navi .narabi01 {
	font-weight:bold;
}
#guide_navi .narabi02 {
	padding-right:1em;
	color:#3366ff;
}
#itiran table {
	width:615px;
}
.sum_photo {
	padding:5px;
	text-align:center;height:90px;
}
.sum_name {
	vertical-align:top;
	padding:5px;height:40px;
}
.sum_price {
	border-top:1px dotted #bcbcbc;
	padding:5px;height:20px;
}
.sum_copy {
	border-top:1px dotted #bcbcbc;
	padding:5px;
	vertical-align:top;height:40px;
}
.sum_btnshosai {
	text-align:center;height:30px;
}

/* ---------------------------------商品一覧3列の場合  --*/
#itiran01 table{
	width:200px;
	border:1px solid #bcbcbc;
	height:260px;
	margin-top:3px;
}

/* ---------------------------------商品一覧4列の場合  --*/
#itiran02 table{
	width:150px;
	border:1px solid #bcbcbc;
	height:280px;
	margin-top:3px;
}

/* ---------------------------------商品詳細  --*/
#detail table {
	width:615px;
	margin:10px 0 0 0;
	background-color:#ffffff;
	text-align:center;
}
#detail th {
	border:1px solid #d2d2d2;
	background-color:#dfdfdf;
	padding:3px;
}	
#detail td {
	border:1px solid #d2d2d2;
	padding:3px;
}