body {
	margin: 0 0 0 0;
	font-family: "MS Sans Serif";
	font-size: 14px;
	line-height:1.8;
	background-image: url(images/bg_web.jpg);
	background-repeat:repeat-x;
  background-size: 100%;
	background-color:#69460C;
}

/* ////////////////// */
/* FONT */
.font_bold {
	font-weight:bold;
}
.font_666666 {
	color:#666666;
}
.font_16_bold {
	font-size:16px;
	font-weight:bold;
}
.font_content_head {
	font-size:16px;
	font-weight:bold;
	text-decoration: underline;
}
.font_FFFFFF {
	color:#FFFFFF;
}
.font_CCCCCC {
	color:#CCCCCC;
}

/* ////////////////// */
/* LINK */
a:link {
	font-family: "MS Sans Serif";
	font-size: 14px;
	color: #985916;
	text-decoration: none;
}
a:visited {
	font-family: "MS Sans Serif";
	font-size: 14px;
	color: #985916;
	text-decoration: none;
}
a:active {
	font-family: "MS Sans Serif";
	font-size: 14px;
	color: #985916;
	text-decoration: none;
}
a:hover {
	font-family: "MS Sans Serif";
	font-size: 14px;
	color: #58340D;
	text-decoration: underline;
}

.hidedot a:link {
	font-size: 5px;
	color: #E7E7E7;
	text-decoration: none;
}
.hidedot a:visited {
	font-size: 5px;
	color: #E7E7E7;
	text-decoration: none;
}
.hidedot a:active {
	font-size: 5px;
	color: #E7E7E7;
	text-decoration: none;
}
.hidedot a:hover {
	font-size: 5px;
	color: #E7E7E7;
	text-decoration: none;
}

/* ////////////////// */
/* BORDER */
.border_photo_gallery {
	border:#FFFFFF 5px solid;
}
.border_FFFFFF {
	border:#000000 1px solid;
}

/* ////////////////// */
/* TABLE */
.table_bg {
	background: #FCFCFC;
	font-style: normal;
	font-family: "MS Sans Serif";
	font-size: 14px;
 	vertical-align:top;
	width: 100%;
	margin:0px 0px 0px 0px;
}

.table_head {
	background: #622E07;
	color: #FCFCFC;
	font-weight: normal;
	font-family: "MS Sans Serif";
	font-size: 14px;
}

.table_detail_1 {
	background-color: #D6D6D6;
	font-weight: normal;
	font-family: "MS Sans Serif";
	font-size: 14px;
}

.table_detail_2 {
	background-color: #E9E9E8;
	font-weight: normal;
	font-family: "MS Sans Serif";
	font-size: 14px;
}