﻿@charset "UTF-8";

@import "main.css";

@import "lady.css";

@import "news.css";

@import "other.css";
/*
@import "anc.css";

@import "mobile.css";

@import "view.css";

@import "event.css";

*/


*{
	font-family: Arial, Helvetica, sans-serif;
	/*color: #ebe6d0;*/
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
img {
	margin: 0px;
	padding: 0px;
}
html{
	margin: 0px;
	padding: 0px;
	color: #ebe6d0;
	font-size: 12px;		
}

body {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: auto;
	background-color:#3B2900; 
}

.red {
	color: #F9DBD5;
}
/*各ページ背景*/
#wrapperBig_main {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	background: #3B2900 url(../images/bg_main.jpg) no-repeat top center;
}
#wrapperBig {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	background-position: center -50px;/*仮調整用*/	
}


#Breadcrumb {
	width: 760px;
	margin-left: 30px;
	text-align: left;
	padding-top: 5px;
	height: 20px;
}


#wrapper {
	margin: 0 auto;
	width: 840px;
	overflow: hidden;
}
/*各コンテンツ*/
#header {
	padding: 0px;
	height: 150px;
	width: 840px;
	text-align: center;
	clear: both;
}

#wrapperBig_main #main_menu {
	padding: 0px;
	height: 260px;
	width: 840px;
	text-align: center;
	clear: both;

}
#main_menu {
	padding: 0px;
	height: 160px;
	width: 840px;
	text-align: center;
	clear: both;

}
#main_content {
	padding: 0px;
	height: 540px;
	width: 840px;
	text-align: center;
	clear: both;
}
#main_footer {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	height: 300px;
	width: 840px;
	text-align: center;
	clear: both;

}
/*ヘッダ*/
#header_left{
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 150px;
	width: 600px;
}
#header_right{
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: 150px;
	width: 240px;
}
.shop_info{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	clear: both;
	height:60px;
	width: 240px;
	text-align: center;
}
.shop_data{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	clear: both;
	height:40px;
	width: 240px;
	padding-top: 20px;
	padding-left: 0px;
	text-align: left;
}

/*メインメニュータイトル*/
#wrapperBig_main #main_title{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 220px;
	width: 840px;
}
#main_title{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 120px;
	width: 840px;
}
#wrapperBig_main #title_swf {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 200px;
	width: 840px;
}
#title_swf{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 100px;
	width: 840px;
}
#main_menu_bar{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 40px;
	width: 840px;
}

/*メインコンテンツ*/
#main_content_newsinfo{
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 540px;
	width: 600px;
	text-align: right;
}
#main_content_ni_back{
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 500px;
	width: 600px;
	background-image: url(../images/pc_content_600_500.jpg);
	overflow: hidden;
}

#main_content_newface{
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: 540px;
	width: 240px;
}
#main_content_nf_back{
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: 500px;
	width: 240px;
	background-image: url(../images/pc_content_240_500.jpg);
}

/*メインフッタ*/
#main_footer_left{
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 300px;
	width: 590px;
}
#main_footer_menu{
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 300px;
	width: 165px;
}
#main_footer_event{
	background-image: url(../images/pc_event_main_425_300.jpg);
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: 300px;
	width: 425px;
}
#main_footer_right{
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: 300px;
	width: 250px;
}
#main_footer_blockmenu_left{
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 300px;
	width: 240px;
}
#main_footer_blockmenu_right{
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: 300px;
	width: 240px;
}
/*見出し*/	
h1,
h2,
h3{
	line-height: 1.1;
	}
h1 {
	text-align: left;
	width: 600px;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック" , "メイリオ" , "HGPｺﾞｼｯｸM";
	color: #C2BE77;
	}
h2 {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック" , "メイリオ" , "HGPｺﾞｼｯｸM";
	color: #C2BE77;
	}
h3 {
	font-size: 180%;
	font-family: "ＭＳ Ｐゴシック" , "メイリオ" , "HGPｺﾞｼｯｸM";
	color: #C2BE77;
	}

