﻿/*
	共通定義
*/
#SpotTopPage div.ContentBox {
	margin-top: 10px;
}
#SpotTopPage div.ContentTitleBox {
	height: 20px;
	line-height: 20px;
}
#SpotTopPage div.ContentBox h2.title {
	width: 160px;
	height: 20px;
}
#SpotTopPage div.ContentBox h2.title img {
	width: 160px;
	height: 20px;
}

#SpotTopPage div.ContentBox div.Container1 {
	border-left: dashed 1px #ef95b8;
	border-top: solid 4px #cac2e6;
	border-right: dashed 1px #ef95b8;
	border-bottom: dashed 1px #ef95b8;
}
#SpotTopPage div.ContentBox div.Container2 {
	border-left: solid 1px #ef95b8;
	border-top: solid 4px #cac2e6;
	border-right: solid 1px #ef95b8;
	border-bottom: solid 1px #ef95b8;
}
#SpotTopPage div.ContentBox div.Container3 {
	border-top: solid 4px #cac2e6;
}

/*
	お店データ
*/
#SpotProfile {
	background-color: #fae8ec;
	/*border-top: solid 4px #cac2e6;*/
	border-top: solid 1px #f7eacc;
}
#SpotProfile th {
	color: #c75c8b;
	border-top: dashed 1px #c9caca;
}
#SpotProfile td {
	border-top: dashed 1px #c9caca;
}

/*
	コラム
*/
#ColumnView div.Container2 {
	background-image: url(../img/top/column_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#ColumnView div.Container2 span {
	color: #e67cab;
}

/*
	お店からのメッセージ
*/
#SpotMsg {
	margin-top: 10px;
	background-image: url(../img/top/spotmsg_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: solid 1px #ef95b8;
	border-top: solid 1px #ef95b8;
	border-right: solid 1px #ef95b8;
	border-bottom: solid 4px #ef95b8;
}

#SpotTopPage #SpotMsg h2.title {
	width: 344px;
	height: 23px;
	margin: 0px auto;
	padding-top: 10px;
}
#SpotTopPage #SpotMsg h2.title img{
	width: 344px;
	height: 23px;
}

/*
	メニュー
*/
#SpotMenu tr.TitleRow th.title,
#SpotMenu tr.TitleRow th.title a {
	color: #e67cab;
}

/*
	オフィシャルブログ
*/
#SpotTopPage #BlogView p.blogtitle {
	background-color: #fae8ec;
}
#SpotTopPage #BlogView p.blogtitle a {
	color: #c75c8b;
}

