@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 #c20000!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 #c20000!important;
  font-weight: bold;
}

.yui-content {
  padding: 15px!important;
  *padding: 30px 15px!important;  /* IE6,7 */
  background: #fff!important;
}.pia {
	font-size: 24px;
	color: #09F;
}
.midashi {
	background-color: #000;
}

