@charset "utf-8";
/*body {
  font-family: Arial, sans-serif;
}
h1 {
	color : #505055;
	border-bottom : 1px dotted #ffafaf;
	font-size : 18pt;
	width:400px;
}*/

/* カスタマイズ */
.yui-nav {
  border-bottom: 5px solid #EEA200!important;
}

.yui-nav li.selected {
  margin-bottom: 0!important;
}

.yui-nav li.selected a,
.yui-nav li a {
  margin: 0!important;
  padding: 4px 10px!important;
  border: 1px solid #ccc!important;
  border-bottom: none!important;
  height: auto!important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

.yui-nav li.selected a {
  border: 1px solid #EEA200!important;
  font-weight: bold;
}

.yui-content {
  padding: 10px!important;
  *padding: 10px 25px!important;  /* IE6,7 */
  background: #000!important;
}