




/* 検索のスタイル設定*/

<style type="text/css">
<!--

.input {
	border-style: solid;
	border-color: #005764;
	border-width: 1;
	background-color: #00CFEB;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    width: 90px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #00CFEB;
	border-width: 1px;
	border-style: solid;
	border-color: #669999;
	font-size: 9px;
}

//-->
</style>


<style type="text/css">
<!--
table.sample{
border-style: dashed;
}
-->
table.sample2{
border-style: dashed;
}
-->
</style>

<style type="text/css">
<!--
 A:link  {text-decoration:underline;}
 A:active{color:#0033FF; text-decoration:underline;}
 A:hover {color:#ff6600; text-decoration:underline;}
 A:visited {text-decoration:underline;}

-->
</style>


<style type="text/css">
<!--
.figure { float: right; }
.figure2{ float: left;  }
.no-float { clear: both; }


-->
</style>

body {
background-image: url("img/graphic.gif");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom
} 

body {
background-image: url("img/back.gif");
background-repeat: repeat;
background-attachment: fixed;

} 




