/*******************/
/*ここから id 属性*/
/*******************/

/*1番上のSEO対策*/
#seo{
	margin:auto;
	padding:5px;
	width:750px;
	height:15px;
	font-size:small;
	color:#cc3366;
	}

/*#空白用*/
#blank{
	margin:auto;
	padding:0px;
	width:750px;
	height:50px;
	margin-top: 60px;
	}

#shoppingcart{
margin:auto;
	padding:0px;
	width:750px;
	height:65px;
	}

/*ナビゲーション画像(img/navi/以下）　onMouseOver機能あり*/
#header{
	margin:auto;
	padding:0px;
	width:750px;
	height:30px;
	}

/*メニュー画像（img/menu/以下）　onMouseOver機能あり*/
#navi{
	margin:auto;
	padding:0px;
	width:750px;
	height:30px;
	}
	
/*一番外側の枠*/
#main{
	margin:auto;
	padding:0px;
	width:750px;
	height:auto;
	background-color:#ffffff;
	}

/*div #main の中：左側*/
#main #col1{
	padding:0px;
	width:175px;
	height:auto;
	background-color:#ffffff;
	float:left;
	}

/*div #main の中：右側*/
#main #col2{
	padding:0px;
	width:575px;
	height:auto;
	color:#ffffff;
	background-color:#ffffff;
	float:right;
	}


/*ナビゲーション画像(img/tab/以下）　onMouseOver機能あり*/
#bar{
	margin:auto;
	padding:0px;
	width:750px;
	height:30px;
	}

/*メニュー画像（img/tab/以下）　onMouseOver機能あり*/
#tab{
	margin:auto;
	padding:0px;
	width:750px;
	height:30px;
	}

#footer{
	margin:auto;
	padding:0px;
	width:750px;
	height:auto;
	font-size:small;
	color:#cc3366;
	}

/*******************/
/*txt用のタグ*/
/******************/

body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	}
	
p{
	margin:0px;
	padding:5px;
	color:#732d3f;
	}

p.main{
	margin:0px;
	padding:10px;
	}


img{
	border:0 0 0 0;
	}

/*それ以外のリンクは全て以下の3つ*/
a:link{
	color:#732d3f;
	}

a:active{
	color:#CC3366;
	}

a:visited{
	color:#732d3f;
	}

/*seo*/
a.seo:link,
a.seo:active,
a.seo:visited{
	color:#cc3366;
	font-size:small;
	font-weight:bold;
	}

h1{
	padding:5px;
	font-size:xx-large;
	font-weight:bold;
	color:#933a51;
	}
h2{
	padding:5px;
	font-size:larger;
	font-weight:bold;
	color:#b94d68;
	}
h3{
	padding:5px;
	font-size:medium;
	font-weight:bold;
	color:#ff0000;
	}

.color{
	margin:0px;
	padding:5px;
	}
		

/*ここから天才サチヲ氏のソース*/
span.hidden {
	display: none;
}


/************************************/
/*　onMourseOver用　その１： 　　　　*/
/*　div #shoppingcart ＞ table#cart */
/*　効果：買い物かごの画像をスイッチ　*/
/***********************************/
/*#navi 部分のonMouseOver*/
table#cart {
	width:750px;
	height:65px;
	padding:0px;
	margin:0px;
}

table#cart tr{
	width:750px;
	height:65px;
	padding:0px;
	margin:0px;
}

table#cart tr td{
	width:750px;
	height:65px;
	padding:0px;
	margin:0px;
}

td#cart01 a:hover
 {
	background-position: 0px -65px;
}

td#cart01 a 
{
	display:block;
	background: transparent url('https://www.delivery-wine.com/noda/img/cart.gif') no-repeat 0 0;
	padding:0px;
	margin:0px;
	width:150px;
	height:65px;
	float:right;
}


/************************************/
/*　onMourseOver用　その２： 　　　　*/
/*　div #header ＞ table#navi　　　 */
/*　効果：カテゴリのページをスイッチ　*/
/***********************************/

/*#navi 部分のonMouseOver*/
table#navi {
	width:750px;
	height:30px;
	padding:0px;
	margin:0px;
}

table#navi tr{
	height:30px;
	padding:0px;
	margin:0px;
}

table#navi tr td{
	width:185px;
	height:30px;
	padding:0px;
	margin:0px;
}

td#navi01 a:hover, 
td#navi02 a:hover, 
td#navi03 a:hover,
td#navi04 a:hover
 {
	background-position: 0px -30px;
}

td#navi01 a 
{
	display:block;
	background: transparent url('https://www.delivery-wine.com/vintagew/img/vhome.gif') no-repeat 0 0;
	padding:0px;
	margin:0px;
	width:185px;
	height:30px;
}
td#navi02 a 
{
	display:block;
	background: transparent url('https://www.delivery-wine.com/vintagew/img/vdaily.gif') no-repeat 0 0;
	padding:0px;
	margin:0px;
	width:185px;
	height:30px;
}
td#navi03 a 
{
	display:block;
	background: transparent url('https://www.delivery-wine.com/vintagew/img/vvin.gif') no-repeat 0 0;
	padding:0px;
	margin:0px;
	width:185px;
	height:30px;
}

td#navi04 a 
{
	display:block;
	background: transparent url('https://www.delivery-wine.com/vintagew/img/vqn.gif') no-repeat 0 0;
	padding:0px;
	margin:0px;
	width:185px;
	height:30px;
}


/***************************************/
/*　onMourseOver用　その３： 　　　　　　*/
/*　div #bar ＞ table#tab 　　　　　 */
/*　効果：花とワイン内のページをスイッチ　*/
/***************************************/
table#tab {
	width:750px;
	height:30px;
	padding:0px;
	margin:0px;
}

table#tab tr{
	height:30px;
	padding:0px;
	margin:0px;
}

table#tab tr td{
	width:123px;
	height:30px;
	padding:0px;
	margin:0px;
}

td#tab01 a:hover, 
td#tab02 a:hover, 
td#tab03 a:hover,
td#tab04 a:hover, 
td#tab05 a:hover, 
td#tab06 a:hover
 {
	background-position: 0px -30px;
}

td#tab01 a 
{
	display:block;
	background: transparent url('./img/tab/top.gif') no-repeat 0 0;
	padding:0px;
	margin:0px;
	width:123px;
	height:30px;
}
td#tab02 a 
{
	display:block;
	background: transparent url('./img/tab/noda.gif') no-repeat 0 0;
	padding:0px;
	margin:0px;
	width:123px;
	height:30px;
}
td#tab03 a 
{
	display:block;
	background: transparent url('./img/tab/list.gif') no-repeat 0 0;
	padding:0px;
	margin:0px;
	width:123px;
	height:30px;
}

td#tab04 a 
{
	display:block;
	background: transparent url('./img/tab/arrenge.gif') no-repeat 0 0;
	padding:0px;
	margin:0px;
	width:123px;
	height:30px;
}

td#tab05 a 
{
	display:block;
	background: transparent url('./img/tab/seasonal.gif') no-repeat 0 0;
	padding:0px;
	margin:0px;
	width:123px;
	height:30px;
}

td#tab06 a 
{
	display:block;
	background: transparent url('./img/tab/bouquet.gif') no-repeat 0 0;
	padding:0px;
	margin:0px;
	width:123px;
	height:30px;
}