/* CSS Document */
/* contentsArea内 */
/* topicPath */
div.topicPath {
	clear:both;
	margin: 0;
	padding: 0;
	font-size: 80%;
}
div.topicPath ol{
	list-style-type: none;
}
div.topicPath li {
	display: inline;
}
div.topicPath li a {
	margin-right: 0.25em;
}

/* updateArea */
div.updateArea {
	padding :0em;
	margin: 0em;
	font-size: 80%;
	line-height: 1.5em;
}

/* maintextArea */
h2{
	margin: 0.25em 0em;
	padding: 0em 0.25em;
	font-size: large;
	font-weight: bold;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #3399cc;
}
h3 {
	font-size: medium;
	font-weight: bold;
	margin: 0.5em;
	padding: 0em 0.25em;;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #3399cc;
}
h4 {
	font-size: medium;
	font-weight: bold;
	margin: 0.5em;
	padding: 0em;
}
th {
	background-color:#FFFFCC;
}
p{
	margin:0.1em 0em;
}
caption{
	font-size:80%;
}
div.maintextArea p{
	text-indent:0.5em;
	line-height:1.25em;
}
div.maintextArea dl{
	margin: 0em 1em;
}
div.maintextArea dt{
	font-weight: bold;
}
div.maintextArea dd{
	text-indent:0.5em;
}
div.maintextArea table{
	margin: 0.25em 0.5em;
}
div.maintextArea ol,ul{
	margin: 0.25em 0.5em;
}
div.maintextArea li{
	margin: 0.1em 1em;
}
.mstyle_ul{
	margin: 0em 2em;
}
.disc_style{
	list-style-type:disc;
}
.circle_style{
	list-style-type:circle;
}
.decimal_style{
	list-style-type:decimal;
}
.square_style{
	list-style-type:square;
}
.bold_style{
	font-weight:bold;
}


/* 施設紹介　全景・地図表示用 */
div.imageArea {
	width: auto;
	float: left;
	margin: 0.1em;
}
p.image, p.caption {
	text-align: center;
	margin: 0;
}
p.caption {
	font-size: 80%;
}
.exp {
	clear: both;
}



/*  */
.to_top {
	padding :0em;
	margin: 0em;
	font-size: 80%;
	text-align: right;
}

/* contactusArea内 */
div.contactusArea {
	padding :0em 0.5em;
	margin: 0.5em 0em;
	font-size: 80%;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #3399cc;
}

/* footer内 */
div.footer {
	border-top:thin solid #0099CC;
}
div.footer p {
    margin: 0.5em;
	font-size:smaller;
	font-weight:bolder;
}
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
.clearfix {min-height: 1px;}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
/* end MacIE5 */