@charset "utf-8";

/* =======================================
   reset
======================================= */

* {
	margin: 0;
	padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

fieldset,img { 
	border: 0;
}

address,caption,cite,code,dfn,em,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;
}

abbr,acronym {
	border: 0;
}

img, object, embed {
	vertical-align: top;
}

/* =======================================
   base
======================================= */

body {
	color: #000;
	font-size: 100%;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.4;
	text-align: center;
	background-color: #fff;
	border-top: 5px #339E2C solid;
}

body.side {
	border-top: none !important;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

body div {
	margin: 0 auto;
}

p {
	margin-bottom: 1em;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* links */
a:link {
	color: #339E2C;
	text-decoration: none;
}

a:visited {
	color: #339E2C;
	text-decoration: none;
}

a:hover {
	color: #339E2C;
	text-decoration: underline;
}

a:active {
	color: #339E2C;
	text-decoration: underline;
}

a img {
	border: 0;
}

/* header elements */
h1 {
}

h2 {
	margin-bottom: 10px;
}

h3 {
	line-height: 1.2;
	font-size: 175%;
	font-weight: 800;
}

h4 {
	margin-bottom: 10px;
	font-weight: 800;
}

h4 span {
	margin-left: 2em;
	font-size: 88%;
	font-weight: normal;
}

.cbox h4 {
	margin-bottom: 5px;
	font-size: 113%;
	font-weight: 800;
}

/* font */
.small {
	font-size: 75%;
	line-height: 1.3;
}

.gray {
	color: #999;
	font-weight: 800;
}

/* table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

table th,
table td {
	border: none;
}

table td {
	text-align: left;
}

table td img {
	vertical-align: baseline;
}

table.border th,
table.border td {
	padding: 3px 5px;
	border: 1px solid #666;
}

/* =======================================
   layout
======================================= */

#container {
	width: 820px;
	text-align: left;
}

/* index-navi */
#index-navi {
	width: 200px;
	margin-top: 55px;
	float: left;
}

#index-navi ul {
	margin-left: 20px;
}

#index-navi li {
	margin: 7px 0;
}

#index-navi img {
	margin-left: 0;
}

/* index-content */
#index-content {
	width: 520px;
	margin: 50px 70px 0 0;
	text-align: center;
	float: right;
}

/* flash */
#flash {
	width: 508px;
	height: 358px;
}

/* address */
address {
	margin-top: 30px;
}

/* header */
#header {
	width: 820px;
	height: 160px;
	margin: 0 auto;
	padding-top: 12px;
}

#header h1 {
	margin-left: 2px;
	float: left;
}

#header span {
	float: right;
	margin-top: 22px;
}

/* navi */
#navi {
	width: 820px;
	height: 50px;
	margin-top: 15px;
	background: url(../img/line.gif) no-repeat left bottom;
	display: table;
	clear: both;
}

*:first-child+html #navi {
	width: 844px;
	margin-right: -24px;
}

#navi ul {
	display: table-row;
}

#navi li {
	display: table-cell;
	text-align: center;
	line-height: 0;
}

/* IE 6 */
* html #navi li {
	display: inline;
	zoom: 1;
}

/* IE 7 */
*:first-child+html #navi li {
	display: inline;
	zoom: 1;
}

#navi li img {
	margin-right: 24px;
}

/* topicpath */
#topicpath {
	width: 820px;
	margin: 2px 0 15px 0;
	padding: 2px 0;
	background: #FDF9D9;
	color: #121212;
	text-align: left;
	font-size: 88%;
}

#topicpath ul {
	margin-left: 10px;
}

#topicpath li {
	float: left;
}

/* content */
#content {
	width: 820px;
}

#title {
	margin: 0 0 15px 17px;
}

#title.mizutsuchi {
	margin: 0 0 30px 135px;
}

.read {
	margin: 2px 35px 0 165px;
}

/* sisde
----------------------------------------- */

#side {
	float: left;
	text-align: left;
}

#side ul {
	margin-bottom: 10px;
}

#side ul ul {
	margin-left: 10px;
}

#side ul li {
	padding-bottom: 7px;
	line-height: 0.5;
	font-weight: 800;
}

#side ul li.tanbo {
	line-height: 1.1;
}

#side ul li img {
	margin-left: 3px;
	margin-bottom: -1px;
	vertical-align: text-bottom;
}

#side span {
	font-size: 63%;
	font-weight: normal;
}

#side.gaiyou {
	margin-top: 15px;
}

#side.menu {
	padding-top: 15px;
}

#side.menu ul {
	margin-top: 15px;
}

#side.menu li {
	margin-left: 5px;
	padding-left: 15px;
	background: url(../img/mark.gif) no-repeat 0 2px;
	font-weight: normal;
	line-height: 1.1;
	font-size: 90%;
}

/* main
----------------------------------------- */

#main {
	margin-right: 10px;
	margin-bottom: 25px;
	float: right;
}

#main.gaiyou,
#main.mail {
	width: 600px;
	margin-right: 30px;
	margin-top: 15px;
}

#main.kikin {
	width: 630px;
}

#main.kamo {
	width: 650px;
}

#main.mizutsuchi {
	width: 600px;
	margin-right: 30px;
}

#main.mizutsuchi_index,
#main.kouhou,
#main.sitemap {
	width: 600px;
	margin-right: 85px;
}

#main.report {
	width: 600px;
	margin-right: 30px;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

#main.tanbo {
	width: 650px;
	margin-right: 60px;
}

/* kikinkatsudo
----------------------------------------- */

.map {
	margin-left: 15px;
}

#main.kikin .desc {
	width: 600px;
	_width: 630px;
	margin: 10px 0;
	padding: 10px 15px;
	font-weight: 800;
}

