@charset "Shift_JIS";

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


/*    サイドバー  */
#side_bar{
	width:120px;
	float:left;
	margin-left:20px;
}
.place_list{
	width:115px;
	margin-bottom:10px;
}
.place_list td{
	height:40px;
	vertical-align:middle;
	text-indent:10px;
	font-size:15px;
	border-bottom:1px dashed #666;
}
#side_bar ul{
	list-style-type:none;
}
#side_bar li{
	height:40px;
	text-align:center;
	line-height:1.5em;
	border-bottom:1px dashed #666;
	text-indent:10px;
}
.deco{
	background-color:#ddacdd;
}

/*    メインコンテンツ  */

#guide_text{
	width:600px;
	float:right;
}
.place_t{
	border-bottom:3px solid #cc7eb1;
	border-left:8px solid #cc7eb1;
	width:570px;
	height:25px;
	font-size:18px;
	font-weight:bold;
	text-indent:10px;
	margin-left:10px;
	margin-bottom:10px;
	padding-top:5px;
}

.place_text{
	width:565px;
	padding:5px;
	font-size:14px;
	margin-left:10px;
	margin-bottom:15px;
	text-indent:1em;
	line-height:1.5em;
}
.access{
	width:570px;
	margin-left:10px;
	margin-bottom:10px;
}
.access_t{
	font-size:17px;
	font-weight:bold;
}
.access_text{
	width:565px;
	padding:5px;
	font-size:13px;
	margin-left:10px;
	margin-bottom:15px;
	text-indent:1em;
	line-height:1.5em;
}

/*    フッター  */

#footer{
	clear:both;
}