 @charset "utf-8";

* {
  margin: 0px;
  padding: 0px;
}

html {
  overflow:scroll;
  overflow:-moz-scrollbars-vertical;
  overflow-x:scroll;
}

body {
  background: #ffffff;
  background-image: url(../image/bg.jpg);
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #333333;
  scrollbar-base-color:F1F1F1;
  scrollbar-3dlight-color:C2C2C2;
  scrollbar-arrow-color:C2C2C2;
  scrollbar-shadow-color:F1F1F1;
  scrollbar-darkshadow-color:#000000;
  scrollbar-highlight-color:FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 150%;
}

table {
	width: 420px;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	margin: 10px 0 1em; 
}

tr {
	border-top: solid 1px #CCC;
}

th {
	font-weight: normal;
	background: #f4f4f4;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px;
	white-space: nowrap;
	border-top: solid 1px #CCC;
}
th.machine {
	font-weight: normal;
	background: #f4f4f4;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px;
	white-space: nowrap;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
}

td {
	padding: 5px 5px;
	border-top: solid 1px #CCC;
}

td.machine {
	padding: 5px 5px;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
img {
	border:0;
}

p {
  line-height: 2em;
}

.bold14 {
	line-height: 1.5em;
	font-weight: bold;
}

.normal14 {
	font-size: 14px;
	line-height: 1.5em;
}

.normal12 {
  font-size: 12px;
  line-height: 2em;
}

.normal10 {
  font-size: 10px;
  line-height: 110%;
}

.small9 {
  font-size: 9px;
  line-height: 110%;
}

.small8 {
  font-size: 8px;
  line-height: 110%;
}

a {
  text-decoration: none;
  color: #006699;
}

a:hover {
  text-decoration: underline;
  color: #CC0000;
}

hr.hr01 {
	height: 1px;
	border: none;
	border-top: 1px #a0a0a0 dashed;
	margin-top: 5px;
	margin-bottom: 5px;
}

hr.hr02 {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: none;
}

h2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

h4 {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	width: 520px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	color: #C00;
}

p.clear {
  clear: both;
}  

.list {
	list-style-type: disc;
	list-style-image: none;
	padding-left: 15px;
	line-height: 2.2em;
}


div#title {
	width: 635px;
	border-left: 5px solid #CC0000;
	border-bottom: 1px solid #666666;
	background-color: #f9f9f9;
	height: 25px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

div#title h3 {
	color: #333333;
	padding: 0px 0 0px 10px;
	font-size: 100%;
}

div#go_top {
	width: 520px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: right;
}

.pickup-01 {
	width: 200px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align:center;
}

.pickup-02 {
	width: 200px;
	float: left;
	margin: 10px;
	text-align:center;
}

.pickup-03 {
	width: 200px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align:center;
}
