/*-------------------基本設定-------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	margin: 0px;
	background-image: url(images/back.gif);
	padding: 0px;
	line-height: 13pt;
}

#border {
	border: 1px solid #CCCCCC;
}
a {
	text-decoration: none;
	color: #FF4A1E;
}
a:hover {
	text-decoration: underline;
}
#header {
	background-image: url(images/header_back02.jpg);
	height: 87px;
	margin-bottom: 5px;
	background-repeat: repeat-x;
}
#spBtnBox {
	display: none;
}

#main_wrapper {
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
#main {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.box1 {
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
.box2 {
	padding-top: 20px;
}
td {
	font-size: 10pt;
	line-height: 13pt;
}

.box3 {
	border: 1px solid #999999;
	margin-top: 20px;
	margin-bottom: 20px;
}
.box4 {
	padding-bottom: 25px;
}
.box5 {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	padding: 10px;
	text-align: center;
}




img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header .rightBox {
	text-align: right;
}
#header .rightBox img,
#header .font_color2 p {
	display: inline;
	float: right;
}

/*-------------------文字設定-------------------*/
.font_color1 {
	color: #727172;
}
.font_color1 a {
	color: #727172;
}
.red_bold {
	font-weight: bold;
	color: #CC0000;
}
.font_color2 {
	font-size: 10pt;
	font-weight: bolder;
	color: #765C30;
}

.font_bold {
	font-weight: bold;
}

.float_right {
	float: right;
}
#contact_table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EAC862;
	border-right-color: #EAC862;
	border-bottom-color: #EAC862;
	border-left-color: #EAC862;
}
.box6 {
	float: left;
	width: 270px;
	vertical-align: top;
	margin-right: 14px;
}
.box7 {
	text-align: right;
	width: 250px;
	float: right;
}



#contact_table td {
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EAC862;
	border-right-color: #EAC862;
	border-bottom-color: #EAC862;
	border-left-color: #EAC862;
	color: #614B03;
}
#boxclear {
	clear: both;
}


/*-------------------SP用ボタン-------------------*/
#spBtnBox {
	width: 800px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}
#spBtnBox a {
	display: block;
	font-size: 22px;
	padding: 20px 0;
	border: solid 2px #F49303;
	border-radius: 12px;
	background-image: -moz-linear-gradient(top, #ffffff, #f4c343);
	background-image: -webkit-linear-gradient(top, #ffffff, #f4c343);
	background-image: linear-gradient(top, #ffffff, #f4c343);
	background-clip: padding-box;
}


