@charset "Shift_JIS";


/*---------------------------
about.css(美術館について)
aboutディレクトリ内のページに使用
--------------------------- */

.inst_article,
.col_article,
.abo_article{/* 美術館についてindex */
	width:324px;
	float:right;
}

.abo01_article{/* aboutぺージ系レイアウトパターン2 */
	width:360px;
	float:right;
}
.abo02_article{/* aboutぺージ系レイアウトパターン3 */
	width:438px;
	float:left;
}
.abo02r_article{/* aboutぺージ系レイアウトパターン3右 */
	width:165px;
	float:right;
}
.sch01_article{/* スケジュール一覧 */
	width:490px;
	float:right;
}

p.eventday{/* イベント詳細 開催期間 */
	padding:5px 0;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
}

table.enteringtable{/* 入館料　料金表 */
	width:640px;
	border:1px solid #aaaaaa;
	border-collapse: collapse;
	margin-bottom:15px;
}
table.formtable{/* フォーム用入力テーブル */
	width:640px;
	border:1px solid #aaaaaa;
	border-collapse: collapse;
	margin-bottom:15px;
}
table.formtable th,
table.enteringtable th{
	width:140px;
	padding:5px 15px;
	background:#fcefe6;
	border:1px solid #aaaaaa;
	white-space: nowrap;
	text-align:left;
	font-weight:normal;
}
table.formtable td,
table.enteringtable td{
	padding:5px 15px;
	border:1px solid #aaaaaa;
	white-space: nowrap;
}

iframe#mapAccess{/* GoogleMap */
	border:1px solid #BBBBBB;
	width:640px;height:320px;
	margin-bottom:30px;
}

