/*  ----	施設案内 event grp01 StyleSheets	----  */

.specArea	{
	float: left;
	width: 520px;
}
.floorMap	{
	float: left;
	width: 240px;
}
.spec	{
	width: 500px;
	border: 1px #ccc solid;
}
.spec th	{
	width: 120px;
	text-align: left;
	vertical-align: top;
	background-color: #f7ffe8;
	border: 1px #ccc solid;
}
.spec td	{
	text-align: left;
	vertical-align: top;
	border: 1px #ccc solid;
}
.spec th div,
.spec td div	{
	text-align: left;
	padding: 20px 20px;
}

.bihin	{
	border: none;
}
.bihin td	{
	width: 230px;
	text-align: left;
	vertical-align: top;
	border: none;
}
.bihin td div	{
	padding: 5px 10px 5px 50px;
	padding: 5px 10px;
	text-align: left;
	background-image: url(./Accept16.jpg);
	background-position: 15px 7px;
	background-repeat: no-repeat;
	background-image: none;
}
.bihin td div.notUsed	{
	color: #aaa;
	background-image: none;
}

.imageRoom	{
	padding-bottom: 20px;
	padding-right: 10px;
}
.imageRoom img	{
	border: 1px #ccc solid;
}

/*	レイアウトサンプル -----------------------------------------------------------	*/
.sampleLinkArea	{
	margin: 0;
	padding: 0;
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: center;
}
.sampleLink	{
	display: inline-block;
	padding: 10px 50px 10px 80px;
	background-image: url(./spray.jpg);
	background-position: 20px 30px;
	background-repeat: no-repeat;
	border: 1px #ff5400 solid;
}
.sampleLink a	{
	color: #333333;
	font-size: 16px;
	line-height: 100px;
}
.sampleLink a:link,
.sampleLink a:visited,
.sampleLink a:active	{
	color: #333333;
	text-decoration: none;
}
.sampleLink a:hover	{
	color: #ff5400;
	text-decoration: underline;
}


