@charset "UTF-8";

img {
	border: none;
}
a {
	color: #c00;
}
a:hover {
	color: #e30916;
}





body {
	margin: 0;
	background: #fff url(body.gif) repeat-x top;
	font-size: 80%;
	text-align: center;
}

div#wrap {
	width: 806px;
	margin: 0 auto;
	background: #fff url(wrap.gif) repeat-y center;
}

div#header {
	width: 800px;
	height: 80px;
	margin: 0 auto;
	background: #fff url(header.gif) no-repeat center;
	line-height: 300%;
}
	div#header h1 {
		float: left;
		margin: 0;
		padding: 10px 0 0 0;
		font-size: 400%;
	}
		div#header h1 a {
			margin-left: 10px;
			font-family: "Times New Roman";
			text-decoration: none;
			color: #e30916;
		}
		div#header h1 span.e {
			color: #990;
			font-size: 120%;
		}
		div#header h1 span.jp {
			display: block;
			margin-top: -10px;
			font-size: 30%;
			color: #990;
		}

div#hmenu {
	width: 800px;
	margin: 0 auto;
	background: #fff url(hmenu.gif) no-repeat center;
	text-align: left;
}
	div#hmenu ul {
		display: block;
		height: 25px;
		margin: 0;
		padding: 10px 0 0 10px;
	}
		div#hmenu li {
			display: inline;
			margin: 0 10px;
			padding-left: 10px;
			background: url(hmenua.gif) no-repeat left center;
		}

div#photo {
	width: 800px;
	margin: 0 auto;
}

div#main {
	position: relative;
	width: 780px;
	margin: 10px auto 0;
}
	div#menu {
		float: left;
		width: 200px;
		background-color: #f2f2e5;
		text-align: left;
	}
		div#menu ul {
			width: 190px;
			margin: 5px;
			padding: 0;
			list-style: none;
			border-top: 1px solid #cc9;
		}
			div#menu li {
				display: inline;
				margin: 0;
				padding: 0;
			}
			div#menu li a {
				display: block;
				width: 150px;
				margin: 0;
				padding: 20px;
				background: url(btn.gif) repeat-x left center;
				border-right: 1px solid #cc9;
				border-bottom: 1px solid #cc9;
				border-left: 1px solid #cc9;
				color: #000;
				font-weight: bold;
				text-decoration: none;
			}
			div#menu li a:hover, div#menu li a.on {
				background: url(btn_on.gif) repeat-x left center;
			}

	div#tttcontents {
		float: right;
		width: 560px;
		text-align: left;
	}
		div#tttcontents h2 {
			clear: both;
			height: 60px;
			margin: 0 0 10px;
			padding: 30px 10px 0;
			background: url(h2.gif) no-repeat;
			font-size: 120%;
			color: #ffffff;
		}
		div#tttcontents h3 {
			clear: both;
			height: 35px;
			margin: 20px 0 10px;
			padding: 10px 20px 0 40px;
			background: url(h3.gif) no-repeat;
			border-bottom: 1px dotted #cc9;
			font-size: 120%;
		}
		div#tttcontents p, div#tttcontents blockquote {
			clear: both;
			margin: 0 10px 20px 10px;
			padding: 0;
			line-height: 150%;
		}
		div#tttcontents ul, div#tttcontents ol {
			clear: both;
			line-height: 150%;
		}
		div#tttcontents dl {
			clear: both;
			margin: 0 10px 20px 10px;
			padding: 0;
			line-height: 150%;
		}
		div#tttcontents table {
			clear: both;
			margin: 0 10px 20px 10px;
			padding: 0;
			border-collapse: collapse;
			line-height: 150%;
		}
			div#tttcontents th, div#tttcontents td {
				padding: 5px;
				border: 1px solid #999999;
			}
		div#tttcontents img.l {
			float: left;
		}
		div#tttcontents img.r {
			float: right;
		}

	div.photo {
		float: left;
		width: 142px;
		margin: 10px;
		padding: 10px;
		background-color: #e5e5d9;
	}
		div.photo img {
			border: 1px solid #ccccb2;
		}

	div#map {
		float: left;
		width: 460px;
		height: 500px;
		margin-bottom: 10px;
	}
	div.mapinfo {
		float: right;
		width: 100px;
		height: 500px;
		margin-bottom: 10px;
	}
		div.mapinfo ul, div.mapinfo li {
			display: inline;
			margin: 0;
			padding: 0;
		}
		div.mapinfo a {
			display: block;
			padding: 2px;
			margin: 0 0 2px 0;
			background-color: #e5e5d9;
			border: 1px solid #ccccb2;
			text-decoration: none;
			color: #000;
		}
		div.mapinfo a:hover {
			background-color: #ccccb2;
		}

div#footer {
	width: 806px;
	clear: both;
	padding-bottom: 10px;
	background: url(footer.gif) no-repeat bottom;
}
	div#copyright {
		width: 780px;
		margin: 0 10px;
		padding-top: 5px;
		border-top: 5px solid #990;
	}
	div#footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	div#footer li {
		display: inline;
	}
	div#footer a {
		padding: 5px;
		line-height: 200%;
	}
