/* ページの基本デザイン用CSS */
body {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
	background:url(img/back.jpg) repeat-x left top;
}

#contents {
	width: 700px;
	background-color:#FFFFFF;
	margin:auto;
	text-align:left;
	border:solid 1px #999999;
	position:relative;
}

#main {
	width: 600px;
	margin-left:50px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:300%;
	font-weight: normal;
	letter-spacing: 20px;
	margin: 0px;
}
h2 {
	color: #FF6600;
	font-size:100%;
	border-left: 10px solid #336600;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}

h3 {
	background-image:url(img/h3_bg.jpg);
	border:3px double #999999;
	color: #FFFFFF;
	font-size: 95%;
	padding-left: 2px;
	margin:0.5em 0px;
	clear:both;
}

p {
	font-size: 80%;
	line-height: 150%;
	padding-left: 2px;
}

p img {
	float: left;
	border:none;
	margin-bottom: 4px;
}

p.bold {
	font-size: 90%;
	line-height: 150%;
	padding-left: 2px;
	font-weight: 700;
}

p.profile {
	font-size: 75%;
	line-height: 150%;
	padding: 10px 15px;
	background-color: #FFE4C4;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	border-top: dotted 2px #D93E02;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	clear: both;
}


#path {
	text-align:right;
	margin: 0px;
}

a {
	color: #555555;
	text-decoration: none;
	font-weight:bold;
}

h1 a {
	color: #336600;
	font-weight: normal;
}

ul.define {
	font-size: 80%;
	line-height: 150%;
	list-style-type: square;
}

ul.list {
	list-style-type: disc;
	font-size:85%;
	line-height: 140%;
	margin:2px 0px 15px 20px;
	padding:2px 13px;
}


#navigation{
	height:36px;
	background-image:url(img/navi_bg.gif);
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

#navigation li{
	float:left;
	text-align:left;
}

#navigation li a{
	text-decoration:none;
}

#navigation li a.nav1{
	background:url(img/nav1.gif) no-repeat left top;
	text-indent:-9999px;
	height:36px;
	display:block;
	width:120px;
	border-right: solid 1px #999999;
}

#navigation li a.nav1:hover{
	background:url(img/nav1.gif) no-repeat left bottom;
	text-indent:-9999px;
	height:36px;
	display:block;
	width:120px;
	border-right: solid 1px #999999;
}

#navigation li a.nav1On{
	background:url(img/nav1.gif) no-repeat left bottom;
	text-indent:-9999px;
	height:36px;
	display:block;
	width:120px;
	border-right: solid 1px #999999;
}

#navigation li a.nav2{
	background:url(img/nav2.gif) no-repeat left top;
	text-indent:-9999px;
	height:36px;
	display:block;
	width:120px;
	border-right: solid 1px #999999;
}

#navigation li a.nav2:hover{
	background:url(img/nav2.gif) no-repeat left bottom;
	text-indent:-9999px;
	height:36px;
	display:block;
	width:120px;
	border-right: solid 1px #999999;
}

#navigation li a.nav2On{
	background:url(img/nav2.gif) no-repeat left bottom;
	text-indent:-9999px;
	height:36px;
	display:block;
	width:120px;
	border-right: solid 1px #999999;
}

#navigation li a.nav3{
	background:url(img/nav3.gif) no-repeat left top;
	text-indent:-9999px;
	height:36px;
	display:block;
	width:120px;
	border-right: solid 1px #999999;
}

#navigation li a.nav3:hover{
	background:url(img/nav3.gif) no-repeat left bottom;
	text-indent:-9999px;
	height:36px;
	display:block;
	width:120px;
	border-right: solid 1px #999999;
}

#navigation li a.nav3On{
	background:url(img/nav3.gif) no-repeat left bottom;
	text-indent:-9999px;
	height:36px;
	display:block;
	width:120px;
	border-right: solid 1px #999999;
}

#navigation li a.nav4{
	background:url(img/nav4.gif) no-repeat left top;
	text-indent:-9999px;
	height:36px;
	display:block;
	width:120px;
	border-right: solid 1px #999999;
}

#navigation li a.nav4:hover{
	background:url(img/nav4.gif) no-repeat left bottom;
	text-indent:-9999px;
	height:36px;
	display:block;
	width:120px;
	border-right: solid 1px #999999;
}

#navigation li a.nav4On{
	background:url(img/nav4.gif) no-repeat left bottom;
	text-indent:-9999px;
	height:36px;
	display:block;
	width:120px;
	border-right: solid 1px #999999;
}

#navigation li a.nav5{
	background:url(img/nav5.gif) no-repeat left top;
	text-indent:-9999px;
	height:36px;
	display:block;
	width:120px;
	border-right: solid 1px #999999;
}

#navigation li a.nav5:hover{
	background:url(img/nav5.gif) no-repeat left bottom;
	text-indent:-9999px;
	height:36px;
	display:block;
	width:120px;
	border-right: solid 1px #999999;
}

#navigation li a.nav5On{
	background:url(img/nav5.gif) no-repeat left bottom;
	text-indent:-9999px;
	height:36px;
	display:block;
	width:120px;
	border-right: solid 1px #999999;
}

#toppic img{
	width:239px;
	margin:2px 0px 10px 2px;
	position:absolute;
}

#topright{
	width:400px;
	margin:3px 0px 30px 247px;
	padding-top:10px;
	padding-left:10px;
}

#links{
	font-size: 80%;
	clear:both;
}

#links img{
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	border:none;
}

#books{
	font-size: 80%;
	clear:both;
}

#books img{
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	border:none;
}

h4 {
	background-image:url(img/h4_bg.jpg);
	color: #FFFFFF;
	width:495px;
	font-size: 90%;
	padding-top:1px;
	padding-left: 5px;
	margin:0.5em 0px;
	clear:both;
}

table{
	width:500px;
	border:1px solid #666666;
	font-size: 80%;
	border-collapse:collapse;
}

td{
	vertical-align:top;
	padding:5px;
	border:1px solid #666666;
}

td img{
	float:left;
	border:none;
}

td a{
	font-size:120%;
	color:#336600;
	text-decoration: underline;
}

#dataname{
	font-size:100%;
	color:#FFFFFF;
	font-weight:bold;
}

#dataname_bunka{
	font-size:120%;
	color:#336600;
	font-weight:bold;
}

#listpage img{
	margin-bottom:5px;
	border:none;
}

#tatemono img{
	margin:10px 0px 10px 0px;
	border:none;
}

#bunka img{
	margin:10px 0px 10px 0px;
	border:none;
}

#g-right img{
	position:absolute;
	float:right;
	margin:0px 0px 0px 295px;
}

#a-right{
	margin-top:10px;
	font-size: 80%;
	clear:both;
}

#a-right img{
	float:right;
	margin:0px 5px 10px 10px;
	border:none;
}

