* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	line-height: 140%;
	background-image: url(img/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.clear {
	font-size: 0px;
	clear: both;
	line-height: 0px;
	height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}
img {
	border: none;
}
a:link {
	TEXT-DECORATION: none;
}
a:visited {
	TEXT-DECORATION: none;
}
a:hover {
	TEXT-DECORATION: none;
}
a:active {
	TEXT-DECORATION: none;
}
.foot_link a:link {
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
.foot_link a:visited {
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
.foot_link a:hover {
	TEXT-DECORATION: none;
	color: #999999;
}
.foot_link a:active {
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
#pankuzu a:link {
	TEXT-DECORATION: none;
	color: #442B1A;
}
#pankuzu a:visited {
	TEXT-DECORATION: none;
	color: #442B1A;
}
#pankuzu a:hover {
	TEXT-DECORATION: none;
	color: #6D4529;
}
#pankuzu a:active {
	TEXT-DECORATION: none;
	color: #442B1A;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	line-height: 14px;
	padding-top: 9px;/* padding-bottom: 6px; */
}
#wrap {
	background-image: url(img/wrap_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#header .head_logo {
	float: left;
	padding-top: 15px;
}
#header .head_right {
	float: right;
	width: 324px;
}
#header .head_contact {
	float: right;
	padding-top: 11px;
	font-size: 12px;
	font-weight: 600;
}
#header .head_contact a {
	color: #717171;
}
#header .head_contact2 {
	text-align: right;
	float: right;
	width: 324px;
	padding-top: 3px;
	font-size: 16px;
	font-weight: 600;
	color: #4b7b2c;
}
#header .head_contact2 span {
	padding-right: 10px;
}
/*-------------------------------------------------
  globalnav
-------------------------------------------------*/
#globalnav {
	height: 50px;
}
#globalnav li {
	display: block;
	float: left;
	height: 50px;
	text-decoration: none;
}
#globalnav li a {
	display: block;
	overflow: hidden;
	padding-top: 50px;
	height: 0px;
}
#globalnav .n1 a {
	background-image: url(img/navi1.gif);
	background-repeat: no-repeat;
	width: 159px;
}
#globalnav .n2 a {
	background-image: url(img/navi2.gif);
	background-repeat: no-repeat;
	width: 186px;
}
#globalnav .n3 a {
	background-image: url(img/navi3.gif);
	background-repeat: no-repeat;
	width: 124px;
}
#globalnav .n4 a {
	background-image: url(img/navi4.gif);
	background-repeat: no-repeat;
	width: 122px;
}
#globalnav .n5 a {
	background-image: url(img/navi5.gif);
	background-repeat: no-repeat;
	width: 138px;
}
#globalnav .n6 a {
	background-image: url(img/navi6.gif);
	background-repeat: no-repeat;
	width: 102px;
}
#globalnav .n7 a {
	background-image: url(img/navi7.gif);
	background-repeat: no-repeat;
	width: 119px;
}
#globalnav a:hover {
	background-position: left -60px;
}
#globalnav.navi1 .n1 a {
	background-position: 0 -120px!important;
}
#globalnav.navi2 .n2 a {
	background-position: 0 -120px!important;
}
#globalnav.navi3 .n3 a {
	background-position: 0 -120px!important;
}
#globalnav.navi4 .n4 a {
	background-position: 0 -120px!important;
}
#globalnav.navi5 .n5 a {
	background-position: 0 -120px!important;
}
#globalnav.navi6 .n6 a {
	background-position: 0 -120px!important;
}
#globalnav.navi7 .n7 a {
	background-position: 0 -120px!important;
}
 @media print {
#globalnav li a {
	height: 48px;
	text-align: center;
}
}
/*-------------------------------------------------
  globalnav end
-------------------------------------------------*/

