.oshirase_title {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FF0000;
	border-left: 3px solid #FF0000;
	padding-left: 5px;
}

#banner-description {
    margin-top: 0px;
    margin-bottom: 0;
    color: #000;
    background: none;
    font-size: 10px;
    line-height: 1.125;
    text-shadow: #36414d 0 1px 2px;
    padding-top: 0px;
}


html
{
   margin: 0;
   padding: 0;
}

body
{
   margin: 0;
   padding: 0;
   //font-size: 14px;
}

li {
  display: inline;
  margin-right: 2em;
  font-size: 1.0em;
  font-weight: bold;
}

ul {
  list-style: none outside;
}

table.ost_dt {
	width:100%;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
table.ost_dt th {
	font-weight: bold;
	background: #CCCCFF;
	text-align: left;
	white-space: nowrap;
	margin: 0px;
	width: 200px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
table.ost_dt td {
	padding:0px;
	background: #DFDFDF;
	margin: 0px;
}


table.rst {
	width:100%;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
}
table.rst th {
	padding:2px 2px 2px 5px;
	font-weight: bold;
	background: #FFFFCC;
	text-align: left;
	white-space: nowrap;
	margin: 0px;
	border-top: 1px dotted #999999;
}
table.rst td {
	padding:0px;
	background: #DFDFDF;
	margin: 0px;
	border-top: 1px dotted #999999;
}

#siteName {
	float: left;
}
#head_banner {
	float: left;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding: 0px;
}
.adtext {
	margin-top: 30px;
	margin-bottom: 50px;
}

img {
	border: none;
}

.formTbl {
	margin-bottom: 30px;
}
.formTbl table {
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
	margin-bottom: 8px;
}
.formTbl table th {
	text-align: left;
	padding: 12px;
	font: bold;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	white-space: nowrap;
}
.formTbl table td {
	vertical-align: top;
	text-align: left;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.formTbl .actions {
	text-align: center;
}