/**************************************
 kh2008_baibai.css
 高知ハウス・売買ドットコム
 Author BitSoft 2007/04/25-2008/05/13
**************************************/

/* 全般 */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

/* BODY */
body {
	text-align: center;
	background: #FFF;
	background-image: url(./img/2008/bg_2008_0.jpg);
	color:#777;
	font-size: 12px;
	line-height: 180%;
	font-family: "\30D2\30E9\30AE\30CE\20Pro\20W3", Osaka, "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "trebuchet MS", trebuchet, "verdana", arial, sans-serif; 
	/* 「ヒラギノ角ゴ Pro W3」「ＭＳ Ｐゴシック」 */
}


textarea{
	font-size :10px;
	line-height: 150%;
	background: #FFF;
	color :#777;
}


input,button,submit{
	font-size :10px;
	line-height: 105%;
	background: #FFF;
	color :#777;
}


/* 画像(通常輪郭線は無し) */
img {
	border: none;
}


/* テーブルクラス */

table.tblBSC_0 {
	border: 0px #FFF solid;
	border-collapse: collapse;
	color: #000;
}


table.tblBSC {
	border: 1px #999 solid;
	border-collapse: collapse;
	color: #000;
}


table.tbl_flat {
	border: 0px;
}


tblBSC th {
	border: 1px #999 solid;
	background-color: #F90;
}


td.tblBSC_t1 {
	border: 1px #999 solid;
	text-align: center;
	white-space: nowrap;
	color: #000;
}


td.tblBSC_t2 {
	border: 1px #999 solid;
	text-align: center;
	white-space: nowrap;
	color: #000;
}


.tblBSC td_th {
	border: 1px #999 solid;
	background-color: #FC9;
}


.tblBSC td {
	border: 1px #999 solid;
	background-color: #FFF;
}


/* テーブル表示クラス */

.tbl_chara {
	font-size: 10pt;
	line-height: 1.5em;
	margin: 2px 5px;
}

.tbl_input {
	font-size: 10pt;
	height: 18px;
	margin: 3px;
}

/* テーブル表示クラス */

.ti_sub_cap01 {
	width: 650px;
	text-align: left;
	margin: 0px 25px
}

.sub_txt01 {
	text-align: left;
	margin-right: 10px
}

h1 {
	font-size: 100%;
	font-weight: lighter;
}

h2 {
	font-size: 100%;
	font-weight: lighter;
}

h3 {
	font-size: 100%;
	font-weight: lighter;
}

h4 {
	font-size: 100%;
	font-weight: lighter;
}



/* LINK */
a:link { color: #777; }
a:visited { color: #777; }
a:hover.bgray {
	color: white;
	background-color: #777;
}
a:active { color: black; }
/* a { text-decoration: none; } */


/* LINK _crp コントロールパネル */
a:link.c_white { color: #FFF; }
a:visited.c_white { color: #FFF; }
a:hover.c_white {
	color: #0F0;
	background-color: #000;
}
a:active.c_white { color: #00F; }


/* クラス・画像リンク */

a.ico_link:link { color: #336699; }
a.ico_link:visited { color: #336699; }

a.img_link:hover {
	text-decoration: none;
	background-color: white;
}

a.txt_white:hover {
	background-color: #777;
}

/* コンテンツ・クラス */
.cont {
	margin-bottom: 5px
}



/* -------------------------
　機能部品
------------------------- */

/* 操作ボックスのタイトル */
p.func_title {
	font-weight: bold;
}

/* 操作ボックスのタイトル */
.func_parts {
	margin-top: 10px;
}


/* ------------------------------------------------------------------ */
/* ページレイアウト */
/* ------------------------------------------------------------------ */
/* ヘッダー */
#page_top {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	height: 173px;
	text-align: left;
	background-image: url(./img/2008/busines_790-173.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: white;
}

/* コンテンツ */
#page_main {
	width: 800px;
	background-repeat: repeat-y;
	text-align: left;	/*IE対策・必須 */
	background-image: url(./img/2008/baibai2008bg_800f-2.jpg);
}

/* フッター */
#page_footer {
	width: 800px;
	height: 30px;
	text-align: left;
	font-size: 13px;
	color: white;
	background-image: url(./img/2008/baibai2008bg_800f-3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

