/* Base Format 各ページ設定 フォント基本書式設定用スタイルシート */

/* ---------------------------------------------------------------- */
/* コンテンツ内共通設定 */
/* ---------------------------------------------------------------- */

body {
	color: #232122;
	font-family: "Lucida Grande", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
}
h2  {
	line-height: 160%;
	margin-bottom: 1em;
	padding-top: 2px;
}
#main  h3 {
	font-weight: bold;
	color: #1B0C05;
	background-image: url(../images/h3base.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 610px;
	font-size: 120%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 15px;
	
}
#main  h4 {
	font-weight: bold;
	color: #1F0E07;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #D2DAA9;
	padding-left: 7px;
	margin-bottom: 5px;
}
#main  h5 {
	font-weight: bold;
	color: #4A2C0B;
	margin-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #31180C;
	border-bottom-width: 1px;
}



/* ---------------------------------------------------------------- */
/* メイン用ブロック設定 */
/* ---------------------------------------------------------------- */


/* トップコンテンツ用エリア設定 */

#contents {
	width: 904px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/contents-head.gif);
	background-repeat: no-repeat;
	background-color: #EBECDE;
	background-position: center top;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}

#contents p {
	line-height: 160%;
	margin-bottom: 0.5em;
	
}

#contents th {
	line-height: 160%;
}

#contents td {
	line-height: 160%;
}

#contents th {
	background-color: #F4F6E2;
	padding: 5px;
	border-bottom: 1px solid silver;
	border-right: 3px double silver;
	line-height: 160%;
	text-align: center;
}

#contents td {
	padding: 5px;
	border-bottom: 1px solid silver;
	line-height: 160%;
}

#contents ul li,#contents ol li {
	line-height: 160%;
	margin-left: 2em;
	margin-bottom: 0.5em;
}


#contents ul {
	margin-bottom: 1em;
}

#contents ol {
	margin-bottom: 1em;
}

#contents a {
	color: #0033FF;
}

#contents a:hover {
	color: #3F7803;
}

#contents img {
	margin: 0;
	padding: 0;
	border-style: none;
}

/* ---------------------------------------------------------------- */
/*   フォントサイズ */
/* ---------------------------------------------------------------- */
.base-ss {
	font-size: 70%;
	line-height: 150%;
}
.base-s {
	font-size: 80%;
	line-height: 150%;
}
.base-m {
	font-size: 90%;
	line-height: 170%;
}

/* ---------------------------------------------------------------- */
/* コンテンツ内共通設定 特殊系 */
/* ---------------------------------------------------------------- */

/* イメージ用 左右寄せ */

#contents img.imgFloatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contents img.imgFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#contents img.imgCenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


/* ボックス要素 右左寄せ */

.floatRight {
	float: right;
	display: block;
	width: 50%;
}

.floatLeft {
	float: left;
	display: block;
	width: 49%;
}

/* インライン要素 右中左揃え */

.inlineRight {
	text-align: right;
}

.inlineCenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.inlineLeft {
	text-align: left;
}

/* ---------------------------------------------------------------- */
/* ボックス設定 */
/* ---------------------------------------------------------------- */

/* 左右余白無し */

.boxA00 {
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.boxA01 {
	margin-bottom: 1em;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

.boxA02 {
	margin-bottom: 2em;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

.boxA03 {
	margin-bottom: 3em;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

/* 左右余白 10px */

.boxB00 {
	margin-bottom: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.boxB01 {
	margin-bottom: 1em;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.boxB02 {
	margin-bottom: 2em;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.boxB03 {
	margin-bottom: 3em;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

/* 左右余白 20px */

.boxC00 {
	margin-bottom: 0;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

.boxC01 {
	margin-bottom: 1em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

.boxC02 {
	margin-bottom: 2em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

.boxC03 {
	margin-bottom: 3em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

/* 左右余白 30px */

.boxD00 {
	margin-bottom: 0;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

.boxD01 {
	margin-bottom: 1em;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

.boxD02 {
	margin-bottom: 2em;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

.boxD03 {
	margin-bottom: 3em;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

/* 左右余白 40px */

.boxE00 {
	margin-bottom: 0;
	margin-right: 40px;
	margin-left: 40px;
	padding: 0;
}

.boxE01 {
	margin-bottom: 1em;
	margin-right: 40px;
	margin-left: 40px;
	padding: 0;
}

.boxE02 {
	margin-bottom: 2em;
	margin-right: 40px;
	margin-left: 40px;
	padding: 0;
}

.boxE03 {
	margin-bottom: 3em;
	margin-right: 40px;
	margin-left: 40px;
	padding: 0;
}

/* ---------------------------------------------------------------- */
/* ボックスライン設定 */
/* ---------------------------------------------------------------- */

/* 下線 余白20px */

.lineBottomA01 {
	margin-bottom: 2em;
	padding-bottom: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEB37B;
}
