@charset "UTF-8";

div#tab_wrapper {
	background-image: url(../images/tabbg_02.gif);
	width: 680px;
	position: relative;
}
div#tab_container {
	background-image: url(../images/tabbg_03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px 15px 17px 15px;
}
div.tab_inner {
	padding: 50px 10px 10px 10px;
}
div#tab_wrapper h2 {
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -5000px;
	width: 680px;
	height: 55px;
	background-image: url(../images/tabbg_01.gif);
}
div#tab_wrapper h3.tab {
	width: 150px;
	height: 50px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	text-indent: -5000px;
	overflow: hidden;
}
h3#tab01 {
	background-image: url(../images/tab_01.gif);
	left: 10px;
}
h3#tab02 {
	background-image: url(../images/tab_02.gif);
	left: 160px;
	background-position: 0px -50px;
}
h3#tab03 {
	background-image: url(../images/tab_03.gif);
	left: 310px;
	background-position: 0px -50px;
}
h3#tab04 {
	background-image: url(../images/tab_04.gif);
	left: 460px;
	background-position: 0px -50px;
}

div#tab02_inner,div#tab03_inner,div#tab04_inner {
	display: none;
}
p.clear {
	clear: both;
	font-size: 10px;
	padding: 10px;
	color: #666666;
}
