@charset "utf-8";

/* ----------------------
 top.css
---------------------- */


div#newsArea{
	width: 555px;
	height: 1200px;
	margin-left: auto;
	margin-right: auto;
}


/**
 * ムービーエリア
 */

div#topMvArea {
    float: left;
    padding-bottom: 5px;
    padding-left: 15px;
}

div#topMvArea li{
	display: inline;
	float: left;
	padding-right: 10px;
}

/**
 *新着情報
 */

div#newsLeft {
    float: left;
    margin-left: 5px;
    width: 190px;
}

div#newsRight {
    float: left;
    margin-left: 0;
    text-align: left;
    width: 350px;
}

/**
 * 更新情報
 */

div#infoNew {
    background: url("../img/infoNew.gif") no-repeat scroll left bottom transparent;
    margin-bottom: 50px;
    padding: 0 0 10px 10px;
    position: relative;
    z-index: 30;
}

img#infoNew-tub{
	position: relative;
	display: block;
}

div#infoNew-head{
	z-index: 40;
	position: relative;
	background: url(../img/infoNew-head.gif) no-repeat left top;
	height: 15px;
}

.aeon {
   color:#008000;
}

.aeon:hover {
   color:#008000;
   text-decoration-line:underline;
   text-decoration-color:#008000;
}


div#infoNew dt{
	padding:15px 5px 10px 0;
	border-bottom: 1px dashed #669933;
}

div#infoNew dd{
	float:right;
	margin-top: 10px;
}

div#infoNew dd.last{
	border-bottom: none;
}


/**
 * 店舗情報
 */

div#infoStore{
	border-left: solid #F0842C 2px;
    border-bottom: solid #F0842C 2px;
    border-right: solid #F0842C 2px;
    background-color: #FFE7E6;
    padding-top: 10px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    clear: both;
	color: #ff0000;
	position: relative;
	z-index: 10;
	line-height: 1.7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 166px;
    margin-left: 10px;
    height: 160px;
    text-align: center;
}

img#infoStore-tub{
	position: relative;
	display: block;
}

div#infoStore-head{
	z-index: 20;
	position: relative;
	background: url(../img/infoStore-head.gif) no-repeat left top;
	height: 15px;
}

div#infoStore h3{
	padding-top: 10px;
}

div#infoStore2{
	border-left: solid #85C138 2px;
    border-bottom: solid #85C138 2px;
    border-right: solid #85C138 2px;
    padding-top: 10px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    clear: both;
    line-height: 1.7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 166px;
    margin-left: 10px;
    height: 60px;
}

div#infoStore3{
	border-left: solid #00afec 2px;
    border-bottom: solid #00afec 2px;
    border-right: solid #00afec 2px;
    padding-top: 10px;
    padding-bottom: 40px;
    margin-bottom: 10px;
    clear: both;
    line-height: 1.7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 166px;
    margin-left: 10px;
    height: 50px;
}


/**
 * 新店舗テーブル
 */

table.storenews{
	border-collapse: separate;
	border-spacing: 0px;
	width: 150px;
	margin: 10px 5px 0 5px;
	background: url(../img/bg_table.gif) no-repeat top right;
	padding-right: 7px;
	color: #000000;
}

.storenews td{
	padding: 0 5px;
	text-align: left;
}

.storenews td.photo{
	width: 136px;
	padding: 8px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
}

.storenews td.photo img.store{
	border: 1px solid #cccccc;
}

.storenews td.space{
	width: 5px;
}
.storenews td.mini{
	font-size: 90%;
	padding-left: 5px;
	padding-top: 5px;
}

.storenews td.name{
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 15px;
}

.storenews td.add{
	padding-top: 5px;
	padding-right: 5px;
	border-top: dotted 1px #cccccc;
	text-align: right;
}

.storenews td.phone{
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

/**
 * 予定店舗テーブル
 */

table.storeopen{
	border-collapse: separate;
	border-spacing: 0px;
	width: 350px;
	margin: 10px 5px 0 5px;
	background: url(../img/bg_table2.gif) no-repeat top right;
	padding-right: 7px;
	color: #000000;
}

.storeopen td.photo{
	width: 136px;
	padding: 0;
	text-align: center;
	vertical-align: top;
}

.storeopen td{
	padding: 0 5px;
	text-align: left;
}

.storeopen td.photo p.date{
	border: 7px ridge #cd853f;
	width: 120px;
	background: #ffffff;
	color: #ff0000;
	margin:0;
	padding-top: 2px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 1px;
}

.storeopen td.photo img.store{
	border: 7px ridge #cd853f;
	border-top: none;
	padding-bottom: 5px;
	background: #ffffff;
}

.storeopen td.space{
	width: 5px;
}

.storeopen td.name{
	padding-top: 10px;
	padding-bottom: 5px;
}

.storeopen td.add{
	padding-top: 5px;
	padding-right: 5px;
	border-top: dotted 1px #cccccc;
	text-align: right;
}

.storeopen td.phone{
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}


/**
 * 過去の更新情報
 */

div#infoArea{
	background: url(../img/bg_infoArea.gif) no-repeat center bottom;
	width: 490px;
	padding: 0px 20px 10px;
	clear: both;
}

div#infoArea dl.scrollbox{
	max-height: 650px;
	overflow-y: auto;
}

div#infoArea dt{
	color: #CC6600;
	border-bottom: 1px dashed #669933;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
}
}

div#infoArea dd{
	border-bottom: 1px dashed #669933;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
}

div#infoArea dd.last{
	border-bottom: none;
}

#fb {
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:-30px;
	margin-top:8px;
}

.fsmall {
	font-size:14px;
}

.fsmall2 {
	font-size:12px;
}

.storenext {
	width:150px;
	padding-left:5px;
}

.storenext p {
	color: #000000;
	font-weight:bolder;
	font-size:18px;
}

.btn_s:hover{
	opacity: 0.8;
}