@charset "UTF-8";

/* ***************************************************
* CSS file For coldwell.jp
	FileName: ico.css
	2008/01/23 koyama
**************************************************** */

/*-----------------------------------------------------------
■[01]:ブラウザスタイル初期化
------------------------------------------------------------*/

body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	background: #FFF;
}

img,table { border: none; }

br { padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd { margin: 0px; padding: 0px; font-weight: normal; }

ul { list-style: none; }

ol { margin: 15px 0 0; padding: 0 0 0 25px; }


ol li {margin: 0 0 8px;}


/*-----------------------------------------------------------
■[02]:ページ設定
------------------------------------------------------------*/

div#Container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

h1 {margin: 20px 0;}

div#Tab {
	width: 100%;
	height: 30px;
	margin: 0 0 6px;
	background: url(/search/img/ico/tab_bg.gif) repeat-x bottom;
}
div#Tab div {padding: 0 0 0 6px;}

table {
	width: 100%;
	margin: 0 0 30px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.1em;
}

table th {
	width: 9%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 10px;
}
table td {
	width: 16%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
}

p {
	width: 100%;
	height: 46px;
	text-align: center;
}