/*基本その他*/	


em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 200%;
	line-height: 1.2;
}
a {
	text-decoration: none;
}
buttun {
	background-color: #666666;
	background-image: url(../images/buttunback.jpg);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a:link, a:visited {
	color: #F9E771;
}
a:hover {
	color: #f63;
}
p {
	margin: 10px 0 20px 0;
	}
/*フッタ*/

#footer {
	padding: 20px 0;
	clear: both;
	width: 840px;
	font-size: 10px;
	border-top: 1px solid #ebe6d0;
	}
#footer ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	}
#footer li {
	margin-right: 8px;
	padding-right: 8px;
	display: inline;
	white-space: nowrap;
	border-right: 1px solid #ccc;
	font-size: 10px;
	}
/*グローバルナビ*/

#main_footer_menu ul{

	width:150px;
	padding-left: 15px;
}





#main_footer_menu ul li{

	clear: none;

	float: left;

	display:inline;

	list-style-type:none;
}


#main_footer_menu #globalNavi   {
	width: 150px;
	height: 300px;
	list-style: none;
	clear: left;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
   }

#main_footer_menu .nvis {
	height: 2px;
	width: 2px;
	visibility: hidden;
}
.footerimg {
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* リンク部分 */
.gnavi_map a {
	display: block;
	width: 150px;
	height: 60px;
	float:left;
	background-image: url(../images/footermenu_all.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	margin-right: 0px;
	margin-left: 0px;
    }
.gnavi_mailmag a {
	display: block;
	width: 150px;
	height: 60px;
	float:left;
	background-image: url(../images/footermenu_all.jpg);
	background-position:0px -60px;
	background-repeat:no-repeat;
	text-decoration:none;
	margin-right: 0px;
	margin-left: 0px;
    }
.gnavi_req a {
	display: block;
	width: 150px;
	height: 60px;
	float:left;
	background-image: url(../images/footermenu_all.jpg);
	background-position:0px -120px;
	background-repeat:no-repeat;
	text-decoration:none;
	margin-right: 0px;
	margin-left: 0px;
    }
.gnavi_ques a {
	display: block;
	width: 150px;
	height: 60px;
	float:left;
	background-image: url(../images/footermenu_all.jpg);
	background-position:0px -180px;
	background-repeat:no-repeat;
	text-decoration:none;
	margin-right: 0px;
	margin-left: 0px;
    }
.gnavi_link a {
	display: block;
	width: 150px;
	height: 60px;
	float:left;
	background-image: url(../images/footermenu_all.jpg);
	background-position:0px -240px;
	background-repeat:no-repeat;
	text-decoration:none;
	margin-right: 0px;
	margin-left: 0px;
    }
	
.gnavi_map a:hover {
	display: block;
	width: 150px;
	height: 60px;
	float:left;
	background-image: url(../images/footermenu_all.jpg);
	background-position:-150px 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	margin-right: 0px;
	margin-left: 0px;
    }
.gnavi_mailmag a:hover {
	display: block;
	width: 150px;
	height: 60px;
	float:left;
	background-image: url(../images/footermenu_all.jpg);
	background-position:-150px -60px;
	background-repeat:no-repeat;
	text-decoration:none;
	margin-right: 0px;
	margin-left: 0px;
    }
.gnavi_req a:hover {
	display: block;
	width: 150px;
	height: 60px;
	float:left;
	background-image: url(../images/footermenu_all.jpg);
	background-position:-150px -120px;
	background-repeat:no-repeat;
	text-decoration:none;
	margin-right: 0px;
	margin-left: 0px;
    }
.gnavi_ques a:hover {
	display: block;
	width: 150px;
	height: 60px;
	float:left;
	background-image: url(../images/footermenu_all.jpg);
	background-position:-150px -180px;
	background-repeat:no-repeat;
	text-decoration:none;
	margin-right: 0px;
	margin-left: 0px;
    }
.gnavi_link a:hover {
	display: block;
	width: 150px;
	height: 60px;
	float:left;
	background-image: url(../images/footermenu_all.jpg);
	background-position:-150px -240px;
	background-repeat:no-repeat;
	text-decoration:none;
	margin-right: 0px;
	margin-left: 0px;
    }

/*一般のページ*/

/* スクロール */
html>/* */body #all_content {

	background-repeat: no-repeat;
	padding: 0px;
		/*調整用
	margin-top: -50px;
	margin-bottom: -50px;*/
	
	height: auto;
	width: 840px;
	text-align: center;
	clear: both;
}
*:first-child+html #all_content {

	background-repeat: no-repeat;
	padding: 0px;
	/*調整IE7用*/
	margin-top: 0px;
			
	height: auto;
	width: 840px;
	text-align: center;
	clear: both;
}
*html #all_content {

	background-repeat: no-repeat;
	padding: 0px;
	height: auto;
	width: 840px;
	text-align: center;
	clear: both;
}

