<!--
BODY{
background-color:#ffffff;
}
.center{
text-align:center;
}
.title{
color:#6666CC;
}
.description{
text-align:left;
font-weight:bold;
margin-left:3%;
}
.control{
text-align:left;
margin-left:3%;
}
.help{
text-align:right;
margin-right:3%;
}
.linker{
font-weight:bold;
margin-left:3%;
}
.divide{
width:90%;
text-align:center;
}

.ButtonStyle{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: large;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: dodgerblue;
	text-align: center;
	width: 160px;
	height: 50px;
	background-image: url(images/SearchButton.gif);

}
.ButtonStyle1{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: large;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: dodgerblue;
	text-align: center;
	width: 130px;
	background-image: url(images/SearchButton.gif);

}
.ButtonStyle2{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: large;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: dodgerblue;
	text-align: center;
	width: 230px;
	background-image: url(images/SearchButton.gif);

}
.ButtonStyle3{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: x-small;
	font-style: normal;
	line-height: 100%;
/*	font-weight: bold;*/
	color: #FFFFFF;
	background-color: dodgerblue;
	text-align: center;
	vertical-align: middle;
	width:  38px;
	height: 25px;
	background-image: url(images/SearchButton.gif);
}
.KeyTitle{
width:10%;
text-align:left;
vertical-align:middle;
}
.SortTitle{
width:50%;
text-align:left;
vertical-align:middle;
}

.SearchWord{
	background-color: #999999;
}
.SelectSub{
	background-color: #CCCCCC;
}
.SelectOrder{
	background-color: #CCCCCC;
}

.Notice {
	FONT-SIZE: 10pt;
	COLOR: #FF3366;
}
-->


