@charset "utf-8" ;
@import url("html5reset.css") !important;

html {
	margin: 0 ;
	padding: 0 ;
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif; 
}

a {
	text-decoration: none ;
}

.clear{
	clear: both ;
}

/*body----------------------------------------------------------*/
body{
	background-image:url(../../img/all_bg.gif);
	background-repeat:repeat;
}

/*wrap----------------------------------------------------------*/
#wrap {
	width: 960px ;
	margin: 30px auto 0 auto ;
}

/*header----------------------------------------------------------*/
header {
	width: 960px ;
	background-color: white ;
}


#logo_area{
	width: 900px;
	margin: 0 auto ;
	background-color: #FFF ;
}

#logo{
	float:left;
	margin-bottom: -15px ;
}


#sub_menu{
	float: right ;
	margin-top: 20px ;
}

#sub_menu li{
	float:left;
	list-style: none ;
}

/*パンくず----------------------------------------------------------*/
#pankuzu{
	width:960px;
	height:21px;
	display:block;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	background-image:url(../../img/pan_bg.gif);
	background-repeat:no-repeat;
	padding:14px 0 0 30px;
}

#pankuzu .top a{
	color:#071441;
	text-decoration:none;
}

#pankuzu .top a:hover{
	text-decoration:underline;
}

#pankuzu a{
	color:#ffffff;
	text-decoration:none;
}

#pankuzu a:hover{
	text-decoration:underline;
}

/*グローバルナビ----------------------------------------------------------*/
#golobal_navi {
	list-style: none ;
	padding: 0 ;
	margin: 0 ;
}

#golobal_navi li{
	display: inline ;
	float: left ;
	margin-bottom: -5px ;
}

/*コンテンツ----------------------------------------------------------*/
#sectionwrap {
	width: 960px ;
	background-color: white ;
	margin-top: 20px ;
}

#eight {
	margin-top: 40px ;
	border-top : solid 1px #f2ab9b ;
	width: 960px ;
}

#eight img{
	margin-left: 30px ;
}

#one {
	margin-top: 40px ;
	border-top : solid 1px #6dc5cd ;
	width: 960px ;
}

#one img{
	margin-left: 30px ;
}


.restaurantlist {
	margin-top: 25px ;
}

.restaurantlist a{
	color: black ;
}

.restaurant {
	margin-left: 30px ;
	float: left ;
	margin-right: 20px ;
	padding-bottom: 20px ;
}

.restaurant h3{
	font-size : 13px ;
	line-height: 18px ;
	margin-top: -15px ;
	padding-left: 5px ;
	color: black ;
}

.restaurant h4{
	font-size : 10px ;
	padding-left: 5px ;
	color: black ;
}

.info {
	margin-top: -13px ;
	border-left: solid 7px #f2ab9b ;
}

.infoone {
	margin-top: -13px ;
	border-left: solid 7px #6dc5cd ;
}

#coupon {
	margin-top: -10px ;
}

/*ヨドバシ店舗-----------------------------------*/
footer {
	margin-top: 50px ;
}

footer a{
	color:#444444;
	text-decoration:none;
}

footer a:hover{
	text-decoration:underline;
}

#comlogo {
	margin-left: 10px ;
	float: left ;
	border-right: 1px solid #cdcdcd ;
	padding-right: 10px ;
}

#shoplist {
	float: left ;
	margin-top: -30px ;
	margin-left: 10px ;
}

#shoplist ul{
	float: left ;
	margin-left: -20px ;
}

#shoplist li{
	list-style: none ;
	font-size:9px;
	font-family: serif !important ; 
}

/*最下部フッター-----------------------------------*/
#footernav {
	margin-top: 20px ;
	border-top : 1px solid #cdcdcd ;
}

#footernav ul{
	float : left ;
}

#footernav li {
	display: inline ;
	font-size: 10px ;
	margin-left: -20px ;
	padding-right: 20px ;
}

#footernav li a{
	color: #071441 ;
}

#footernav li a:hover{
	text-decoration: underline ;
}

#copyright {
	margin-top: 20px ;
	font-size: 10px ;
	float: right ;
	font-family: serif !important ; 
	font-weight: bold ;
}