/******************************************************************************/
/* 奈良文化財研究所 2016年東京講演会 */
/* 「飛鳥むかしむかし」 */
/* メインスタイルシート - last update: 16.08.03 */


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

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

html {
	overflow-y: scroll;
}

body {
	background: #FAF0DC url(../img/body_bg.png) repeat left top;
	background-attachment: fixed;
	color: #333333;
	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: 804px;
	margin: 10px auto 10px auto;
	background: #FFFFFF url(../img/wrapper_bg.png) repeat-y left top;
	text-align: left;
}


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

#header {
	width: 796px;
	height: 176px;
	padding: 4px 4px 10px 4px;
	background: url(../img/header_bg.jpg) no-repeat left top;
}

#header a {
	display: block;
	width: 796px;
	height: 176px;
	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 15px 0px 17px;
	background: url(../img/menu_bg.jpg) no-repeat left top;
}

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

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

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

#menu .menu a:visited {
	color: #40260D;
}

#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 {
	height: 130px;
}

#menu .poster a,
#menu .poster img {
	display: none;
}
*/

#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: 575px;
	padding: 0px 17px 0px 0px;
	background: url(../img/maincontent_bg.jpg) no-repeat left top;
}

#maincontent h2 {
	width: 538px;
	height: 28px;
	background: url(../img/h2_bg.png) no-repeat left top;
	color: #40260D;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.5em;
	line-height: 28px;
	padding: 2px 0px 0px 37px;
	margin-bottom: 10px;
}

#maincontent .box1 {
	width: 535	px;
	padding: 20px 19px;
	border: 1px solid #444444;
	background: #FEFCFA;
}

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

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

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

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

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

#maincontent .hr2 {
	margin-bottom: 200px;
}

#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;
}

#maincontent .li {
	background: url(../img/li01_bg.png) no-repeat 5px 1px;
	padding: 0px 0px 0px 27px;
}


/******************************************************************************/
/* .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: 575px;
	margin-bottom: 10px;
}

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

#maincontent .table_program td.section {
	border: 1px solid #444444;
	background: #4F2F0F;
	color: #FFFFFF;
}

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

#maincontent .table_program td.pg {
	border: 1px solid #444444;
	background: #FEFCFA;
	width: 422px;
}

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

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


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

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

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

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

#maincontent .table_form td.d {
	border: 1px solid #444444;
	width: 422px;
	background: #FEFCFA;
}

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

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


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

#jumptop {
	clear: both;
	width: 100px;
	height: 21px;
	padding: 0px 15px 0px 689px;
	margin-bottom: 10px;
}

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

#jumptop span {
	display: none;
}


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

#footer {
	clear: both;
	width: 804px;
	height: 40px;
	padding-bottom: 2px;
	background: url(../img/footer_bg.png) repeat-x 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;
}

.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;
}
