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

body {
	background:url(../image/common/bg_wine.png) no-repeat fixed 100% 0,
				url(../image/common/bg.jpg) repeat fixed 0 0;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

header, nav, footer {
	width: 960px;
	float: left;
}

/*----------header----------*/
header {
	height: 100px;
}
header h1 {
	width: 260px;
	float: left;
}
header h1 a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

header h2 {
	width: 170px;
	font-size: 14px;
	text-shadow: 0 0 3px #FFF;
	margin: 45px 10px 0 10px;
	float: left;
}
header .head_shop {
	width: 270px;
	margin: 20px 0 0 20px;
	text-align: right;
	float: left;
}
header .head_shop .hs_1 {
	font-size: 14px;
}
header .head_shop .hs_2 {
	font-size: 30px;
	color: #C09;
	margin: 4px 0;
}
header .head_shop .hs_3 {
	font-size: 10px;
}
header .icon_set {
	margin: 25px 20px 0 0;
	float: right;
}
header .icon_set li {
	margin-left: 10px;
	float: left;
}
header .icon_set li a:hover {
	top: 1px;
	left: 1px;
	position: relative;
}

/*----------nav----------*/
nav {
	background:url(../image/common/bg_wood.jpg) repeat;
}
nav ul {
	margin-left: 20px;
}
nav li {
	float: left;
}
nav a {
	width: 90px;
	height: 50px;
	display: block;
	text-indent: -5000px;
}

/*----------contents----------*/
#contents {
	width: 720px;
	margin: 20px;
	float: left;
}
#contents_920 {
	width: 920px;
	margin: 20px;
	float: left;
}
#contents h4, #contents_920 h4 {
	color: #C09;
}
#contents .image_box, #contents_920 .image_box {
	width: 150px;
	height: auto;
	float: right;
}
#contents .image_box .fancybox, #contents_920 .image_box .fancybox {
	width: 150px;
	height: 100px;
	display: block;
	margin-bottom: 20px;
	float: left;
}
#contents .image_box .fancybox:hover, #contents_920 .image_box .fancybox:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

/*----------sidebar----------*/
#sidebar {
	width: 180px;
	margin: 20px 20px 20px 0;
	float: left;
}
#sidebar .fancybox:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#sidebar h3 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}
#sidebar .sb_item {
	color: #C09;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}
#sidebar .sb_contents {
	font-size: 12px;
	margin: 5px 0 10px 10px;
}
#sidebar .shop_data a {
	width: 120px;
	height: 20px;
	display: block;
	text-indent: -5000px;
}
#sidebar .sb_gm {
	background-image:url(../image/common/side_bt_gm.png);
}
#sidebar .sb_gm:hover {
	background-image:url(../image/common/side_bt_gm_h.png);
}

/*----------footer----------*/
footer {
	background:url(../image/common/bg_wood.jpg) repeat;
	color: #FFF;
	height: 100px;
	margin: 0;
}
footer ul {
	width: 920px;
	margin: 10px 20px 40px 20px;
	float: left;
}
footer li {
	float: left;
}
footer a {
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer .copyright {
	font-size: 12px;
	margin: 10px 20px;
	float: left;
}