#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#content p {
	margin-bottom: 10px;
}
#content .flash {
	padding-bottom: 20px;
}
#content .title_top1 {
	margin-bottom: 15px;
	font-size: 24px;
	padding-top: 20px;
	clear: both;
}
#content .title_top3 {
	margin-top: -10px;
	margin-bottom: 30px;
}
#content .top_box_top {
	background-image: url(img/top_box_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 0px;
	line-height: 0px;
	height: 11px;
}
#content .top_box {
	background-image: url(img/top_box_bg.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	color: #460700;
}
#content .top_box_bottom {
	background-image: url(img/top_box_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 0px;
	line-height: 0px;
	height: 11px;
	margin-bottom: 20px;
}
#content .box_d2 {
	float: left;
	width: 335px;
}
#content .box_d2 .pic {
	float: left;
}
#content .box_d2 .text {
	float: right;
	width: 210px;
}
#content .box_d2 .text .btn {
	text-align: right;
	margin-top: 20px;
	font-weight: bold;
	color: #1B0D0C;
}
#content .last {
	margin-right: 0px;
}
#pankuzu {
	list-style-type: none;
	margin-bottom: 20px;
}
#pankuzu li {
	list-style-type: none;
	display: inline;
}
#side {
	float: right;
	width: 220px;
}
#side ul.side_link li {
	margin-bottom: 15px;
	list-style-type: none;
}
.side_link a:hover img {
filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=80)
}
#main {
	float: left;
	width: 710px;
}
#main p {
	margin-bottom: 10px;
}
#main ol.privacy {
	margin-left: 50px;
}
#main .top_box2_top {
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/top_box2_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 13px;
}
#main .top_box2 {
	background-image: url(img/top_box2_bg.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
#main .top_box2_bottom {
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/top_box2_bottom_bg.gif);
	background-repeat: no-repeat;
	height: 13px;
}
#main .box_d3 {
	float: left;
	width: 325px;
	margin-right: 37px;
}
#main .box_d3 .pic {
	float: left;
}
#main .box_d3 .text {
	float: right;
	width: 200px;
	text-align: right;
}
#main .box_d3 .text .btn {
	margin-top: 30px;
	font-weight: bold;
	color: #1B0D0C;
}
#main .box_t {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
#main .box_f {
	float: left;
	margin-right: 15px;
}
#main .title_top2 {
	background-image: url(img/top_title2_bg.gif);
	background-repeat: no-repeat;
	height: 14px;
	padding-top: 3px;
	margin-top: 20px;
	margin-bottom: 15px;
}
#main .news_title {
	background-image: url(img/news_title_bg.gif);
	background-repeat: no-repeat;
	height: 14px;
	padding-top: 3px;
	margin-top: 20px;
	margin-bottom: 15px;
}
#main .news_title .right {
	float: right;
}
#main dl.topics {
	overflow: auto;
	height: 145px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #333333;
	scrollbar-darkshadow-color: #FFFFFF;
	padding-right: 10px;
	color: #666666;
	margin-bottom: 20px;
}
.formfield_s {
	width: 240px;
}
.formfield_s2 {
	width: 100px;
}
.formfield_m {
	width: 280px;
}
.formfield_l {
	width: 320px;
}
#main .first {
	margin-left: 0px;
}
#main .last {
	margin-right: 0px;
}
#content .top_btn {
	margin-top: 40px;
	text-align: right;
	padding-bottom: 10px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #3c2923;
}
#footer .foot_box {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer .foot_logo {
	float: right;
	width: 300px;
	color: #828282;
	font-size: 12px;
	clear: both;
}
#footer .foot_link {
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 15px;
	text-align: right;
	float: right;
	width: 460px;
}
#footer .foot_copyright {
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 15px;
	float: left;
	padding-bottom: 10px;
}
#header .head_logo, #footer .head_logo {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	background-size: 36px;
	height: 47px;
}
#header .head_logo a, #footer .head_logo a {
	font-size: 18px;
	font-weight: 700;
	color: #797979;
	line-height: 18px;
	padding-left: 42px;
}
#header .head_logo a span, #footer .head_logo a span {
	display: block;
	font-size: 11px;
	line-height: 14px;
	color: #517f32;
	padding-left: 42px;
	padding-top: 2px;
}
#footer .head_logo {
	padding-top: 10px;
	width: 270px;
	float: right;
	height: 40px;
}
#content .top_box_left {
	float: left;
	width: 640px;
	padding: 20px 0px 30px;
}
#content .box_d {
	float: left;
	width: 630px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #000;
}
#content .box_d .pic {
	float: left;
	width: 160px;
}
#content .box_d .pic img {
	max-width: 160px;
	width: 160px;
 width:expression(this.width > 160 ? "160px" : this.width);
	overflow: hidden;
}
#content .box_d .text {
	float: right;
	width: 450px;
}
#content .box_d .text .title {
	background-image: url(img/line1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 7px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
#content .box_d .text .btn {
	text-align: right;
	margin-top: 20px;
	font-weight: bold;
	color: #1B0D0C;
}
#content .top_box_right {
	float: right;
	width: 280px;
	padding-top: 32px;
}
#content .topics {
	font-size: 1.2em;
}
#content .topics dt {
	width: 100px;
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	height: 30px;
	line-height: 26px;
}
#content .topics dd {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 30px;
	line-height: 26px;
	width: 520px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.button_wrapper {
	text-align: center;
	padding: 10px;
}
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #33221e;
	color: #fff;
	padding: 10px 80px;
	font-size: 1.1em;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #604037;
}
#content .top_blog_box {
	border: 2px solid #7f7f7f;
	margin-top: 10px;
	background-color: #f6f6f6;
	text-align: center;
	padding: 10px;
	font-weight: 600;
}
#content .button.blog_button {
	border-radius: 4px;
	background-color: #f6f6f6;
	color: #7f7f7f;
	border: 1px solid #cccccc;
	padding: 5px 20px;
	font-weight: 400;
}
#content .button.blog_button:hover {
	background-color: #e5e5e5;
}
#content .top_contact_box {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: center;
	padding: 50px 0px 40px;
	color: #33221e;
}
#content .button.contact_button {
	padding: 18px 36px;
	border-radius: 30px;
	background-image: url(img/icon_contact.png);
	background-repeat: no-repeat;
	background-position: 30px 17px;
	text-indent: 30px;
	margin-bottom: 8px;
}
#content .top_box3 a {
	    color: #000000;
    text-decoration: underline;
}
