/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 





a.main:link { color: #FFFFFF; font-size: 12px;letter-spacing: 0px;  white-space: nowrap;}
a.main:visited { color: #FFFFFF; font-size: 12px;letter-spacing: 0px;  white-space: nowrap; }
a.main:hover { color: #CCFF33; font-size: 12px;letter-spacing: 0px;  white-space: nowrap;}
a.main:active { color: #FFFFFF; font-size: 12px;letter-spacing: 0px;  white-space: nowrap;}


a.foot:link { color: #666666;font-size: 10px;letter-spacing: 1px}
a.foot:visited { color: #666666;font-size: 10px;letter-spacing: 1px}
a.foot:hover { color: #CC3300;font-size: 10px;letter-spacing: 1px}
a.foot:active { color: #666666;font-size: 10px;letter-spacing: 1px}






/*************文字***************************/ 

.s12px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
	letter-spacing: 1px;
	text-align: justify;
	text-justify: distribute;

}

.s10px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 12px;
	vertical-align: top;
	letter-spacing: 1px;
	text-align: justify;
	text-justify: distribute;

}

.s9px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9px;
	line-height: 12px;
	vertical-align: top;
	letter-spacing: 1px;
	text-align: justify;
	text-justify: distribute;

}



.copyright {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

/*************画像***************************/ 

.posi_r {
	margin-bottom:5px;
	float:right;
	margin-left: 5px;
}

.posi_l {
	margin-left:0px;
	margin-bottom:5px;
	float:left;
	margin-right: 5px;
}



/*************見出し***************************/ 


/*************強調***************************/ 

.strong_white {
	font-weight: bold;
	color: #FFFFFF;
}
.strong_glay {
	font-weight: bold;
	color: #666666;
}
.strong_glay2 {
	font-weight: bold;
	color: #333333;
}

.strong_orange {
	font-weight: bold;
	color: #FF6600;
}
.strong_red {
	font-weight: bold;
	color: #990033;
}
.strong_bule {
	font-weight: bold;
	color: #000099;
}
.strong_green {
	font-weight: bold;
	color: #009999;
}
.strong_purple {
	font-weight: bold;
	color: #660066;
}



/*************ボーダー***************************/ 
.dot01{
	border-top: 1px dotted #333333;
	border-bottom: none;
	border-right: none;
	border-left: none;
	color: #FFFFFF;
}

.solid01{
	border-top: 1px solid #333333;
	border-bottom: none;
	border-right: none;
	border-left: none;
	color: #FFFFFF;
}


.solid02{
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-right: none;
	border-left: none;
	color: #FFFFFF;
}

.img-line01{
	border: 1px solid #333333;
	color: #333333;
}

hr{

	margin: 5px 0px 5px 0px;
}
	
/*************テーブル***************************/ 

.t_base {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 17px;



	vertical-align: top;
	letter-spacing: 1px;
	
		text-align: justify;
	text-justify: distribute;
}

.t_9px {
	font-size: 9px;

  color: #666666; /* 文字の色 */
	line-height: 11px;
}
	

.t_10px {
	font-size: 10px;
 
  color: #666666; /* 文字の色 */
	line-height: 12px;

}
.t_11px {
	font-size: 11px;

  color: #666666; /* 文字の色 */
	line-height: 14px;
}



