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

html, body {
	height: 100%;
}

a:link {
	color: #333333;
}
a:visited {

}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

ul { /* 基本のリスト （固定）*/
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}



a img {
	border:0;
}

.noboder {
	border:0;
}

.clear { /* 画像の周り込み解除 */
	clear: both; 
}

hr {
	size:1px
}

.txtright {text-align:right;}
.txtcenter {text-align:center;}
.txtleft{
	text-align:left;
	padding-left: 5px;
}

img.right { 
	float:right;
	margin-left:7px;
	}

img.left { 
	float:left;
	margin-right:7px;
	}

.style1 {
	font-size: 12px
}
.style2 {font-size: 10px}
.style4 {color: #FF6666}


/********************************************************************/
/* 見出しタグ */

h1,h2,h3,h4,h5,h6 { /* 基本タイトル（固定）*/
	padding: 0px; 
	margin: 0px 0px 5px; 
	font-size: 12px;
	font-weight:normal;
	text-align: left;
}

h2 {
	color:#333333;
}

h3 {
	margin:0px;
	font-size: 13px;
}

h4 {
	color:#000000;
}
h5 {
	color:#FFFFFF;
	background-color:#FFCCCC;
	height:20px;
	font-size:12px;
	font-weight:normal;
	padding:3px 3px 3px 6px;
	margin:3px 15px;
}

h6 {
	margin:3px 15px;
}


body {
	margin: 0;
	padding: 0;
	line-height:140%;
	color:#333;
	font-size:0.9em;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	background-color: #FFF0F0;
}

/********************************************************************/
/* フォントカラー */

.green {color:#339933;}
.pink {color:#FF6666;}
.orange {color:#FF6600;}
.red {color:#FF0000;}
.navy {color:#000099;}


/********************************************************************/
/* ボックス */

#container {
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px;
	border-right: 1px solid #FFCCCC;
	border-left: 1px solid #FFCCCC;
	background-color: #FFFFFF;
	background-image: url(../img/back1.jpg);
	background-repeat: repeat-y;
}

#header {
	position:relative;
	width: 900px;
	height: 80px;
	background-image: ;
	background-repeat: no-repeat;
}

#header .logo {
	float:left;
}

#header .card {
	float:right;
}

#header .appeal {
	position:absolute;
	width:500px;
	right:5px;
	top: 20px;
	text-align:right;
	font-size:0.7em;
}

.footer, .push {
	height: 25px; /* .push must be the same height as .footer */
}

.footer {
	width: 900px;
	height: 25px; /* .push must be the same height as .footer */
	background:url(../img/footer.jpg) repeat-x;
	text-align:center;
	font-size:0.7em;
	clear:both;
	color:FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#mainBox {
	float:right;
	width: 699px;
	text-align:left;
	background: #FFFFFF;

}
#mainBoxleft {
	float:left;
	width: 699px;
	text-align:left;
	background: #FFFFFF;

}
#leftBox {
	float:left;
	margin: 0;
	padding: 0px;
	width: 200px;
	background-color: #FFFFFF;

}

.txtBox {
	margin: 0px; 
	padding: 10px;

}

.linkBox {
	float:left;
	padding: 0px 0px 0px 10px;
	margin:0px;
	width: 190px;
	font-size:10px;
	height:90px;
	line-height:90%;
}

.linkBoxCl {
	float:left;
	clear:both;
	padding: 0px 0px 0px 0px;
	margin:0px;
	width: 190px;
	font-size:10px;
	height:90px;
	line-height:90%;
}



.boximg { 
	float:left;
	margin-right:0px;
	}

/********************************************************************/
/* ナビゲーション */
/* グローバルナビゲーション */
#globalNavigation {
	clear:both;
	width: 900px;
	height: 33px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFBFBF;
}


#globalNavigation li{
	list-style-type:none;
	width:150px;
	height:33px;
	float:left;
}

