/*　印刷用（印刷時に不必要なものを消しておく）　*/
@media print {
    .print_none { display: none; }
}


/*　リンク　*/
a.menu:link{
	color:#555555;
	text-decoration:none;
}
a.menu:visited{
	color:#555555;
	text-decoration:none;
}
a.menu:hover{
	text-decoration:underline;
}

a.menu_blue:link{
	color:#2b6bff;
	text-decoration:none;
}
a.menu_blue:visited{
	color:#2b6bff;
	text-decoration:none;
}
a.menu_blue:hover{
	text-decoration:underline;
}

a.menu_green:link{
	color:#069b1f;
	text-decoration:none;
}
a.menu_green:visited{
	color:#069b1f;
	text-decoration:none;
}
a.menu_green:hover{
	text-decoration:underline;
}

a.menu_orange:link{
	color:#fd9602;
	text-decoration:none;
}
a.menu_orange:visited{
	color:#fd9602;
	text-decoration:none;
}
a.menu_orange:hover{
	text-decoration:underline;
}

a.menu_red:link{
	color:#ff3300;
	text-decoration:none;
}
a.menu_red:visited{
	color:#ff3300;
	text-decoration:none;
}
a.menu_red:hover{
	text-decoration:underline;
}

/*　フォント　*/
td{
	font-size:12px;
	color:#555555;
}

h2{
color:#555555;
margin:1px;
line-height:20px;
font-size:14px;
}

.txt10_gray {
	font-size: 10px;
	line-height: 15px;
	color: #555555;
}
.txt13_gray {
	font-size: 13px;
	color: #555555;
}
.txt14_gray {
	font-size: 14px;
	color: #555555;
}
.txt16_gray_b {
	font-size: 16px;
	color: #555555;
	font-weight: bold;
}

.txt12_blue {
	font-size: 12px;
	color: #2b6bff;
}
.txt16_blue_b {
	font-size: 16px;
	color: #2b6bff;
	font-weight: bold;
}

.txt10_red {
	font-size: 10px;
	color: #ff3300;
}
.txt12_red {
	font-size: 12px;
	color: #ff3300;
}
.txt14_red {
	font-size: 14px;
	color: #ff3300;
}
.txt16_red_b {
	font-size: 16px;
	color: #ff3300;
	font-weight: bold;
}

.txt10_orange {
	font-size: 10px;
	line-height: 13px;
	color: #fd9602;
}
.txt12_orange {
	font-size: 12px;
	color: #fd9602;
}
.txt16_orange_b {
	font-size: 16px;
	color: #fd9602;
	font-weight: bold;
}

.txt12_green {
	font-size: 12px;
	color: #069b1f;
}
.txt16_green_b {
	font-size: 16px;
	color: #069b1f;
	font-weight: bold;
}

.txt12_pink {
	font-size: 12px;
	line-height: 13px;
	color: #ff6a8d;
}
.txt12_pink_b {
	font-size: 12px;
	line-height: 13px;
	color: #ff6a8d;
	font-weight: bold;
}