@charset "EUC-JP";

/* CSS Document */

/*========== 目次 ==========

	1.初期化
	2.タグの再定義
	3.リンク設定
	4.共通設定

============================*/


/****** シルスマリアとは？ ******/
#contmain #about{
	width: 500px;
	margin: 0px auto 10px auto;
	color:#330000
}

#contmain #about h4{
	margin: 15px 0px 10px 0px;
	font-size: 140%;
	font-weight: bold;
}

#contmain #about img{
	display: inline;
	margin: 0px 0px 10px 10px;
	float: right;
}

#contmain #about p{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#contmain #about hr{
	margin-top: 120px;
}

#contmain #about h5{
	margin: 0px 0px 10px 0px;
	font-size: 120%;
	font-weight: bold;
}

/****** 直営店のご紹介 ******/
#contmain #shop{
	width: 500px;
	margin: 0px auto 10px auto;
	color:#330000
}

#contmain #shop h5{
	margin: 15px 0px 10px 0px;
	font-size: 120%;
	font-weight: bold;
}

#contmain #shop .shop_information{
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

#contmain #shop .shop_information h4{
	width: 495px;
	height: 22px;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 0px 5px;
	background-color: #612828;
	font-size: 140%;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
}

#contmain #shop .shop_information .info_left{
	width: 275px;
	float: left;
}

#contmain #shop .shop_information .info_right{
	width: 225px;
	float: left;
}

#contmain #shop .shop_information .info_left img{
	margin: 0px 0px 0px 5px;
}

#contmain #shop .shop_information .info_left img.shop_bottom{
	margin-bottom: 30px;
}

#contmain #shop .shop_information .info_right img.map{
	display: inline;
	margin: 2px 10px 0px 5px;
	float: right;
	vertical-align: top;
}

#contmain #shop .shop_information .info_right p{
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.clearboth{ 
	clear: both;
}