#globalNavigation li.homeBtn{
	background:url(../img/home_f2.gif);
}
#globalNavigation li.firstBtn{
	background:url(../img/first_f2.gif);
}
#globalNavigation li.payBtn{
	background:url(../img/pay_f2.gif);
}
#globalNavigation li.soryoBtn{
	background:url(../img/soryo_f2.gif);
}
#globalNavigation li.myacaBtn{
	background:url(../img/myacaunt_f2.gif);
}
#globalNavigation li.cartBtn{
	background:url(../img/cart_f2.gif);
}
#globalNavigation li a{
	display:block;
	width:150px;
	height:33px;
}
#globalNavigation li a:hover {
	background-color:transparent;
}
#globalNavigation li a:hover img{
	visibility:hidden;
}


/* ローカルナビゲーション */

.localNavigation {
	float:left;
	margin: 0; /* the bottom margin is the negative value of the footer's height */
	padding: 0px;
	width: 200px;
}

.localNavigation h2 {
	padding: 0px;
	margin: 0px;
	background:url(../img/sale_f2.jpg);
}
.localNavigation h2 a {
	color: #990000;
	text-decoration: none;
}

.localNavigation h2 a:hover {
	background-color:transparent;
}

.localNavigation h2 a:hover img {
	visibility:hidden;
}

.localNavigation ul {
}

.localNavigation ul li {
	background: url(../img/localnavi.jpg) no-repeat;
	font-size: 12px;
	line-height:250%;
	list-style-type: none;
}

.localNavigation ul li a {
	display:block;
	width:193px;
	height:36px;
	padding-left: 7px;
	color: #000000;
	text-decoration: none;
}

.localNavigation ul li a:hover {
	background: url(../img/localnavi_f2.jpg) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

.localNavigation ul li.nomark {
	background: url(../../menu/mark2.gif) no-repeat 0px 6px;
}


.localNavigation ul li ol li {
	background: url(../../menu/mark3.gif) no-repeat  0px 0px;
}

.localNavigation ul li.grad {
	text-indent:7px;
}

.localNavigation ul li ul li ul li {
	background: url(../../menu/mark4.gif) no-repeat  0px 0px;
}

.localNavigation ul li ul li ul li.end {
	background: url(../../menu/mark3.gif) no-repeat  0px 0px;
}
/********************************************************************/
/* サブナビゲーション */

.subNavigation {
	padding:10px;
	width: 180px;
}


.subNavigation ul {
}

.subNavigation ul li {
	background: url(../img/subnavi.gif) no-repeat;
	font-size: 10px;
	line-height:200%;
	list-style-type: none;
	margin: 0px;
	height: 23px;
}

.subNavigation ul li a {
	display:block;
	width:160px;
	height:23px;
	padding-left: 15px;
	color: #000000;
	text-decoration: none;
}

.subNavigation ul li a:hover {
	background: url(../img/subnavi_f2.gif) no-repeat;
}

.subNavigation ul li.nomark {
	background: url(../../menu/mark2.gif) no-repeat 0px 6px;
}


.subNavigation ul li ol li {
	background: url(../../menu/mark3.gif) no-repeat  0px 0px;
}

.subNavigation ul li.grad {
	text-indent:7px;
}

.subNavigation ul li ul li ul li {
	background: url(../../menu/mark4.gif) no-repeat  0px 0px;
}

.subNavigation ul li ul li ul li.end {
	background: url(../../menu/mark3.gif) no-repeat  0px 0px;
}


.bottomNavigation {
	text-align:center;
	font-size:0.7em;
}

/********************************************************************/
/* ページナンバー */
.pagenum {
	margin: 0px;
	padding: 10px;
}


.pagenum ul {
	margin: 1px 0px 0px 1px;
	padding: 2px 0px 0px 0px;
	font-size:90%;
}

.pagenum ul li {
	display:inline;
	float: left;
	width:20px;
	height:20px;
	margin-right:7px;
	background:url(../img/numberback1.gif) no-repeat;
	line-height: 150%;
	text-align:center;
	border: 1px solid #CCCCCC;
}

.pagenum ul li.prev {
	width:55px;
	background:url(../img/numberback_pre1.gif) no-repeat;
}

.pagenum ul li.prev {
	width:55px;
	background:url(../img/numberback_pre1.gif) no-repeat;
}

.pagenum ul li.prev a:hover {
	width:55px;
	background:url(../img/numberback_pre2.gif) no-repeat;
}

.pagenum ul li.next {
	width:55px;
	background:url(../img/numberback_next1.gif) no-repeat;
}

.pagenum ul li.next a:hover {
	width:55px;
	background:url(../img/numberback_next2.gif) no-repeat;
}

.pagenum ul li a {
	display:block;
	width:100%;
	height:20px;
}

.pagenum ul li a:hover {
	background:url(../img/numberback2.gif) no-repeat;
	color:#FFFFFF;
}


/********************************************************************/
/* その他 */

.goods {

}

#melmaga {
	width:190px;
	clear:both;
	margin:5px;
}

