/*
// <-------------------------------------------------------->
//   (C)opyright : All Rights reserved under mutex.co.jp
//   PROJECT : HOKKAIDO-FUDOSAN.JP
// <-------------------------------------------------------->
 * 機能
 *
 * INPUT/OUTPUT 
 *
 * 分岐
 *
 * CHANGE LOG
 *		2008/08/12 ; スポンサーリストのレイアウト変更にともない
 *			追加
 */
*{
    margin:0;
    padding:0;
}

form {
    margin:0;
    padding:0;
}
body {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
a {
    border:0;
}
a:visited, a:active{
	color: #935F03;
	border:0;
}
a:hover {
	color: #003BFC;
	font-weight: bold;
	text-decoration: none;
	border:0;
}
a:link {
	color: #935F03;
	border:0;
}

table {
    border:0;
}

td, th {
    border:0;
}

img {
    border:0;
}

.size12 {
	font-size: 12px;
	color: #935F03;
	font-family: Verdana;
	line-height: 18px;
}
.size14 {
	font-size: 14px;
	color: #935F03;
	font-family: Verdana;
	font-weight: bold;
}
.tableshade-box {
	background-image: url('../pc/images/table_shade.gif');
	width: 8px;
	background-repeat: repeat-y;
}
.copyright {
	font-size: 10px;
	color: #603C03;
	font-family: Verdana;
	font-weight: bolder;
	padding-top: 3px;
	padding-right: 10px;
}
.pdtitle {
  font-size:12pt;
}

select.pulldown {
  font-size:12pt;
} 

.maptitle {
  background-color: darkblue;
  color:white;
  font-weight: bold; 
  height:32;
  padding: 5px;
}

.bkblank {
  height:4px; 
}

.bkline {
  height:9px; 
  background-image:url('../pc/01/images/kline.gif'); 
  background-repeat:no-repeat;
}

.bktitle {
  background-image: url('../pc/01/images/koumoku.gif');
  background-repeat:no-repeat;font-size:16px  ;
  color:white;
  font-weight:bold;
  text-align:left;
  height:27px;width:;64px;
}

.bktitle2 {
  background-color:#734804;
  font-size:16px;
  color:white;
  font-weight:bold;
  text-align:left;
  height:27px
}

.imgtitle {
  background-color:#bd8834;
  font-size:16px;
  color:white;
  font-weight:bold;
  text-align:left;
  height:32px;width:;64px;
  border-top:solid 5px #734804;
  border-left:solid 2px #734804;
}

.imgsel {
  background-color:#bd8834;
  font-size:16px;
  width: 20%;
  color:white;
  font-weight:bold;
  text-align:center;
  height:27px;width:;64px;
}

.bkitem {
  color:brown;
  text-align:left;
  font-size: 16pt;
}

.bkitem2 {
  color:brown;
  text-align:left;
  font-size: 12pt;
}

th.sphead {
  font-weight:bold;
  text-align:left;
  color:white;
  background-color: darkblue;
  padding: 5px;
}

table.formframe {
  font-size:10pt;
  border-style: solid;
  border-width: 1px;
  border-color: <?= $gBodyTableBorderColor ?>;
}

.photo {
 cursor:pointer;
}

.redastar {
  color:red;
  font-size: 16pt;
  font-weight: bold;
}

.greenastar {
  color:green;
  font-size: 16pt;
  font-weight: bold;
}
/*
 * スポンサーリスト用
 */
.seq
{
  border-top: 1px solid #666666;
  border-left:1px solid #666666;
  background-color:#999999;
  text-align:center;
  color:white;
}

.custname {
  cursor:pointer;background-color:white;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  background-image: url('../images/fdname_bg.gif');
  background-repeat:repeat-x;padding:6px 10px;
  background-color:#f4f4f4;
  font-weight:bold;
  text-align:left;
}

.comaddr {
  font-size:10pt; 
  font-weight:normal;
  padding:6px 0 0;
}

.comtel {
  font-size:12pt; 
  padding:3px 0 0;
  font-weight:bold;
}

.commesg {
  cursor:pointer;
  background-color:#fffed5;
  border-top:1px solid #666666;
  border-left:1px solid #666666;
  border-right:0;
  font-size:10pt;
  text-align:left;
  padding:3px;
}

.combtn {
  background-color:#fffed5;
  border-top:1px solid #666666;
  border-left:1px solid #666666;
  border-right:1px solid #666666;
  padding:0;
}

