@charset "utf-8";

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

	BODY
  
=============================================== */
html {
	min-height: 100%;
}

body {
	width:100%;
	min-height: 100%;
	text-align:center;
	color:#333;
	background: #fff url(../img/pc/bg.gif) no-repeat center top;
}


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

	LINK DECORATION
  
=============================================== */
a:link {
	color: #333;
	text-decoration:none!important;
}

a:visited {
	color: #333;
	text-decoration:none!important;
}

a:hover {
	color: #ec6941;
	text-decoration:none!important;
}


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

	STYLE
  
=============================================== */
.taishoLogo {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -480px;
}

h1 {
	padding-top: 83px;
	margin-bottom: 25px;
}

#slide {
	width: 714px;
	height: 292px;
	margin: 0 auto 135px auto;
	position: relative;
}

#tab {
	width: 41px;
	height: 292px;
	background: url(../img/pc/tab_on.gif) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

#tab li {
	display: block;
}

#tab li a {
	width: 41px;
	height: 97px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/pc/tab.gif) no-repeat;
}
	

#tab li.t1 a { background-position: 0px 0px; }
#tab li.t2 a { background-position: 0px -97px; }
#tab li.t3 a { background-position: 0px -194px; height: 98px; }

#tab li a:hover,
#tab li.current a {
	background: none;
}

#slide .slides {
	position: absolute;
	left: 26px;
	width: 627px;
	height: 307px;
}

#slide p {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#t1 { top: -9px; }
#t2 { top: 1px; }
#t3 { top: -1px; }

/* about */
#about {
	width: 740px;
	text-align: left;
	margin: 0 auto 30px auto;
	position:relative;
}

#about dl {
	width: 580px;
	overflow: hidden;
}

#about dt {
	float: left;
	padding-top: 32px;
}

#about dd {
	margin-left: 142px;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}

#about .testBtn {
	position: absolute;
	top: -116px;
	right: -56px;
}

/* footer */
footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
}