@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0; padding:0;
}
table{
	border-collapse:collapse; border-spacing:0;
}
fieldset, img{
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style:normal; font-weight:normal;
}
ol, ul{
	list-style:none;
}
caption, th{
	text-align:left;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%; font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr, acronym{
	border:0;
}


body {
    color: #333;
	background-color: #fff; /* #ffffe0; */        /*うすい黄色*/
    letter-spacing: 0.09em;
    text-align: center;
    font: 0.9em "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

img {
    border: none;
}

.clear_both {
    clear: both;
}

p.clear_both { /* "↑このページの先頭へ"のとこ */
    width: 940px;
    margin: 0 auto;
    text-align: right; 
    padding-top: 4px;
}

p.clear_both a { /* "↑このページの先頭へ"のとこ */
    color: #647dd8;
}


/* --------------WRAPPER-------------- */
#wrapper {
    width: 100%;
	background-color: #fff; /* #ffffe0; */        /*うすい黄色*/
}
/* --------------HEADER-------------- */
#header {
    width: 100%;
    text-align: center;
    background-color: #fff;
}

#header h1 {
    padding: 24px 0 0px 0;
}

#header_menu, #header_menu ul {
    width: 100%;
    height: 18px;
    margin: 0 auto;
padding-bottom: 0px;
}

#header_menu {
	width: 100%;
    border-bottom: 1px solid #b3b3b3;
}

#header_menu ul {
    width: 940px;
}

* html body div#header_menu ul { /* for IE6 */
    margin: 0;
}

#header_menu li {
    list-style: none;
    float: left;
}

#header_menu a {
	text-decoration: none;
    display: block;
	font-size: 0.9em;
/*
	font-weight: bold;
*/
	padding-top: 0px;
    width: 235px;
    height: 18px;
    color: #333;
    background: #fff url(../img/tab3.gif) 2px 0 no-repeat;
}
/* --------------CONTENTS-------------- */
#contents {
    width: 940px;
    overflow: hidden;
	background-color: #fff; /* #ffffe0; */        /*うすい黄色*/
    margin: 0 auto;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.top_poster {
	margin-top: 13px;
	margin-bottom: 13px;
}

/* --------------LEFT-------------- */
#left {
    width: 198px;
    float: left;
	background-color: #fff; /* #ffffe0; */        /*うすい黄色*/
    text-align: left;
    line-height: 1.3;
}
* html body #left { /* for IE6 */
    height: 100%;
}

.left_menu {
    background-color: #fff;
	border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 2px;
}

.left_menu h2 {
    padding-left: 6px;
}
.left_menu h2 a {
	color: #333;
	font-size: 1.0em;
	font-weight: bold;
    text-decoration: none;
}

#left li {
    list-style-image: url(../img/arrow.gif);
    text-decoration: none;
    margin: 10px 0 10px 32px;
}
#left li a {
    color: #647dc4;
    text-decoration: none;
	padding-bottom: 1.4px;
	border-bottom: 1px solid #647dc4;
}



/* --------------RIGHT-------------- */
#right {
    width: 738px;
    float: right;
    background-color: #fff;
    line-height: 1.4;
    letter-spacing: 0.15em;
    text-align: left;

	background-color: #fff; /* #ffffe0; */        /*うすい黄色*/
}
}
* html body #right { /* for IE6 */
    height: 100%;
}

.right_section {
    background-color: #fff;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    margin: 0 5px 5px 3px;
}

#right h2 {
    background-color: #fff;
	border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    padding: 5px 15px 0 13px;
    margin: 5px 5px 0 3px;
	font-size: 1.6em;
	height: 35px;
	color: #333;
}

#right h3 {
	background: #647dc4 url(../img/right_h3_bg.gif) repeat-y;
	color: #fff;
    margin-top: 13px;
    padding-left: 0.5em;
    font-size: 1.35em;
}

#right h4 {
    margin: 2px 13px 2px 10px;
    border-bottom: 1px solid #b3b3b3;
    font-size: 1.2em;
	font-weight: bold;
}

#right h5 {
    margin: 2px 13px;
    border-bottom: 1px solid #b3b3b3;
    font-size: 1.15em;
}

#right p {
    margin: 0 13px 4px 13px;
    font-size: 1.0em;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

#right p a {
    color: #647dd8;
    text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #647dc4;
}

#right td a {
    color: #647dd8;
    text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #647dc4;
}

#right li {
    margin: 0 0 0 31px;
}
div#right li a {
    color: #647dd8;
    text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #647dc4;
} 

#right img a {
    color: #647dd8;
    text-decoration: none;
}

#right table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 13px 16px 13px;
    line-height: 1.3;
    font-size: 0.95em;
}

#right table td {
    border: 1px solid #333;
    padding: 4px;
}

#right table td.date {
    white-space: nowrap;
	text-align: right;
}

.right_section img {
    margin-left: 13px;
    margin-bottom: 13px;
}
.right_section td img {
    margin: 13px;
}

img.poster {
	margin-top: 0;
}

.small {
	font-size: 0.7em;
}
.pdf {
	font-size: 0.6em;
	color: #888888;
	letter-spacing: 0;
}

.big {
	font-size: 1.0em;
}
.bold {
	font-weight: bold;
}
.bold2 {
	font-weight: bold;
	color: #647dd8;
	margin: 0 2px;
	font-size: 1.2em;
	border-bottom: 1px solid #fff;
}
.bold2 img {
	margin: 0 3px 1px 0;
	padding: 0;
}

.bold_line {
	font-weight: normal;
	padding: 2px;
	border-bottom: 1px dotted #333;
	text-align: center;
	border-color: #ff5a87;
}
.strong {
	font-size: 1.0em;
	font-weight: bold;
	color: #ff5a87;
}
.strong_big {
	font-size: 1.15em;
	font-weight: bold;
	color: #ff5a87;
}

div.entry {
	margin: 0 13px 15px 13px;
	padding: 3px;
	background-color: #fbf42e;
}


div.map img, div.index_poster img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
div#map {
	margin: 0 13px 0 13px;
}
div#map img { /* イベント地図 */
	vertical-align: bottom;	
	margin: 0;
	padding: 0;
}





ul.square {
	list-style: square;
	padding-left: 1em;
}
ul.none {
	list-style: none;
}

.linkcolor {
    color: #647dd8;
}


div#david {
	line-height: 0.93;
	padding-left: 1.5em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	font-size: 0.85em;
}


/* --------------FOOTER-------------- */
#footer {
    width: 100%;
    height: 130px;
    text-align: center;
    clear: both;
	background-color: #fff;
    border-top: 1px solid #b3b3b3;
    margin-top: 10px;
    padding-top: 5px;
}

#footer address {
    font-style: normal;
    font-size: 0.9em;
    color: #333;
}

#footer_menu {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    text-align: center;
}

#footer_menu ul {
    width: 940px;
    margin: 0 auto;
}
/* for IE6 */
* html body div#footer_menu ul {
    margin: 0;
}

#footer_menu li {
    list-style: none;
    text-decoration: none;
    float: left;
}

#footer_menu a {
    display: block;
    font-size: 0.9em;
    width: 235px;
    height: 30px;
    color: #333;
}