@charset "utf-8";
body {
  font-family: Arial, sans-serif;
  color: #6e6e6e;
  font-size: 12px;
}
/*
h1 {
	color : #505055;
	border-bottom : 1px dotted #ffafaf;
	font-size : 18pt;
	width:400px;
}
*/
#tab01 h2 {
	font-size:16px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#tab02 h2.title {
	color:#899aa1;
	margin-top: 0px;
}


/* カスタマイズ */
.yui-skin-sam {
	width: 925px;
	/*width: 95%;*/
	/*margin-right:15px;*/
}

.yui-nav {
  border-bottom: 3px solid #899aa1!important;
  text-align: right;
  margin-top:30px;
}

.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 #899aa1!important;
  font-weight: bold;
}

.yui-content {
  padding: 15px!important;
  *padding: 30px 15px!important;  /* IE6,7 */
  background: #fff!important;
}

*:first-child+html #box01 {
	margin-top: -10px;
}


#tab01 {
	width: 45%;
	height: 127px;
	float: left;
	/*border: 1px #ccc solid;*/
}

#tab01 img {
	float: left;
	border: 1px #ccc solid;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 38px;
	margin-top: 5px;
}

#tab01 p {
	margin-bottom: -8px;
}

*:first-child+html #tab01 p {
	margin-top: 1em;
}


#line {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#tab02 {
	width: 52%;
	height: 127px;
	float: right;
	/*border: 1px #ccc solid;*/
}