/* jfx_style */

img {
	vertical-align: bottom;
}
* {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
	line-height:150%;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	border: 0;
}

img{
	vertical-align:bottom;
}

h2 {
	background-image: url(images/h02.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 840px;
	text-align: left;
	padding-top: 4px;
	padding-left: 10px;
	margin-top:	2px;
	font-weight: bold;
	font-size: 18px;
}

body {
		background-color: #f7f4f2;
}


.moyou{
	position: absolute;
	top:203px;
	left: -76px;
}

#header {
	margin: 0 auto;
	width: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}


.logo{
	position: absolute;
	left: 0;
	top:0;
}
.contents {
	margin:0 auto;
	width: 850px;
	padding:0 auto;
}
#content .cpbox {
	background-image: url(images/cpbox_bg.jpg);
	background-repeat: no-repeat;
	height: 320px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
}
#content .cpbox .left_b {
	position: absolute;
	left: 33px;
	top: 93px;
}
#content .cpbox .right_b {
	position: absolute;
	right: 42px;
	top: 93px;
}

#content .cpbox .left_b p:not(:first-child) {
	margin-top:8px;
}
#content .cpbox .right_b p:not(:first-child) {
	margin-top:8px;
}

#plusInfo {
	background-image: url(images/cpbox_bg2.jpg);
	background-repeat: no-repeat;
	height: 320px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
}
#plusInfo .left_b {
	position: absolute;
	left: 23px;
	top: 122px;
}
#plusInfo .center_b {
	position: absolute;
	left:230px;
	top: 122px;
}
#plusInfo .right_b {
	position: absolute;
	right: 231px;
	top: 122px;
}

#plusInfo .right_c {
	position: absolute;
	right: 20px;
	top: 122px;
}

#plusInfo .left_b p:not(:first-child) {
	margin-top:8px;
}
#plusInfo .center_b p:not(:first-child) {
	margin-top:8px;
}
#plusInfo .right_b p:not(:first-child) {
	margin-top:8px;
}


#wrapper #content {
	width:850px;
	margin:30px auto 0;
}

#wrapper #t_button {
	width: 850px;
}
#wrapper #t_button tr th {
	text-align: center;
	color: #F00;
	font-size: 11px;
	width: 360px;
}
#wrapper #t_button tr td {
	text-align: center;
	width: 360px;
}

#wrapper dl {
	padding-bottom: 24px;
}
#wrapper dl dt {
	font-weight: bold;
}

#wrapper .contentBox1 {
	text-align: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
}

#wrapper .contentBox2 {
	text-align: center;
	padding-bottom: 10px;
	padding-left:10px;
}

#footer {
	font-size: 18px;
	text-align: center;
	background-color: #37a62f;
	background-repeat: repeat-x;
	color: #fff;
	margin-top: 20px;
	padding-top: 16px;
	padding-bottom: 8px;
	font-weight: bold;
	height: 150px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
	text-decoration: none;
}


#AccessCounter {
	display: none;
}
.important {
	color: #F00;
}
.top{
	width: 1000px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header{
	position: relative;
}
.headerInner{
	width: 1000px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.arareGet{
	text-align: center;
	margin-top: 60px;
}
#cp_banner {
	background-color: #359a2c;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cpbox2 {
	display:flex;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;

}
.cpbox2 p:not(:first-child)  {
	margin-left:20px;

}

.mark{
	background-color: rgba(255, 255, 0, 0.5);
    padding: 4px 4px;
    color: red;
    font-weight: bold;
	margin-top: 4px;
	margin-bottom: 10px;
}