body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 10px;
}
h1 {
	font-size: 14px;
	color: #7d0133;
}
h2 {
	font-size: 13px;
	color: #6c5b37;
	line-height: normal;
}
h3 {
	font-size: 16px;
	color: #7d0133;
}
h4 {
	font-size: 14px;
	color: #FFFFFF;
}
h5 {
	font-size: 14px;
	color: #4bb464;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.Copyright {
	font-size: 12px;
	color: #D6D6D6;
	letter-spacing: 1px;
}
.Detail {
	font-size: 12px;
	color: #6c5b37;
	line-height: 0px;
	font-family: tahoma;
}
.mytxt {
	font-size: 14px;
	color: #4bb464;
	font-family: tahoma;
	font-weight:bold;
}
.mymenu1 {
	font-size: 16px;
	color: #7d0133;
	font-family: tahoma;
	font-weight:bold;
}
.mymenu2 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: tahoma;
	font-weight:none;
}
.Detail1 {
	font-size: 14px;
	color: #6c5b37;
	font-family: tahoma;
	font-weight:none;
}
.Detail2 {
	font-size: 10px;
	color: #6c5b37;
	font-family: arial;
	font-weight:none;
}
.Detail3 {
	font-size: 14px;
	color: #7d0133;
	font-family: arial;
	font-weight:bold;
}
.text_menuset {
	font-size: 14px;
	color: #6c5b37;
	font-family: tahoma;
	font-weight:none;
}
 
a img{border:none;}

a.link333:link {font-family: tahoma ;font-size: 16px;font-weight: bold;color: #7d0133;   text-decoration:  none; }
a.link333:visited {font-family: tahoma ;font-size: 16px;font-weight: bold;color: #7d0133; text-decoration:  none; }
a.link333:hover {font-family: tahoma ;font-size: 16px;font-weight: bold;color: #7d0133;  text-decoration:  none; }

a.link_menuset:link {font-family: tahoma ;font-size: 14px;font-weight: bold;color: #4bb464;   text-decoration:  none; }
a.link_menuset:visited {font-family: tahoma ;font-size: 14px;font-weight: bold;color: #4bb464;; text-decoration:  none; }
a.link_menuset:hover {font-family: tahoma ;font-size: 14px;font-weight: bold;color: #4bb464;  text-decoration:  none; }

.content{
	height: 100%;
	width: 100%;
	background-image: (../images/slide/pic_bigpicture1_17.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:repeat;
	transition:5s;

	animation-name:animate;
	animation-direction:alternate-reverse;
	animation-play-state:running;
	animation-timing-function:ease-in-out;
	animation-duration:30s;
	animation-fill-mode:forwards;
	animation-iteration-count:infinite;
}
@keyframes animate {
	0%{
		background-image: url(../images/slide/pic_bigpicture1_17.jpg);
	}
	20%{
		background-image: url(../images/slide/pic_seafood_17.jpg);
	}
	40%{
		background-image: url(../images/slide/pic_bigpicture3_17.jpg);
	}
	60%{
		background-image: url(../images/slide/pic_bigpicture4_17.jpg);
	}
	80%{
		background-image: url(../images/slide/pic_bigpicture6_17.jpg);
	}
	100%{
		background-image: url(../images/slide/pic_bigpicture5_17.jpg);
	}

}

#fadeshow1 .fade-prev,
#fadeshow1 .fade-next {
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-shadow: 0 0 5px black;
}