<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************/
/* 京都国立博物館 特別シンポジウム */
/* 京博がやってきた－至宝の数々、語ります－ */
/* メインスタイルシート - last update: 13.08.08 */


/******************************************************************************/
/* ホームページ全体 */

* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
}

html {
	overflow-y: scroll;
}

body {
	background: #FFFFFF url(../img/body_bg.png) repeat left top;
	background-attachment: fixed;
	color: #3D0F17;
	text-align: center;
}

hr {
	display :none;
}

img {
	border: 0px none;
}

table {
	border-collapse: collapse;
}

ul, ol {
	list-style: none;
}

a {
	color: #3333FF;
	text-decoration: underline;
}

a:visited {
	color: #3333FF;
}

a:hover {
	color: #CC6666;
}


/******************************************************************************/
/* wrapper - 全体の枠組み */

#wrapper {
	width: 800px;
	margin: 10px auto;
	background: #FFFFFF url(../img/wrapper_bg.png) repeat-y left top;
	text-align: left;
}


/******************************************************************************/
/* header - ヘッダの枠組み */

#header {
	width: 800px;
	height: 180px;
	margin-bottom: 10px;
	background: url(../img/header_bg.png) no-repeat left top;
}

#header a {
	display: block;
	width: 800px;
	height: 180px;
	text-decoration: none;
}

#header a:visited {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

#header span {
	display: none;
}


/******************************************************************************/
/* menu - メニューの枠組み */

#menu {
	float: left;
	width: 180px;
	padding: 0px 10px 0px 10px;
}

#menu ul {
	margin-bottom: 20px;
}

#menu .menu li {
	margin-bottom: 5px;
	width: 180px;
	height: 35px;
}

#menu .menu a {
	display: block;
	width: 143px;
	height: 35px;
	padding-left: 37px;
	line-height: 35px;
	color: #292014;
	background: url(../img/menu_c_bg.png) no-repeat left top;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#menu .menu a:visited {
	color: #292014;
}

#menu .menu a:hover {
	color: #FFFFFF;
	background: url(../img/menu_s_bg.png) no-repeat left top;
	text-decoration: underline;
}

#menu .menu a.s {
	color: #FFFFFF;
	background: url(../img/menu_s_bg.png) no-repeat left top;
}

#menu .menu a.s:visited {
	color: #FFFFFF;
}

#menu .menu a.s:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#menu div {
	font-size: 12px;
	margin-bottom: 20px;
	text-align: center;
}

#menu .poster a {
	font-size: 10px;
	line-height: 150%;
	text-decoration: none;
}

#menu .poster a:visited {
	text-decoration: none;
}

#menu .poster a:hover {
	text-decoration: underline;
}


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

#maincontent {
	float: right;
	width: 590px;
	padding: 0px 10px 0px 0px;
}

#maincontent h2 {
	width: 538px;
	height: 50px;
	background: url(../img/h2_bg.png) no-repeat left top;
	color: #453623;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.5em;
	line-height: 50px;
	padding: 0px 0px 0px 52px;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐ明朝", serif;
}

#maincontent .box1 {
	width: 550px;
	padding: 20px 19px;
	border: 1px solid #B1A698;
	background: #FCFBF5;
}

#maincontent .box1 {
	margin-bottom: 10px;
}

#maincontent .box1 td {
	vertical-align: top;
	line-height: 200%;
	padding-right: 10px;
}

#maincontent .box1 p {
	line-height: 200%;
	margin: 0px;
	padding: 0px;
}

#maincontent .th {
	font-weight: bold;
	width: 65px;
	letter-spacing: 1em;
}

#maincontent .hr {
	clear: both;
	background: url(../img/hr_bg.png) repeat-x left top;
	width: 570px;
	height: 1px;
	padding: 0px 0px 20px 0px;
	margin: 0px 10px;
}

#maincontent p,
#maincontent ul {
	line-height: 200%;
	padding: 0px 10px 0px 10px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

#maincontent .li01 li {
	background: url(../img/li01_bg.png) no-repeat left 8px;
	padding: 0px 0px 0px 25px;
}


/******************************************************************************/
/* .table_normal - テーブル（汎用） */

#maincontent .table_normal {
	margin: 0px 10px 10px 10px;
}

#maincontent .table_normal td {
	line-height: 200%;
	padding-right: 15px;
	letter-spacing: 0.1em;
	vertical-align: top;
}


/******************************************************************************/
/* .table_program - テーブル（プログラム） */

#maincontent .table_program {
	width: 590px;
	margin-bottom: 10px;
}

#maincontent .table_program td {
	line-height: 200%;
	padding: 10px;
	letter-spacing: 0.1em;
}

#maincontent .table_program td.section {
	border: 1px solid #666666;
	background: #785F3D;
	color: #FFFFFF;
}

#maincontent .table_program td.time {
	border: 1px solid #666666;
	background: #E6DBCC;
	width: 110px;
}

#maincontent .table_program td.pg {
	border: 1px solid #666666;
	background: #FBF9F7;
	width: 437px;
}

#maincontent .title {
	font-weight: bold;
}

#maincontent .name {
	margin-left: 1em;
}


/******************************************************************************/
/* .table_form - テーブル（参加申込フォーム） */

#maincontent .table_form {
	width: 590px;
	margin-bottom: 10px;
}

#maincontent .table_form td {
	line-height: 200%;
	padding: 10px;
	letter-spacing: 0.1em;
}

#maincontent .table_form td.h {
	border: 1px solid #666666;
	background: #E6DBCC;
	font-size: 12px;
	font-weight: bold;
	width: 110px;
}

#maincontent .table_form td.d {
	border: 1px solid #666666;
	width: 437px;
	background: #FBF9F7;
}

#maincontent .submit {
	padding: 8px 15px;
}

#maincontent .errmsg {
	font-weight: bold;
	color: #CC0033;
}


/******************************************************************************/
/* jumptop - PAGE TOPボタンの枠組み */

#jumptop {
	clear: both;
	width: 100px;
	height: 20px;
	padding: 0px 10px 0px 690px;
	margin-bottom: 10px;
}

#jumptop a {
	display: block;
	background: url(../img/jumptop_bg.png) no-repeat left top;
	width: 100px;
	height: 20px;
	text-decoration: none;
}

#jumptop span {
	display: none;
}


/******************************************************************************/
/* footer - フッタの枠組み */

#footer {
	clear: both;
	width: 800px;
	height: 40px;
	background: url(../img/footer_bg.png) no-repeat left top;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 0.1em;
}


/******************************************************************************/
/* 汎用クラス */

.txt-l {
	text-align: left;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.red {
	color: #CC0033;
}

.fs10 {
	font-size: 10px;
}

.fs12 {
	font-size: 12px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.ls0 {
	letter-spacing: 0em;
}

.ls1 {
	letter-spacing: 1em;
}

.ls2 {
	letter-spacing: 2em;
}

.ls01 {
	letter-spacing: 0.1em;
}

#maincontent p.mb1e {
	margin-bottom: 1em;
}

.ml2e {
	margin-left: 2em;
}

.ml4e {
	margin-left: 4em;
}

.indent1 {
	text-indent: 1em;
}
</pre></body></html>