html, body{
	line-height: 25px;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 0;
	text-align: left;
	 }
a:link {
	color: #104BFB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0D99FC;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#wrapper{
	width: 904px;
	margin: 0 auto;
	}

#header{
	margin: 0 auto;
	padding: 20px 0 20px 0;
	}
	
#nav{
	}
	
#section{
	}
#section .top {
	clear: none;
	margin: 0 0 3px 0;
}
#section .bottom {
	background-image: url(../images/section_bottom.gif);
	margin: 0 auto;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: bottom;
}

/*slide show IMG set*/
.slideshow {
	height: 300px;
	width: 300px;
	margin: auto;
	float:left;
	border: 1px solid #000;
}
.slideshow_02 {
	height: 300px;
	width: 300px;
	margin: auto;
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
}
.slideshow_03 {
	height: 300px;
	width: 300px;
	margin: auto;
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
}
	
.article{
	margin: 0 auto;
	padding: 50px 0;
	display: block;
	}
.salesinfo {
	margin: 0 0 0;
	padding: 4em 2em 0 2em;
	display: block;
	background-image: url(../images/info_base.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 24px;
	height: 462px;
}
.salesinfo ul {
	margin: 3em 0 0em;
}
.salesinfo ul li {
	margin: 0 1em 0 0;
	display: inline;
}
.salesinfo table {
	font-size: 12px;
	line-height: 15px;
	float: left;
	margin: 0 5em 0 0;
}
.salesinfo table tr td {
	padding-right: 10px;
	padding-top: 10px;
}

/* page-footer */
#footer {
	clear: both;
	text-align: center;
	padding-bottom: 50px;
}
#footer small  {
	font-size: 12px;
}
#footer ul {
	margin: 2em 0 2em;
	text-align: center;
}
#footer ul li {
	list-style-type: none;
	font-size: 12px;
	margin: 0 1em 0 0;
	float: left;
	text-align: left;
}
#footer ul .logo {
	float: right;
}
#footer ul#sp-switch {
	display: none;
}


em {
	display: block;
	width: 125px;
	height: 125px;
	position: absolute;
	top: 3959px;
	right: 342px;
	color: #FFF;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #666;
	background-color: #FFB400;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee3), to(#991));
	background-image: -webkit-linear-gradient(top, #ee3, #991);
	background-image: -moz-linear-gradient(top, #ee3, #991);
	background-image: -o-linear-gradient(top, #ee3, #991);
	background-image: -ms-linear-gradient(top, #ee3, #991);
	background-image: linear-gradient(top, #ee3, #991);
	-webkit-border-radius: 30px;
	-moz-border-radius: 125px;
	border-radius: 30px;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	-webkit-box-shadow: 0px 3px 3px #999;
	-moz-box-shadow: 0px 3px 3px #999;
	box-shadow: 0px 3px 3px #999;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeee33', EndColorStr='#999911');
}
