@charset "utf-8";
/* html、body
----------------------------------------------------------- */
body {
	color: #000;
	font-size: 87.5%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../img/body_bg2.png)
}


/* リンク
----------------------------------------------------------- */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/* header
----------------------------------------------------------- */
header {
	top: 0;
	left: 0;
	height:128px;
	width: 100%;
	background: url(../img/ej/header_bg.png) repeat-x;
 background-size: cover;	/*background-size: cover;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-color:#FFF;
}

header > div {
	position: relative;
	width: 960px;
	height: 100px;
	margin: 0 auto;
}/**/

header h1,
header p {
	height: 100px;
	padding: 0;
}

/* パンくず
----------------------------------------------------------- */
#topicPath {
	margin:  0 0;
	height:43px;
	background:#583800;
}

#topicPath ol {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	line-height: 43px;
}
#topicPath li {
	float: left;
	color: white;

}
#topicPath li a {
	color: white;
	text-decoration:underline;
}
#topicPath li a:hover {
	text-decoration:none;
}



/* コンテナ
----------------------------------------------------------- */
#container {
	line-height: 1.5;
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0 0;
	background:#FFF;
}


/* メイン
----------------------------------------------------------- */
#main {
	float: right;
	width: 700px;
}

.wrapper1 {
	margin: 0 30px 40px 0;
}

.wrapper2 {
	background: url(../img/ej/wrapper_bg_01.png)repeat-y 0 0;}

.wrapper2 h2:first-child {
	background:url(../img/contents_bg_02.png) no-repeat 0 0;
	border:none;
	margin-left:0;
	margin-right:0;
	font-size:18px;
	padding:8px 20px;
	display:block;
	font-weight: bold;

}

h2 {
	margin: 0 0 20px;
	padding: 0 0 0 15px;
	color: #000000;
	font-size: 187%;
	font-weight: bold;
	border-bottom: #cdec81 solid 2px;
	border-left: #cdec81 solid 13px;
	background:none;
}

.wrapper3 {
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0 30px 10px;
	margin:20px 0;
	background: url(../img/ej/wrapper_bg_02.png) no-repeat left bottom;
	height:210px;
}

.wrapper4 {
	padding: 0 30px 30px;
	margin:20px 0;
}



.tableBasic {
	text-align:center;
	margin:auto;
	width: 90%;
	border: 1px solid #7f7f7f;
}
.tableBasic th {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	font-weight: bold;
	text-align: center;
	background: #dbebab;
}
.tableBasic td {
	vertical-align: top;
	padding: 10px 15px;
	border-right: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-top: 1px dashed #7f7f7f;
}
.ej_news dt{
	float:left;
	width:8em;
	margin-bottom:20px;
	clear:both;}
	
.ej_news dd{
	margin-bottom:20px;}
	
.caption {
	font-size:120%;
	text-align:center;
	font-weight:bold;
	margin:5px auto 15px}			

.attention{
	height:auto;
	padding:20px;
	margin:15px auto;
	background:#FFC;
	font-size:16px;
	border:1px solid #ecc718}



/* 左メニュー
----------------------------------------------------------- */
#side1 {
	float: left;
	width: 260px;
}
#side1 ul {
	margin: 0 20px 15px 20px;
}
#side1 li {
	margin: 0 0 7px;
	border-bottom: 1px solid #c3ccaf;
}
#side1 li.bn {
	border: none;
}

#side1 li:last-child {
	border: none;
}
#side1 li.current {
	font-size:16px;
	background: url(../img/side_bg_02.png)  no-repeat left bottom;
	border:none;
	margin:5px auto;
	padding-left:0;
}

#side1 li.current:first-child{
	margin-top:0;}


#side1 li a {
	display: block;
	/*padding: 5px 10px 11px 27px;*/
	padding: 7px 10px 7px 15px;
	background: url(../img/icon_arrow.png) no-repeat 7px 9px;
	text-decoration:none;

}
#side1 li a:hover {
	color: #253700;
	text-decoration:underline;
}

#side1 li.current span {
	display: block;
	padding: 7px 10px 7px 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/side_bg_01.png) no-repeat 0 0;
}
#side1 li.current a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/side_bg_01.png) no-repeat 0 0;
}


/* footer
----------------------------------------------------------- */
.pageTop {
	width: 920px;
	margin: -28px auto 8px;
	text-align: right;
}

#footerContact {
	padding: 20px 0 20px;
	text-align: center;
	background: #7a7373;
	line-height:1.5;
}


.inlineLink {
	padding-left: 17px;
	background:url(../img/ej/icon_arrow_02.png)no-repeat 0 5px;
}

.inlineLink_b {
	padding-left: 20px;
	background:url(../img/ej/icon_arrow_01.png)no-repeat 0 4px;
}