body {
	font-size: 80%;
	color: #333333;
	font-family: Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background: #FFFFFF;
}


#content {
	width: 500px;
	margin: 0 0 50px 24px

}

#tabContent, #menuContent {
	background-color: #ffffff;
	padding: 5px;
}

#tabIndex, #menuIndex {
	margin: 0px;
	padding: 0px;
	
}

#tabIndex li, #menuIndex li {
	float:left;
	margin-right: 10px;
	padding: 0.5em;

	list-style-type: none;
	cursor: pointer;
	display: block;
}

#tabIndex .close, #menuIndex .close {
  background-color: #dcdcdc;
  font-weight: bold;
  text-decoration: none;
  color:#0000FF;
  border-width: thin; border-style: dotted; color: #999;
}
#tabIndex .open, #menuIndex .open {
  background-color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-width: thin; border-style: solid; color: #999;
}

#tabBoxIndex, #menuBoxIndex {
	background-color: #ffffff;
	border: #999 solid 1px;
	padding: 1em;
	clear: both;
	
}
.tabBoxmenu{
  font-weight: bold;
  border-bottom : 3px dotted #fc0;
  margin-bottom: 5px
  
}
.tabtext {
  font-weight: nomal;
  line-height: 120%;
}

body #tabContent a:link {
	color: #000000;
	overflow:hidden;
outline:none;
}

body #tabContent a:visited {
	color: #000000;
}

body #tabContent a:hover {
	color: #FF9900;
	text-decoration: none;
}

body #tabContent a:active {
	color: #000000;
}