@charset "UTF-8";

/* ============ メインコンテンツ ============ */

/* ========== タイトル ========== */
/* タイトル画像 */
#title-1 {
	height: 50px;
	margin: 0 0 15px;
	background-image: url("title-1.gif");
}

/* サブタイトル画像 */
#sub-title-1 {
	height: 13px;
	background-image: url("sub-title-1.gif");
}
#sub-title-2 {
	height: 21px;
	background-image: url("sub-title-2.gif");
}
#sub-title-3 {
	height: 24px;
	background-image: url("sub-title-3.gif");
}
#sub-title-4 {
	height: 22px;
	background-image: url("sub-title-4.gif");
}
#sub-title-5 {
	height: 17px;
	background-image: url("sub-title-5.gif");
}
#sub-title-6 {
	height: 19px;
	background-image: url("sub-title-6.gif");
}



/* ========== コンテンツ画像 ========== */
/* #content-1 */
#content-1 {
	margin: 0 auto 15px;
	padding: 10px 10px 1px;
	background: #f1f0df;
}
#content-1-address {
	font-weight: bold;
	font-size: 150%;
	color: #63a000;
	margin: 0 0 10px;
}

/* #content-2 */
#content-2 {
	margin: 0 auto 15px;
	padding: 10px 10px 1px;
	background: #f5f3e6;
}

/* #content-table-1 */
#content-table-1 {
	width: 100%;
	margin: 0;
	padding: 1px 0 0;
	background: url("border-table.gif") center top repeat-x;
}

/* #content-table-2 */
#content-table-2 {
	width: 100%;
	margin: 0;
	padding: 1px 0 0;
	background: url("border-table-2.gif") center top repeat-x;
}

/* #content-table-3 */
#content-table-3 {
	width: 100%;
	margin: 0;
	padding: 1px 0 0;
	background: url("border-table-2.gif") center top repeat-x;
}

/* #content-table-4 */
#content-table-4 {
	width: 100%;
	margin: 0;
	padding: 1px 0 0;
	background: url("border-table-2.gif") center top repeat-x;
}

/* #content-table-5 */
#content-table-5 {
	width: 100%;
	margin: 0;
	padding: 1px 0 0;
	background: url("border-table-2.gif") center top repeat-x;
}

/* #content-table-6 */
#content-table-6 {
	width: 100%;
	margin: 0;
	padding: 1px 0 0;
	background: url("border-table-2.gif") center top repeat-x;
}

/* #content-table-7 */
#content-table-7 {
	width: 100%;
	margin: 0 0 15px;
	padding: 1px 0 0;
	background: url("border-table-2.gif") center top repeat-x;
}


/* ========== テーブル内コモン ========== */
#content-table-1 ul,
#content-table-2 ul,
#content-table-3 ul,
#content-table-4 ul,
#content-table-5 ul,
#content-table-6 ul,
#content-table-7 ul {
	margin: 0;
	padding: 0;
}

#content-table-1 ul li,
#content-table-2 ul li,
#content-table-3 ul li,
#content-table-4 ul li,
#content-table-5 ul li,
#content-table-6 ul li,
#content-table-7 ul li,

#content-table-1 ol li,
#content-table-2 ol li,
#content-table-3 ol li,
#content-table-4 ol li,
#content-table-5 ol li,
#content-table-6 ol li,
#content-table-7 ol li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}




/* ========== テーブルスタイル ========== */
/* .style-white */
#content-main-block .style-white {
	margin: 0;
	width: 100%;
}
#content-main-block .style-white td {
	vertical-align: middle;
	padding: 10px;
	background: #fff url("border-td.gif") -1px bottom no-repeat;
	border: none;
}
#content-main-block .style-white th {
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	background: #fff url("border-th.gif") -1px bottom no-repeat;
	border: none;
}
#content-main-block .style-white .sub-th {
	background: #f6f6f6 url("border-td.gif") left bottom no-repeat;
}


/* ========== サブナビ ========== */
p#kojinjyouho1 {
	padding: 0 10px;
}
p#kojinjyouho2 {
	padding: 0 10px;
	background: #FFE6B3;
}

form p#kojinjyouho2 label.label_false {
	border: 0;
}

/* ========== サブナビ ========== */
#sub-navi {
	margin: 0 0 1em;
	padding: 0 0 5px;
	background: url("sub-navi-bg.gif") center bottom no-repeat;
}
#sub-navi ul {
	margin: 0;
	padding: 0;
}
#sub-navi ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sub-navi .img-r {
	float: left;
	width: 210px;
	height: 33px;
	margin: 0 6px 0 0;
}
#sub-navi .btn-1 .img-r {background-image: url("sub-navi-btn-1.gif");}
#sub-navi .btn-2 .img-r {background-image: url("sub-navi-btn-2.gif");}
#sub-navi .current .img-r {background-position: center center;}