@charset "UTF-8";
/* ================================================================ *
	島根県芸術文化センター「グラントワ」
	グラントワについて
	about.css
	2008/03/26
 * ================================================================ */


/* 沿革
---------------------------------------------------------- */
table#history {
width: 585px;
margin:0 0 30px 0;
border-bottom: 1px solid #cccccc;
}
#history caption {
position: absolute;
top:-9999px;
left:-9999px;
font-weight: bold;
text-align:left;
}

#history td, #history th {
border-top: 1px solid #cccccc;
}
#history th {
padding: 2px;
font-weight: normal;
vertical-align: top;
}
#history td {
padding: 2px;
text-align:left;
border-top: 1px solid #cccccc;
}


/* 運営組織体制
---------------------------------------------------------- */
table#organization {
width: 585px;
margin:0 0 30px 0;
border-bottom: 1px solid #cccccc;
}
#organization caption {
position: absolute;
top:-9999px;
left:-9999px;
font-weight: bold;
text-align:left;
}

#organization td, #organization th {
border-top: 1px solid #cccccc;
}
#organization th {
padding: 2px;
color:#993300;
font-weight: bold;
vertical-align: top;
text-align:left;
}
#organization td {
padding: 2px;
text-align:left;
border-top: 1px solid #cccccc;
}
#organization ul {
margin:0 0 0 30px;
padding:0;
}
#organization li {
margin:0;
padding:0;
line-height:1.35;
}


/* 主要施設
---------------------------------------------------------- */
.mainfacilities-wrapper {
margin: 0 0 15px 0;
padding: 0;
    overflow: hidden;
}
.mainfacilities-wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .mainfacilities-wrapper {
    height: 1em;
    overflow: visible;
}
/**/
h5.mainfacilities-title {
font-size:1em;
color: #333333;
margin: 0 0 15px 0;
padding: 0 0 3px 0;
clear: both;
border-bottom:1px dotted #666666;
}
.mainfacilities-text-2column {
margin: 0 0 0 300px;
}
.mainfacilities-image-2column {
width:285px;
margin: 0;
float:left;
font-size:0.9em;
text-align:center;
}
.mainfacilities-image-2column p{
margin:6px 0 0 0;
text-align:left;
}
.mainfacilities-text-1column {
margin: 0;
}
.mainfacilities-image-1column {
width:585px;
margin: 0 0 10px 0;
}


/* 施設概要
---------------------------------------------------------- */
dl.architecture-outline {
width:100%;
line-height:1.5;
}
.architecture-outline dt{
width: auto;
padding: 0 10px 0 0;
float: left;
font-weight: normal;
}
.architecture-outline dd{
padding: 0 0 0 8em;
}
#groundplan {
width:765px;
margin:30px 0 15px 0;
padding: 0;
background:#ffffff;
    overflow: hidden;
}
#groundplan:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #groundplan {
    height: 1em;
    overflow: visible;
}
/**/
#groundplan-image {
width:585px;
float:left;
}
#groundplan-name {
width:165px;
float:right;
}
#groundplan-name li {
font-size:0.9em;
}
