* {
	margin: 0px;
	padding: 0px;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

body {
	background-color: #F0F0F0;
}

body {
	min-height: 321px;
	background: #f7f7f7 url(./image/kamishibai/fv_kamishibai.jpg) center top/cover no-repeat;
}

body {
	min-height: 321px;
	background: #f7f7f7 url(./image/kamishibai/ev_kamishibai.jpg) center top/cover no-repeat;
}

#container {
	margin-left:auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 740px;
	margin-bottom: 20px;
}

#header {
	background-color: #FFFFFF;
	background-image: url(../image/top-title.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 740px;
}
#history {
	margin-right: 10px;
	margin-left: 10px;
}


#header h1 {
	display: none;
	visibility: hidden;
}
#history dt {
	background-color: #DDDDFF;
}


#menu {
	background-color: #0066CC;
	float: left;
	position: relative;
	padding-left: 90px;
	width: 650px;
	padding-top: 10px;
}
#history dd {
	margin-left: 20px;
}


#menu h2 {
	display: none;
}

#menu li {
	float: left;
	display: block;
	height: 40px;
	width: 80px;
}

#menu a {
	display: block;
}

#menu li.not-here img {
}


#contents {
	clear: both;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#contents h2 {
	text-align: center; 
	font-family: 'ＭＳ Ｐ明朝', 'ヒラギノ明朝 Pro W3', '細明朝体', '平成明朝', serif;
	font-size: xx-large;
	font-weight: bold;
}

#contents h3 {
	font-size: large;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 17px;
	margin-top: 1em;
	margin-bottom: 0.7em;
	border-top-color: #2660ad;
	border-right-color: #2660ad;
	border-bottom-color: #2660ad;
	border-bottom-width: 1px;
	font-style: normal;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #2660ad;
	border-bottom-style: double;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
}

#contents p {
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 1em;
}
		
#footer {
	clear: both;
	padding-top: 20px;
		text-align: right;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

p.date {
	font-weight: bold;
}


		