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

.midashi01 {
	background: url(../../images/com/line01.gif) left bottom repeat-x;
	margin: 25px 0 20px;
	font-size: 150%;
}

.midashi05 {
	border-left: 5px solid #000066;
	font-size: 124%;
	color: #006;
	margin-bottom: 20px;
	padding-left: 10px;
}

.textBox {
	width: 325px;
}

.imgBox02 {
	width: 300px;
}

#tabContainer {
	margin-top: 50px;
	padding-top: 26px;
	position: relative;
}

.tabNav {
	position: absolute;
	top: 0;
	left: 5px;
}

.tabNav li {
	width: 111px;
	height: 26px;
	float: left;
	_display: inline;
	background: url(../images/entry/bg_tab01.gif) 0 0 no-repeat;
	margin-right: 10px;
}

.tabNav li a {
	_width: 111px;
	display: block;
	text-align: center;
	padding: 6px 0 4px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

.tabNav li a:hover {
	color: #444;
}

#detailArea {
	border: 1px solid #666;
	padding: 20px;
	height: 500px;
	overflow: auto;
}

.btn01,
.btn02,
.btn03 {
	width: 111px;
	height: 27px;
	position: absolute;
	background: url(../images/entry/bg_tab02.gif) 0 0 no-repeat;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	top: -15px;
}

.btn01 {
	left: 5px;
}

.btn02 {
	left: 126px;
}

.btn03 {
	left: 247px;
}

.btn04 {
	text-align: center;
	margin-top: 20px;
}

#tab1 table,
#tab2 table,
#tab3 table {
	width: 100%;
	/width: 97%;
	border: 0;
	border-collapse: collapse;
}

#tab1 table th,
#tab1 table td,
#tab2 table th,
#tab2 table td,
#tab3 table th,
#tab3 table td {
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#tab1 table th,
#tab2 table th,
#tab3 table th {
	background: #0060B6;
	color:#fff;
	text-align: left;
}

#tab1 table td,
#tab2 table td,
#tab3 table td {

}

.lv01 {
	width: 130px;
}

.lv02 {
	background: #f2f2f2;
}

.lv03 {
	padding: 10px 5px !important;
}














