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

h4.RuneIcon{
	clear:both;
	background-image:url(../img/h4_icon.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	line-height:12px;
	color:#7e3e3e;
}

/*お酒リスト*/
.SakeNavi{
	width:569px;
	height:58px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding:0;
}

.SakeNavi#Mugi{
	background:url(../img/sake_listtitle_01.gif) no-repeat;
}

.SakeNavi#Imo{
	background:url(../img/sake_listtitle_02.gif) no-repeat;
}

.SakeNavi#Kome{
	background:url(../img/sake_listtitle_03.gif) no-repeat;
}

.SakeNavi#Soba{
	background:url(../img/sake_listtitle_04.gif) no-repeat;
}

.SakeNavi#Deet{
	background:url(../img/sake_listtitle_05.gif) no-repeat;
}

.SakeNavi#Liqueur{
	background:url(../img/sake_listtitle_06.gif) no-repeat;
}

.SakeNavi#Kajitusu{
	background:url(../img/sake_listtitle_07.gif) no-repeat;
}


.SakeNavi ul{
	margin:0;
	padding-left:260px;
	padding-top:30px;
}

.SakeNavi ul li{
	float:left;
	font-size:11px;
	list-style-type:none;
	padding-bottom:0;
	padding-left:0;
	padding-right:18px;
	padding-top:0;
	margin:0;
}

.SakeNavi ul li a{
	color:#333;
	text-decoration:none;
}

.SakeNavi ul li a:hover{
	color:#09F;
	text-decoration:underline;
}


.SakeNavi ul li.Now a{
	color:#09F;
	text-decoration:underline;
}


#STitle{
	clear:both;
	background:url(../img/saketitle_icon.gif) no-repeat;
	padding-left:24px;
	line-height:24px;
	font-size:20px;
	color:#333;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
}

#STitle span,{
	clear:both;
	color:#666;
	font-size:11px;
	padding-left:10px;
}

/* お酒アイテムボックス */
.ItemBox{
	float:left;
	width:180px;
	height:130px;
	margin-bottom:40px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
}

.ItemBox a {
	display:block;
	height:130px;
	background-image:url(../img/sake_syousai_icon.gif);
	background-position:60px 100px;
	background-repeat:no-repeat;
	color:#333;
	text-decoration:none;
	overflow:hidden;
	cursor:pointer;
}

.ItemBox a:hover {
	background-image:url(../img/sake_syousai_icon_hover.gif);
	color:#900;
}

.ItemBox a img {
	opacity:0.8;
}

.ItemBox a:hover img {
	opacity:1;
}

.MiddleBox {
	border-left:1px dotted #CCC;
	border-right:1px dotted #CCC;
	padding-left:10px;
	margin-right:10px;
}

.MiddleEnd {
	border-left:1px dotted #CCC;
	padding-left:10px;
}

/* お酒画像 */
.SakeImg {
	width:60px;
	float:left;
}

/* お酒テキスト */
.SakeName {
	width:110px;
	height:100px;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding:0;
}

.SakeName h5 {
	font-size:13px;
	margin:0;
	padding:0;
	padding-bottom:3px;
	line-height:1.3em;
}

.SakeName h6 {
	font-size:10px;
	margin:0;
	padding:0;
	font-weight:normal;
}

.SakeName p {
	font-size:10px;
	margin:0;
	padding:0;
	padding-top:10px;
	line-height:1.5em;
}

.Syousaibtn{
	clear:both;
	width:68px;
	height:20px;
	margin-bottom:0;
	margin-right:0;
	margin-top:0;
	padding:0;
	text-indent:-9999px;
}

.Syousaibtn a{
	background:url(../img/sake_syousai_icon.gif) no-repeat;
	display:block;
	width:68px;
	height:20px;
	padding-left:0;
}


.Syousaibtn a:hover{
	background:url(../img/sake_syousai_icon_hover.gif) no-repeat;
}

#RenaissanceLogo {
	background-image:url(../img/maboroshi.gif);
	background-position: center top;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:1.5em;
	width:155px;
	float:right;
	margin-left:15px;
}

#RenaissanceLogo a {
	color:#039;
	display:block;
	padding-top:80px;
	text-align:center;
}

#RenaissanceLogo a:hover {
	color:#C00;
	text-decoration:none;
}


.SubToTop{
	clear:both;
	font-size:12px;
	margin-right:20px;
}


.SubToTop a{
	float:right;
	color:#06F;
}


.SubToTop a:hover{
	color:#C00;
}

/*/お酒リスト*/
