/*ここからbody設定*/
.BarClass{
	margin: 0px;
  background-color : olive;
  width : 100%;
}
.border {
	border: none;
	margin: 0px;
	padding: 0px;
}

/*ここからヘッダー設定*/
#topframe {
	background-image : url(head_back.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#head {
	text-align: left;
	background-image : url(head_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	border: none;
}
#topframe .navi {
	margin: 0px;
	text-align: right;
	font-size: 80%;
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 2px;
}
#topframe .pan {
	margin: 0px;
	text-align: left;
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1em;
}
#topframe .date {
	font-size: 80%;
	margin: 0px;
	padding-right: 2em;
	text-align: right;
	padding-bottom: 1em;
}

/*ここからフッターの設定*/
#footer {
	text-align: center;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: 80%;
	padding-top: 1em;
	padding-bottom: 1em;
}
.back {
	text-align: right;
	margin: 5px 0px;
	padding: 0px 2em 0px 0px;
	font-size: 80%;
}
#copy {
	font-size: 70%;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #006600;
	text-align: center;
	margin: 0px;
}
.LabelClass{
  color : silver;
  width : 150px;
}
.PulldownClass{
  color : silver;
  background-color : olive;
  text-decoration : none;
  width : 100px;
  height : 1em;
  left : auto;
}
A:HOVER{
  text-decoration : none;
}
