﻿@charset "UTF-8";
/*
style.css
*/

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4EC6DD;
}

.top{
	width:700px;
	height:330px;
	left:20%;	
	top:29%;
	position:absolute;
	z-index:10;
}

.top img{
	width:700px;
	height:330px;
}

#slider {  
	position: relative;
	z-index: -1;
	height: 100%;
	max-width: 1980px;
	margin: 0px auto 0px -10px;
} 
 
.slideshow {
		  height: 100%;
		  position: relative;
		  z-index: -1;
}
.slideshow img {
		  width: 100%;		  
}

.title {	font-size: 16px;
	line-height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.ch-g {
	font-size: 13px;
	line-height: 24px;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
.ch-p {
	font-size: 13px;
	line-height: 20px;
	color: #FF0099;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
.ch-o {
	font-size: 13px;
	line-height: 20px;
	color: #FF6600;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
.price_s {
	font-size: 16px;
	color: #FB0303;
	line-height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-weight: bold;
}
#gotop{
	position:fixed;
	bottom:160px;
    right: 20px;
	width:40px; height:60px;
	z-index:100;
	display:none;
}