/* 左側の設定*/
#left{
    float:left;
    width:260px;
}
/* 真ん中の設定*/
#center{
    float:left;
    width:380px;
	text-align:center;
}
/* 右側の設定*/
#right{
    float:left;
    width:260px;
}

/* コンテンツの右寄せ*/
#blog,#tenpo_info{padding-left:14px;}


/* 各コンテンツの上下間隔*/
#blog,#tenpo_info{padding-top:10px; padding-bottom:5px;}

/* 店舗インフォ設定*/
dl.list_info,.yasumi {padding-top:8px;}

dl.list_info dt {
	clear: left;
	float: left;
	margin: 0 ;
	width: 80px;
	padding-left: 15px;
	color: #000;
	background-image:url(../img/arrow_5x11.gif);
	background-position:left;
	background-repeat:no-repeat;
}

dl.list_info dd {
	margin-bottom: 0.8em;
	margin-left: 90px;
}

.yasumi { color:#CC0000; line-height:1.8;}

/* 店舗インフォリンク設定*/
#info_toMap{
	background-image:url(../img/more_btm.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
	padding-right:37px;
	padding-top:2px;
}

#info_toMap a {
	color:#035e84;
    text-decoration:none;
}
#info_toMap a:hover{
	color:#cc0000;
}


/*---------------------------- 右コンテンツここから*/

/* トピックス設定*/

#topics_toBack{
	background-image:url(../img/more_btm.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
	padding-right:45px;
	padding-top:2px;
	height:20px;
}

#topics_toBack a {
	color:#035e84;
    text-decoration:none;
}
#topics_toBack a:hover{
	color:#cc0000;
}


/*#topics {padding-right:14px;}*/

/* バナー設定*/
#top_bn{
padding-top:5px;
padding-bottom:5px;
text-align:center;
}







