@charset "utf-8";
/* CSS Document */

#aboutmain {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#aboutmain p {
	display: none;
}

#aboutmain p.select {
	display: block;
}

#contents .tab{
	width: 630px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 100px;
	left: 176px;
}

#contents .tab li{
	height: 40px;
	display: inline;
	float: left;
	margin-right: 27px;
}

#contents .tab li.tab04{
	margin-right: 0;
}

#contents .tab li p {
	padding-top: 40px;
	overflow: hidden;
	background-image: url(../img/tab.png);
	background-repeat: no-repeat;
}

#contents .tab li p:hover {
	cursor: pointer;
}
#contents .tab li p.select:hover {
	cursor: default;
}

#contents .tab li.tab01 p {
	width: 168px;
	background-position: 0 0;
}

#contents .tab li.tab01 p.select {
	background-position: 0 -40px;
}

#contents .tab li.tab02 p {
	width: 109px;
	background-position: -180px 0;
}

#contents .tab li.tab02 p.select {
	background-position: -180px -40px;
}

#contents .tab li.tab03 p {
	width: 168px;
	background-position: -300px 0;
}

#contents .tab li.tab03 p.select {
	background-position: -300px -40px;
}

#contents .tab li.tab04 p {
	width: 104px;
	background-position: -480px 0;
}

#contents .tab li.tab04 p.select {
	background-position: -480px -40px;
}