@charset "UTF-8";
/*##### 施設のご案内ページCSS(inst.html) #####*/

#contentsArea{
	padding:15px 0 0 0;
	margin-right:10px;
}

ul.instlist{
	list-style-type:none;
	padding: 7px 0 30px 30px;
	margin:0;
}

ul.instlist li{
	background:url("../img/listYerrowSq.gif") 0 6px no-repeat;
	padding: 4px 0 4px 20px;
	margin:0;
	line-height:130%;
}

ul.instlist li a{
	text-decoration:none;
}
ul.instlist li a:hover{
	text-decoration:underline;
}

/* 施設案内 */
.instSquar{
	float:left;
	background:#C87BB0;
	width:35px;
	height:35px;
	margin: 0;
	border-left:10px solid #FFF;
	border-right:10px solid #FFF;
}

.instContentArea{
	float:left;
	width:825px;
	padding-bottom: 20px;
}
.instContentArea .comment1{
	font-size:90%;
	margin-bottom:5px;
	padding-left:10px;
}
	
h2.instTitle{
	width:815px;
	border-bottom:1px #000 solid;
	font-weight:bold;
	padding:0 0 0 10px;
	margin-bottom:10px;
	font-size:120%;
}

.instTextArea{
	float:left;
	width:565px;
	padding:5px 20px 0px 10px;
	font-size:90%;
}

.instTextArea .comment2{
	margin-bottom:5px;
}
.instTextArea h3{
	float:left;
	width:120px;
	padding-right:10px;
	font-weight:bold;
}
.instTextArea .exp{
	float:left;
	width:435px;
	margin-bottom:5px;
}

.instImageArea{
	float:left;
	width:230px;
}
.instImage{
	width:230px;
	text-align:center;
}

