@charset "UTF-8";/*globalnavi */


#tabContent {
width:560px;
margin:0px auto;
}

#tabIndex {
	margin: 0px;
	padding: 0px;
}

#tabIndex li {
	float:left;
	list-style-type: none;
	cursor: pointer;
	display: block;
	width:140px;
	text-decoration:none;
}

#tabIndex .close {
background:url(../img/tab-off.gif) no-repeat 0 0;
text-decoration:none;
}
#tabIndex .close a {
display:block;
width:140px;
height:23px;
color:#709E54;
font-size:12px;
padding-top:7px;
text-decoration:none;
text-align:center;
}
#tabIndex .close a:hover{
background:url(../img/tab-over.gif) no-repeat 0 0;
}

#tabIndex .open {
background:url(../img/tab-on.gif) no-repeat 0 0;
  text-decoration: none;
}
#tabIndex .open a {
display:block;
width:140px;
height:23px;
color:#709E54;
font-size:12px;
padding-top:7px;
text-decoration:none;
text-align:center;
}

#tabBoxIndex {
background:url(../img/tabbox_re.gif) repeat-y 0 0;
	clear: both;
width:560px;
margin:0px auto;
}

div.tabBox{
width:560px;
margin:0px auto;
}



div.tabBox dl{
width:540px;
margin:0px auto;
padding:10px 0px;
border-bottom:1px solid #C5DAB8;
line-height:160%;
color:#423C32;
}
div.tabBox dt{
width:110px;
float:left;
padding-left:10px;
line-height:160%;
}
div.tabBox dd{
width:380px;
float:left;
}














