@charset "utf-8";

/* ---------------------------------------------------------------- */

/* Base Format general page setting */

/* ---------------------------------------------------------------- */
/* common setting */
/* ---------------------------------------------------------------- */

body {
	font-family: "Lucida Grande", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
}
#gNavigation  li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}
#contents_inner   h3 {
	font-weight: bold;
	font-size: 95%;
	letter-spacing: 0.1em;
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#contents_inner   h4 {
	font-weight: bold;
	color: #685953;
	font-size: 95%;
	padding-right: 2px;
	padding-left: 5px;
	letter-spacing: 0.1em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C1B8A8;
}

#contents_inner p {
	line-height: 180%;
}

table {
	margin-right: auto;
	margin-left: auto;

}

th {
	text-align: right;
	white-space: nowrap;
	padding: 5px;
}

td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#contents_inner ul {
	margin-bottom: 1em;
	margin-left: 20px;
}

#contents_inner ul li {
	line-height: 160%;
	list-style-image: url(../images/listMark01.gif);
	list-style-type: none;
}

#contents_inner ol {
	margin-bottom: 1em;
}

#contents_inner ol li {
	line-height: 160%;
	margin-left: 2em;
}

#contents_inner a {
	color: #FF9900;
}

#contents_inner a:hover {
	color: #6380AC;
}

#contents_inner img {
	border-style: none;
}
#map         {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#contents_inner img.waku {
	padding: 2px;
	border: 1px solid silver;
}

#contents_inner strong {
	font-weight: bold;
}

#contents_inner hr {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid silver;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
}

/* ---------------------------------------------------------------- */
/* Sidebar setting */
/* ---------------------------------------------------------------- */

#sidebar h3 {
	line-height: 160%;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom: 1px solid gray;
}

#sidebar h4 {
	line-height: 160%;
	margin-bottom: 0.5em;
	padding-left: 8px;
	border-left: 5px solid green;
	font-weight: bold;
	font-size: 87.5%;
}

#sidebar ol {
	margin-bottom: 1em;
}

/* ---------------------------------------------------------------- */
/* Common setting .EX */
/* ---------------------------------------------------------------- */

/* Float break */

.br-both {
	clear: both;
}

/* image Float left - right */

#contents_inner img.imgFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#contents_inner img.imgFloatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}


/* box Float left - right */

.floatLeft {
	float: left;
	display: block;
	width: 46%;
}

.floatRight {
	float: right;
	display: block;
	width: 46%;
}

.floatCenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* inline left - center - right */

.inlineLeft {
	text-align: left;
}

.inlineCenter {
	text-align: center;
}

.inlineRight {
	text-align: right;
}

/* ---------------------------------------------------------------- */
/* BOX setting */

/* ---------------------------------------------------------------- */

/* BOX(Block)Set */

.BOX {
	display: block;
	zoom: 1;
}

/* ---------------------------------------------------------------- */

/* Margin TOP */

.mT01 {
	margin-top: 1em;
}

.mT02 {
	margin-top: 2em;
}

.mT03 {
	margin-top: 3em;
}

.mT04 {
	margin-top: 4em;
}

.mT05 {
	margin-top: 5em;
}

/* ---------------------------------------------------------------- */

/* Margin BOTTOM */

.mB01 {
	margin-bottom: 1em;
}

.mB02 {
	margin-bottom: 2em;
}

.mB03 {
	margin-bottom: 3em;
}

.mB04 {
	margin-bottom: 4em;
}

.mB05 {
	margin-bottom: 5em;
}

/* ---------------------------------------------------------------- */

/* Margin LEFT */

.mL01 {
	margin-left: 1em;
}

.mL02 {
	margin-left: 2em;
}

.mL03 {
	margin-left: 3em;
}

.mL04 {
	margin-left: 4em;
}

.mL05 {
	margin-left: 5em;
}

/* ---------------------------------------------------------------- */

/* Margin RIGHT */

.mR01 {
	margin-right: 1em;
}

.mR02 {
	margin-right: 2em;
}

.mR03 {
	margin-right: 3em;
}

.mR04 {
	margin-right: 4em;
}

.mR05 {
	margin-right: 5em;
}

/* ---------------------------------------------------------------- */
/* BOX Line setting */
/* ---------------------------------------------------------------- */

.lineBottomA01 {
	margin-bottom: 2em;
	padding-bottom: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F6E3;
}

.lineBottomA02 {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: silver;
}

/* ---------------------------------------------------------------- */
/* BOX Width setting */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* fontSize */
/* ---------------------------------------------------------------- */
.base-ss {
	font-size: 70%;
	line-height: 150%;
}

.base-s {
	font-size: 80%;
	line-height: 150%;
}

.base-m {
	font-size: 90%;
	line-height: 170%;
}

.base-l {
	font-size: 120%;
	line-height: 170%;
}

.base-ll {
	font-size: 200%;
	line-height: 100%;
}
