@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	

}

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

h1 {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
h2 {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
}

#container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

/* index.html / index02.html
--------------------------- */
#slideshow {
	width: 100%;
	max-width: 960px;
    margin: 0 auto;
	text-align: left;
	background-color:#ffffff
}
#slideshow div {
    width: 100%;
	max-width: 960px;
	height: 584px;
	overflow: hidden;
	position: relative;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow ul {
    width: 100%;
	max-width: 960px;
}

#slideshow ul li {
	width: 16.66%;
	float: left;
	display: inline;
}

#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow ul {
	display: inline-block;
	overflow: hidden;
}



/* index03.html
--------------------------- */
#slideshow02 {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	position: relative;
}
#slideshow02 div {
	width: 900px;
	height: 555px;
	overflow: hidden;
	position: relative;
}
#slideshow02 div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow02 ul {
	bottom: 10px;
	right: 0;
	width: 240px;
	position: absolute;
	z-index: 100;
}

#slideshow02 ul li {
	width: 60px;
	float: left;
	display: inline;
}

#slideshow02 .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow02 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow02 ul {
	display: inline-block;
	overflow: hidden;
}

#copy1{

	height:117px;
	clear:both;
}

#copy{

	height:34px;
	clear:both;
}