html>/* */body #all_content_scroll {
	clear: both;
	height: auto;
	width: 840px;
	/*margin-top: 50px;
	margin-bottom: 50px;*/
	padding-top: 50px;
	padding-right: 5px;
	padding-left: 20px;
	overflow: auto;
}
*:first-child+html #all_content_scroll {
	clear: both;
	height: auto;
	width: 840px;
	margin-top: 50px;
	margin-bottom: 50px;

	padding-right: 5px;
	padding-left: 20px;
	overflow: auto;
}
* html #all_content_scroll {
	clear: both;
	height: auto;
	width: 840px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
}

html>/* */body #all{
	width: 780px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
*:first-child+htm #all{
	width: 780px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
*html #all{
	width: 780px;
	margin-left: 28px;
	margin-top: 10px;
	margin-bottom: 20px;
} 
#all_main{
	width: 780px;
}
.all_img_top{
	width: 780px;
	clear: both;
}
#all_middle {
	clear: both;
	width: 780px;
	/*background-image: url(../images/img_event_middle_780_50.gif);*/
	background-repeat: repeat-y;
}
.all_unit {
	height: auto;
	clear: both;
	width: 780px;
	text-align: center;
}
.all_title {
	height: 40px;
	width: 780px;
	clear: both;
	float: right;
}
.all_title h3{
	height: 15px;
	width: 740px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	letter-spacing: 0.1em;
	clear: both;
	float: right;
	padding-bottom: 5px;
	margin-right: 10px;
}
.all_main_date{
	width: 750px;
	text-align: right;
	clear: both;
	float: right;
	padding-right: 40px;
	color: #FF6600;
}
.all_main_kiji{
	width: 750px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-align: left;
	clear: both;
	float: right;
	height: auto;
	overflow:auto;
	margin-right: 5px;
}
.all_img_main{
	float: left;
	border: 3px solid #FFFFFF;
	margin: 5px;
}

.all_img_border {
	width: 780px;
	clear: both;
	height: 30px;
	margin-bottom: 10px;
}
.all_img_bottom {
	width: 780px;
	clear: both;
}
html>/**/body .bt_style{
	cursor: pointer;
	background-image: url(http://www.juicyisland.jp/html/images/buttunback.jpg);
	padding-top: 5px;
	padding-right:8px;
	padding-bottom: 5px;
	padding-left: 8px;
	letter-spacing: 0.2em;
	color: #FFFFFF;
}
*:first-child+html .bt_style{
	cursor: pointer;
	background-image: url(http://www.juicyisland.jp/html/images/buttunback.jpg);
	padding-top: 5px;
	padding-right:0px;
	padding-bottom: 5px;
	padding-left: 0px;
	letter-spacing: 0em;
	color: #FFFFFF;
}
* html .bt_style{
	cursor: pointer;
	background-image: url(http://www.juicyisland.jp/html/images/buttunback.jpg);
	padding-top: 5px;
	padding-right:0px;
	padding-bottom: 5px;
	padding-left: 0px;
	letter-spacing: 0.2em;
	color: #FFFFFF;
}