.underline2 {
	display: inline;
	border-bottom: 1px dotted #dddddd;
font-size:14px;
color:#403840;
padding:10px 10 10 20px;
text-decoration:none;
line-height:1.8em;
color:#666666;
margin-bottom:20px;

}

#text1 div{
margin-bottom:12px;

}

#text2 div{
margin-bottom:12px;

}

#text3 div{
margin-bottom:12px;

}
.black{
	font-weight: bold;
}

.black2{
	font-weight: bold;
	border-bottom: dotted 1px;
}


.red { font-weight: bold; color: #ff3333;
}

.center {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.des
{
	border: 1px solid #ccc;
	margin: 0 0 10px;
	padding: 10px;
}

p {
	margin-bottom: 20px;
}
.tohyo.small{
  padding: 1px 12px;
}

.tohyo.color{
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  background-image: linear-gradient(top, rgba(255,255,255,.3),
                     rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC);
}
 
/* */
 
.tohyo.iro{
  background-color: #ff6666;
  border-color: #ff6666;
}
 
.tohyo.iro:hover{
  background-color: #ee5f5b;
}
 
.tohyo.iro:active{
  background: #c43c35;
}

.tohyotext{
	font-size: 18pt;
	line-height: 24px;
	font-weight: bold;
}
.tohyotext1{
	color: #40b7ff;
}
form {
	margin-bottom: 10px;
}
.tohyotext2{
	font-size: 14pt;
	color: #FF6666;
}
}


.graph {
    position: relative; /* IE is dumb */
    width: 300px;
    border: 1px solid #207870;
    padding: 2px;
}

.graph .bar {
    display: block;
    position: relative;
    background: #409890;
    text-align: center;
    color: #f0ffff;
    height: 1em;
    line-height: 2em;
 margin-top:10px;
 margin-bottom:10px;
}
.graph .bar span { position: absolute; left: 1em; }



/*●テーブルタグ*/
#main-contents .noyohaku table{
	margin-bottom: 0em;
	padding: 0;
	border-top: 0px none #ffffff;
	border-left: 0px none #ffffff;
}

/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*#main-contents table{ table-layout: auto; }*/

#main-contents .noyohaku td{
	padding: 0em;
	border-right: 3px none #ffffff;
	border-bottom: 0px none #ffffff;
}