#melmaga h2 {
	margin:0px;
}

#melmaga .cont {
	margin:0px;
	padding:0px 5px;
	background:#FFC1C1;
	font-size:0.8em;
}

#melmaga .bottom {
	width:180px;
	margin:0px;
	background:url(../img/melmaga_bottom.gif) no-repeat;
}

#mb {
	width:190px;
	clear:both;
	margin:5px;
}

#mb h2 {
	margin:0px;
}

#mb .cont {
	margin:0px;
	padding:0px 5px;
	background:#FFC1C1;
	font-size:0.8em;
}

#mb .bottom {
	width:180px;
	margin:0px;
	background:url(../img/mb_bottom.gif) no-repeat;
}

#calender {
	width:160px;
	height:185px;
	margin:0px;
	padding:20px;
	font-size:9pt;
}

.holiday {
	background:#CCCCCC;
	color:#FFFFFF;
	text-align:center;
}

.saturday {
	background:#CCCCCC;
	color:#009966;
	text-align:center;
}

.today {
	border:solid 1px #CC0000;
	text-align:center;
}

#open {
	width:160px;
	margin:0px;
	padding:20px;
	font-size:9pt;
}

#banner {
	text-align:center;
	font-size:10px;
}

#movie {
	float:left;
	width:500px;
	padding-left:5px;
}

.movieCont {
	width:630px;
	padding-left:5px;
}

#movieNotice {
	float:left;
	width:130px;
}

.firstCont {
	width:645px;
	padding:0px;
}
.firstCont2 {
	width:520px;
	padding:0px;
	background-color: #FFFFFF;
}

.firstCont h4 {
	background:url(../img/h_back2.jpg) no-repeat;
	padding-left:50px;
	height:44px;
	line-height:55px;
	font-weight:bold;
	color:#990000;
	font-size:1.2em;
}
.firstCont2 h4 {
	background:url(../img/h_back2.jpg) no-repeat;
	padding-left:50px;
	height:44px;
	line-height:55px;
	font-weight:bold;
	color:#990000;
	font-size:1.2em;
}
.firstCont p {
	width:630px;
	padding:0px;
	margin:5px;
	padding:0px 10px;
}


.tback1 {
	background-image: url(../img/t_back1.gif);
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	color:#FFFFFF;
	height:20px;
}
.tback2 {
	background-color: #F7F7F7;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.tback3 {
	background-color: #F7F7F7;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}

.iventtet {
	color: #FF3366;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.steptex {
	color: #FF3366;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3366;
	margin-bottom: 10px;
	width: 660px;
}
.sozaitex {
	color: #339900;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339900;
	margin-bottom: 10px;
	width: 660px;
}
.baraimgbox_soup{
	width:250px;
	float:right;
	height: 250px;
}
.baraimgbox_soup2{
	width:320px;
	float:left;

}
