@charset "utf-8";
/* ===============================================
	▼共通 (大枠・小枠)
=============================================== */
/* ━━━━ ▼大枠 ━━━━ */
#wrapper {
	width: 100%;
	min-width: 1200px;
	font-size: 90%;
	text-align: center;
	background: #220f02 url("../img/bg_wrapper.png") repeat-x left top;
	position: relative;
	margin: 0 auto;
}
#container {
	width: 1200px;
	margin: 0 auto;
}

/* ━━━━ ▼小枠 ━━━━ */
.inner {
	width: 1200px;
	text-align: left;
	position: relative;
	margin: 0 auto;
}
#mainArea {
	float: right;
	width: 931px;
	text-align: left;
	background: #f1efe5 url("../img/bg_main_area.png") repeat left top;
	position: relative;
}
#contents {
	width: 851px;
	background: url("../img/bg_shinmon.png") no-repeat center 220px;
	padding: 5px 0 60px;
	margin: 0 auto;
}

/* ===============================================
	▼共通 (サイドメニュー)
=============================================== */
nav#gnavi ul li ul li a {
	color: #fff;
	text-decoration: none;
}
nav#gnavi ul li ul li a.carrenter {
  color: #b21c1c;
}
nav#gnavi ul li ul li a span {
	font-size: 13px;
	padding: 5px 0;
	display: block;
	background: url(../img/icon_nav.png) no-repeat center left;
	padding-left: 20px;
}

/* ===============================================
	▼共通 (タイトル)
=============================================== */
#mainVisual {
	position: relative;
}
#mainVisual #headInfo {
	width: 424px;
	position: absolute;
	top: 10px;
	right: 26px;
}
#mainVisual #headInfo ul li {
	float: left;
	width: 166px;
	text-align: center;
}
#mainVisual #headInfo ul li:first-child {
	float: left;
	width: 112px;
	padding-top: 3px;
}
#mainVisual #headInfo ul li:last-child {
	float: right;
	width: 146px;
}
.title01 {
	color: #9f8415;
	font-size: 190%;
	font-weight: normal;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	line-height: 1.4;
}

.title01_sp {
	color: #9f8415;
	font-size: 160%;
	font-weight: bold;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	line-height: 1.4;
  -moz-text-shadow:2px 2px 2px #FFF;
    -webkit-text-shadow:2px 2px 2px #FFF;
    text-shadow:2px 2px 2px #FFF;}
.title02 {
	color: #9f8415;
	font-size:16px;
	font-weight: bold;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	line-height: 1.4;
	padding: 0 0 10px;
}
.title02 span {
	color: #6C6B2A;
	font-size: 24px;
	padding: 0 0 0 20px;
}
.title03 {
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	background: #e5e3d7;
	border: 1px solid #bfb9a9;
	padding: 2px 10px 2px 0;
	margin-bottom: 25px;
}
.title03 span {
	display: block;
	border-left: 3px solid #9f8315;
	padding: 5px 0 5px 13px;
}
.title03.bsp30{
	margin-bottom:10px;
}
.title03.bsp20{
	margin-bottom:20px;
}
.title04 {
	color: #222;
	font-size: 105%;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 5px;
}

/* ===============================================
	▼共通 (パンクズ)
=============================================== */
#breadcrumb {
	font-size: 75%;
	text-align: right;
	padding: 0 0 20px;
}
#breadcrumb li {
	display: inline-block;
}
#breadcrumb li:first-child {
	margin: 0;
}
#breadcrumb li a {
	color: #606060;
	margin: 0 5px 0 0;
}
#breadcrumb li a:hover {
	color: #b21c1c;
	text-decoration: underline;
}

/* ===============================================
	▼共通 (リスト)
=============================================== */
ol.number li {
	list-style-type: decimal;
	padding: 0 0 10px;
	margin: 0 0 0 2em;
}
ol.number02 li {
	list-style-type: cjk-ideographic;
	padding: 0 0 10px;
	margin: 0 0 0 2em;
}
ul.disc li {
	font-weight: normal;
	list-style-type: disc;
	padding: 5px 0 5px;
	margin: 0 0 0 1.5em;
}
ul.circle li {
	font-weight: normal;
	list-style-type: circle;
	padding: 5px 0 5px;
	margin: 0 0 0 1em;
}

/* ===============================================
	▼共通 (テーブル)
=============================================== */
.tableStyle01 {
	width: 100%;
	border-top: 1px solid #d4d4d4;
}
.tableStyle01 th {
	font-weight: bold;
	background-color: #cabd7f;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
}
.tableStyle01 td {
	background-color: #fff;
	background-color:rgba( 255, 255, 255, 0.75 );
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	vertical-align: middle;
	padding: 15px;
}

.tableStyle02 {
	width: 100%;
	border-top: 1px solid #d4d4d4;
}
.tableStyle02 th {
	font-weight: bold;
	background-color: #cabd7f;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}
.tableStyle02 td {
	background-color: #fff;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}

.tableStyle03 {
	width: 100%;
	border-top: 1px solid #d4d4d4;
}
.tableStyle03 th {
	font-weight: bold;
	background-color: #cabd7f;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}
.tableStyle03 tbody th {
	font-weight: bold;
	background-color: #fff;
}
.tableStyle03 td {
	background-color: #fff;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	vertical-align: middle;
	padding: 8px;
}

.tableStyle04 {
	width: 100%;
	border-top: 1px solid #d4d4d4;
}
.tableStyle04 th {
	font-weight: bold;
	background-color: #cabd7f;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}
.tableStyle04 td {
	background-color: #fff;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	text-align: left;
	vertical-align: middle;
	padding: 8px;
}

.tableStyle05 {
	width: 100%;
	border-top: 1px solid #d4d4d4;
}
.tableStyle05 thead th {
	font-weight: bold;
	background-color: #cabd7f;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
}
.tableStyle05 tbody th {
	font-weight: normal;
  background-color: #f1f1f1;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	vertical-align: middle;
	padding: 15px;
}
.tableStyle05 td {
	background-color: #fff;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	vertical-align: middle;
	padding: 15px;
}

td.dark{
	background-color: #f1f1f1;
}
/* ===============================================
	▼共通 (ボタン)
=============================================== */
a.btnStyle01 {
	display: inline-block;
	color: #b21c1c;
	line-height: 1.4;
	text-decoration: none;
	background: url("../img/icon_btnstyle01.png") no-repeat 10px center;
	border: 1px solid #b21c1c;
	padding: 2px 15px 2px 30px;
	transition-property:background;
	transition-duration:0.3s;
	transition-timing-function:ease-out;
}
a.btnStyle01:hover {
	color: #fff;
	text-decoration: none;
	background: #bf5858 url("../img/icon_btnstyle01_o.png") no-repeat 10px center;
}

.rel {
	position:relative;
}
.float50 div p{
padding-right:30px;
  /*  padding-left:10px; */
}

/* ===============================================
	▼共通 (ボックス)
=============================================== */
/* borderBox */
#contents .borderBox {
	background-color: #ded3bd;
	border: 1px solid #c9c9c9;
}

/* contBox */
#contents .contBox {
	padding-bottom: 30px;
}
#contents .contBox:last-child {
	padding-bottom: 0;
}

/* floatBox */
#contents .floatBox .floL {
	float: left;
	width: 48%;
}
#contents .floatBox .floR {
	float: right;
	width: 48%;
}
