﻿/*
	共通定義
*/
#SpotInfoMsgPage h2.title {
	background-position:12px 2px;
	border-left: solid 11px #f6b8d0;
	border-bottom: dashed 1px #f1c8d8;
}

#SpotInfoMsgPage div.ContentBox div.Container {
	border-left: solid 1px #ef95b8;
	border-right: solid 1px #ef95b8;
	/*border-bottom: solid 1px #ef95b8;*/
}
#SpotInfoMsgPage div.ContentBox {
	background-image: url(../img/common/box_base_top.gif);
	background-repeat: no-repeat;
	padding-top:6px;
}

/*
	コンテンツBOX 影
*/
#SpotInfoMsgPage div.BoxShadow {
	background-image: url(../img/infomsg/box_shadow.gif);
	background-repeat: no-repeat;
	background-position:top;
	height:7px;
}

/*
	インフォメーション　タイトル
*/
#SpotInfoMsgPage h2.title {
	background-image: url(../img/infomsg/title_infomation.gif);
	background-repeat: no-repeat;
}

/*
	コンテンツBOX　タイトル
*/
#SpotInfoMsgPage h3.stitle {
	background-color:#f6b8d0;
	border-bottom: solid 4px #cac2e6;
	padding:0px 18px 4px;
}

#SpotInfoMsgPage h3.stitle span{
	color:#ffffff;
}

