A {TEXT-DECORATION: none }.font12 {  font-size: 12pt;}
.linkred {  font-size: 11pt; color:#990000;}
A.linkred:hover {
	color : #ee0000;
	font-size: 11pt;
	font-style: normal; text-decoration: underline;}

.font11wwind10 {
	padding-top: 10px;
	padding-left: 10px;
	font: normal 11pt/170% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


.font9 {  font-size: 9pt; line-height: 120%;}
.font10 { font-size: 10pt; 
}
.font10wh {
	font-size: 10pt;
	color: #FFF;
}
.font10W {
	font-size: 10pt;
	line-height: 130%;
}
.font10ww {
	font-size: 10pt;
	line-height: 180%;
}
.font11 {  font-size: 11pt;}
.font11W {  font-size: 11pt; line-height: 120%;}
.font11ww {  font-family: "ＭＳ Ｐ明朝", "細明朝体"; font-size: 11pt;  line-height: 170%;}

.font11w_m { font-family: "ＭＳ Ｐ明朝", "細明朝体"; font-size: 11pt;  line-height: 120%;}

.font14 {  font-size: 14pt;}

.font12w {  font-family: "ＭＳ Ｐ明朝", "細明朝体"; font-size: 12pt; line-height: 150%;}

.font14w {  font-family: "ＭＳ Ｐ明朝", "細明朝体"; font-size: 14pt; line-height: 150%;}

#column_right { }
.banner04 {
	float: left;
	padding: 0px;
	margin: 0px;
	position: static;
	clip: rect(auto,auto,auto,auto);
}

/*******************************************************************************
#1	フロート
*******************************************************************************/
.float-left
{
float: left;
margin-right: 10px;
}
.float-right
{
float: right;
margin-left: 10px;
}

	
.float-clear
{
clear: both;
height: 1px;
margin-bottom: -1px;
}

.float-clear-after:after
{	/* IE6非対応 */
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


