@charset "utf-8";
#main_box_etiquette {
	padding: 0px;
	height: 322px;
	width: 813px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
/*	background-image: url(../img/etiquette/etiquette_back.jpg);*/
	background-repeat: no-repeat;
	border-style: solid;
	border-color: #8b805e;
	border-width: 1px;
	position: relative;
}
#title {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8b805e;
	height: 16px;
	width: 792px;
}
#etiquette_left {
	float: left;
	height: 273px;
	width: 370px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 4px;
}
div.infobox {
	overflow: auto;
	border: 1px solid #999;
	background-position: left top;
	height: 247px;
	width: 399px;
	scrollbar-3dlight-color:    #fff;
	scrollbar-arrow-color:      #000;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color:       #fff;
	scrollbar-highlight-color:  #fff;
	scrollbar-shadow-color:     #fff;
	position: absolute;
	left: 400px;
	top: 54px;
}
div.infobox img {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	}	
#etiquette_left ul {
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 15px;
	left: 145px;
}
/* for IE6 */
* html #etiquette_left ul {
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 15px;
	left: 135px;
}
#etiquette_left ul li {
	text-indent: -9999px;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}
li.etiquette_1 a {
	background-image: url(../img/etiquette/button_etiquette1.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 58px;
	width: 243px;
}
#appear1 li.etiquette_1 a {
	background-image: url(../img/etiquette/button_etiquette1_on.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 58px;
	width: 243px;
}
li.etiquette_2 a {
	background-image: url(../img/etiquette/button_etiquette2.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 58px;
	width: 243px;
}
#appear2 li.etiquette_2 a {
	background-image: url(../img/etiquette/button_etiquette2_on.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 58px;
	width: 243px;
}


/*以下のCSSは2022年6月6日追加*/

#etiquette_pdf_left {
	float: left;
	height: 262px;
	width: 523px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 4px;
}

#etiquette_pdf_right {
    height: 128px;
    width: 237px;
    position: absolute;
    left: 554px;
    top: 172px;
}

#etiquette_pdf_right ul {
	padding: 0px;
	margin: 0px;
	position: relative;
}
/* for IE6 */
* html #etiquette_pdf_right ul {
	padding: 0px;
	margin: 0px;
	position: relative;
}
#etiquette_pdf_right ul li {
	text-indent: -9999px;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}

li.etiquette_pdf1 a {
	background-image: url(../img/etiquette/button_etiquette_pdf1.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 58px;
	width: 237px;
}

li.etiquette_pdf2 a {
	background-image: url(../img/etiquette/button_etiquette_pdf2.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 58px;
	width: 237px;
}

/*2022年6月6日追加ここまで*/