/*CSS*/


div#txt-sense {
	font-size: 12px;
	line-height: normal;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}
div#txt-sense a{
	color: #0000EE;
	text-decoration: underline;
	font-weight: bold;
}
div#txt-sense table{
	background-color:#F3F5F7;
	border: 1px solid #AEBDCC;
	text-align: left;
}
div#txt-sense td.bottom{
	font-size: 10px;
background-color:#AEBDCC;
}
div#txt-sense .domain {
	font-size: 10px;
	color: #008000;
}

div.ct { text-align: center }
div.solid {
  padding: 10px;
  margin-bottom: 1.5em;
  border: 1px solid #B4B4B4;
}
div.code {
  font-family : "ＭＳ ゴシック", Courier;
  border: 1px solid #BBCDDB;
  margin:10px;
  padding:4px;
  background:#FBFFFF;
}


/* Class */
.image-float-left {
  float: left;
  margin: 0px 6px 6px 0px;
}
.image-float-right {
  float: right;
  margin: 0px 0px 6px 6px;
}

.style-none {
  font-style: normal;
  font-weight: normal;
}
.style-bold {
  font-weight: bold;
  font-style: normal;
}
.font-x-small {
  font-size: x-small;
}
.underline {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #990000;
}
.gray9 {
  color: #999999;
}
.gray_apple {
  color: #AEAFB1;
}
.gray_apple-bold {
  font-weight: bold;
  color: #AEAFB1;
}
.orange {
  color: #FF6600;
}
.orange-bold {
  font-weight: bold;
  color: #FF6600;
}
.red {
  color: #FF0000;
}
.red-bold {
  font-weight: bold;
  color: #FF0000;
}
.red99 {
  color: #990000;
}
.red99-bold {
  font-weight: bold;
  color: #990000;
}
.goto {
  font-weight: bold;
  color: #CC6600;
}

.line-height-120 {
  line-height: 120%;
}

.li-none {
  list-style-type: none;
}

.hr-gray {
  border-top:1px solid #CCCCCC;
  border-right:none;
  border-bottom:none;
  border-left:none;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  height:1px;
}
.hr-dotted {
  border-top:1px dotted #CCCCCC;
  border-right:none;
  border-bottom:none;
  border-left:none;
  margin-bottom: 0.3em;
  height:1px;
}

.ad-box {
  text-align: left;
  padding: 3px;
  margin-bottom: 15px;
  border: 1px solid #CCCC99;
}
.ad-box h4 {
  font-weight: bold;
  color: #CC6600;
  margin: 0px 4px;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: small;
  line-height: 110%;
}
.ad-box p {
  margin: 0px;
  padding-bottom: 4px;
}
.ad-box ul {
  margin: 0px 4px;
  padding-bottom: 4px;
  list-style-type: none;
  line-height: 110%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.ad-box li {
  margin-bottom: 1em;
}

.a-box {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
}

.a-box_pad-half {
  margin-top: 0px;
  margin-right: 0.5em;
  margin-bottom: 1em;
  margin-left: 0.5em;
}
