body {
	background: #FFFFCC;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

h1 {
	display: none;
}

h2 {
	border-left: #009900 4px solid;
	color: #666666;
	margin: 5px 0;
	padding: 3px 0 3px 5px;
	font-size: 18px;
	line-height: 18px;
}

h3 {
	border-bottom: 3px dotted #ff9900;
	color: #002ccc;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
}

p {
	margin: 0;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}

.header {
	widows: 880px;
	height: 210px;
	background: url(images/header.jpg);
	margin: 0;
	padding: 0;
}

.navbar {
	width: 800px;
	height: 40px;
}

.navbar ul {
	padding: 0;
	margin: 0;
}

.navbar ul li {
	list-style: none;
	float: left;
}

.navbar ul li.top a {
	display: inline-block;
	width: 67px;
	height: 40px;
	background: url(images/navbar2.jpg) no-repeat 0 0;
}

.navbar ul li.whats a {
	display: inline-block;
	width: 181px;
	height: 40px;
	background: url(images/navbar2.jpg) no-repeat -67px 0;
}

.navbar ul li.about a {
	display: inline-block;
	width: 93px;
	height: 40px;
	background: url(images/navbar2.jpg) no-repeat -248px 0;
}

.navbar ul li.life a {
	display: inline-block;
	width: 112px;
	height: 40px;
	background: url(images/navbar2.jpg) no-repeat -341px 0;
}

.navbar ul li.location a {
	display: inline-block;
	width: 79px;
	height: 40px;
	background: url(images/navbar2.jpg) no-repeat -453px 0;
}

.navbar ul li.information a {
	display: inline-block;
	width: 95px;
	height: 40px;
	background: url(images/navbar2.jpg) no-repeat -532px 0;
}

.navbar ul li.koukoku a {
	display: inline-block;
	width: 96px;
	height: 40px;
	background: url(images/navbar2.jpg) no-repeat -627px 0;
}

.navbar ul li.mail a {
	display: inline-block;
	width: 77px;
	height: 40px;
	background: url(images/navbar2.jpg) no-repeat -723px 0;
}

.navbar ul li a:hover {
		filter:alpha (opacity=80);
		-moz-opacity:0.8;
		opacity:0.8;
}

.navbar ul li a span {
	display:none;
}

.top_content {
	width: 700px;
	padding: 10px 0 20px 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5em;
}


.content {
	width: 650px;
	padding: 10px 0 20px 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5em;
}

.content p {
}

.content .monolith {
	float: right;
	width: 200px;
	margin-left: 10px;
}

.content .outerview {
	float: right;
	padding-left:10px;
}

.caption {
	font-size: 11px;
	text-align: center;
	line-height: 15px;
}

.ind p {
	text-indent: 1em;
}

.history p {
	text-indent: 1em;
	padding: 10px 0;
}

.content img.right {
	float: right;
	padding: 0 5px;
}

.roughbox_top {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 650px;
	height: 15px;
	background: url(images/roughbox_top.gif) no-repeat;
}

.roughbox_middle {
	float: left;
	margin: 0 auto;
	padding: 0 20px 0 15px;
	width: 615px;
	background: url(images/roughbox_middle.gif) repeat-y;
}

.roughbox_bottom {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 650px;
	height: 20px;
	background: url(images/roughbox_bottom.gif) no-repeat;
}

.footer {
	padding: 0 20px 0 0;
	margin: 0;
	width: 780px;
	height: 30px;
	background: url(images/footer.jpg) repeat-x;
	text-align: right;
	font-size: 12px;
	line-height: 30px;
	clear: both;
}

.banner {
	width: 560px;
	margin: 10px auto;
}

.banner a img {
	border: none;
}

.banner a:hover {
		filter:alpha (opacity=80);
		-moz-opacity:0.8;
		opacity:0.8;
}

table.history {
	border-collapse: collapse;
	width: 640px;
}

table.history tr {
	border: 1px solid #dddddd;
}

.column {
	border-left: #003399 solid 3px;
	border-right: #003399 solid 3px;
	border-bottom: #003399 solid 3px;
}

table.history h3 {
	margin: 10px 0 5px 0;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	background: #003399;
	color: #ffffff;
	border: none;
}

table.history p {
	padding: 0 5px;
		text-indent: 1em;
}

table.history p img {
	float: right;
	padding: 0 0 10px 10px;
}
a.back {
	display: block;
	width: 100px;
	margin: 0 auto;
	font-size: 0.8em;
	margin-bottom: 15px;
}

.accordion {
		padding :0 5px 0 5px;
			}
			
.accordion dt {
	padding:8px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	background: #dddddd;
	}
	
.accordion dt:hover {
	background: #4ea4d3;
	color: #ffffff;
	}
	
.accordion dd {
	padding: 0;
	margin: 0;
	overflow:hidden;
	background:#fff;

	}
.accordion span {
}

iframe {
	padding: 10px 0;
}

p span {
	background: #ffff66;
	border: 2px #00aa33 solid;
	padding: 1px;
}

.content ul, .content ol li ul {
	padding: 0 0 0 10px;
	margin: 5px 0;
}

.content ul li, .content ol li ul li {
	padding: 0 0 0 10px;
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat 0 8px;
	line-height: 1.5em;
}

.content ol {
	padding: 0 25px;
	margin: 5px 0;
}

.content ol li {
	padding: 10px 0;
}

dt.mark {
	color:#003399 ;
	font-size: 1.1em;
	padding: 4px 0 4px 0;
}

#gallery {
	float: left;
}

.fig {
	width: 250px;
	float: left;
	padding: 10px 20px !important;
}

.fig .caption {
	font-size: 14px;
}

.photo {
	display: inline-block;
	width: 200px;
}

.photo .left {
	float: left;
}

.photo .right {
	float: right;
}

.left .caption {
	float:left ;
	width: 200px;
	font-size: 12px;
	text-align: center;
}

.cledit {
	color: #888888;
	font-size: 11px;
	text-align: right;
	padding: 20px;
}