.date {
	margin-top: 25px;
	margin-bottom: 1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	text-align: right;
	font-size: 75%;
}

.img_l {
	margin: 2px 15px 0 0;
	float: left;
	clear: left;
}

*:first-child+html .img_l {
	margin: 2px 12px 0 0;
}

.img_r  {
	margin: 2px 0 10px 10px;
	float: right;
	clear: right;
}

.img_l dl,
.img_r dl {
}

.img_l dt {
	margin-bottom: 2px;
	text-align: left;
}

.img_r dt {
	margin-bottom: 2px;
	text-align: right;
}

.img_l dd,
.img_r dd {
	font-size: 75%;
}

.img_l dd img,
.img_r dd img {
	margin: 0 2px;
	vertical-align: baseline;
}

.caption {
	padding-top: 2px;
	font-size: 75%;
	clear: both;
}

.caption img {
	margin: 0 2px;
	vertical-align: baseline;
}

.left {
	margin-right: 5px;
}

.right {
	margin-left: 5px;
}

.history {
	display: table-cell;
}

.history h5 {
	padding: 2px;
	color: #fff;
	font-weight: 800;
	text-align: center;
}

.history dl {
	margin: 5px 12px;
	font-size: 88%;
}

.history dt {
	width: 7em;
	float: left;
	display:block;
	clear: left;
}

.history dd {
	margin-left: 7em;
}

/* kamo
----------------------------------------- */

#main.kamo .sub a {
	margin-right: 5px;
	font-size: 150%;
	font-weight: 800;
}

#main.kamo .sub span {
	margin-left: 5px;
	font-size: 75%;
}

#main.kamo .desc {
	margin: 10px 0;
	padding: 10px 15px;
}

#main.kamo .desc p {
}

#main.kamo .desc h5 {
	font-size: 113%;
	font-weight: 800;
}

.dic {
	width: 287px;
	margin-bottom: 10px;
	float: left;
	background: url(../kamo/img/img_bg.gif) repeat-y;
}

.dic h5 {
	padding: 5px 10px 0 10px;
	font-size: 113%;
	font-weight: 800;
}

.dic h5 span {
	margin-left: 5px;
	font-size: 63%;
	font-weight: normal;
}

.dic p {
	margin-bottom: 0;
	padding: 5px 10px;
	font-size: 88%;
}

/* kouhoushi
----------------------------------------- */

#main.kouhou table.border th {
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

#main.kouhou table.border td {
	text-align: left;
}	

#main.kouhou table.border td span {
	color: #666;
	font-size: 90%;
}

/* mizutotsuchi
----------------------------------------- */

#main.mizutsuchi table th,
#main.mizutsuchi table td {
	padding-right: 10px;
	font-size: 100%;
	line-height: 1.4;
}

#main.mizutsuchi td.none {
	padding-right: 0;
}

#main.mizutsuchi table td {
	text-align: left;
}

/* report
----------------------------------------- */

#main.report .sub a {
	margin-right: 5px;
	font-size: 120%;
	font-weight: 800;
}

#main.report .sub strong {
	font-size: 150%;
	font-weight: 800;
}

#main.report .sub span {
	margin-left: 5px;
	font-size: 75%;
}


.name {
	margin-top: 1em;
	text-align: right;
}

/* tanbo
----------------------------------------- */

#main.tanbo table td {
	text-align: left;
}

/* mail
----------------------------------------- */

#main.mail table {
	font-size: 100%;
}

#main.mail table th {
	width: 8em;
	padding-top: 5px;
	vertical-align: top;
	font-weight: 800;
}

#main.mail table td {
	padding: 5px 0;
}

#main.mail input {
	margin: 2px 0;
}

#main.mail .formNav {
	margin-left: 8em;
	margin-top: 1em;
}

#main.mail .formNav ul {
}

#main.mail .formNav li {
	float: left;
	margin-right: 15px;
}

/* sitemap
----------------------------------------- */

#main.sitemap ul {
	margin-top: 15px;
}

#main.sitemap li {
	margin-left: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../img/mark2.gif) no-repeat 0 10px;
	font-weight: normal;
	line-height: 2;
	font-size: 110%;
	font-weight: 800;
	border-bottom: 1px dashed #ccc;
}

#main.sitemap li span {
	margin-left: 1em;
	font-size: 90%;
	font-weight: normal;
}

/* top */
#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.pagetop {
	margin: 0 10px 10px 0;
	font-size: 88%;
	text-align: right;
	clear: both;
}

/* footer-navi */
#footer-navi {
	width: 820px;
	padding: 15px 0;
	font-size: 88%;
	background: url(../img/line.gif) no-repeat left top;
}

#footer-navi ul {
}

#footer-navi li {
	margin: 4px 4px 5px 3px;
	padding-right: 6px;
	line-height: 1;
	border-right: 1px solid #121212;
	float: left;
}

#footer-navi li.last {
	border-right: none;
}

#footer-navi li a {
	color: #121212;
}

/* footer */
#footer {
	padding: 5px;
	text-align: center;
	background-color: #339E2C;
	color: #fff;
	font-family: verdana;
	font-size: 88%;
	clear: both;
}

/* float */
.left {
	margin-right: 15px;
	float: left;
}

/* blank */
.blank-bottom {
	margin-bottom: 25px;
}

.blank-tl {
	margin: 10px 0 0 10px;
}

.blank-b {
	margin-bottom: 10px;
}

.blank-r {
	margin-right: 15px;
}

.blank-top {
	margin-top: 20px;
}

/* =======================================
   clear
======================================= */

.cbox {
	zoom: 100%;
}

.cbox:after {
	content: "　";
	clear: both;
	height: 0;
	display: block;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.clear hr {
	display: none;
}
