@charset "utf-8";
/*
Print CSS for the Homepage of Sakae Housing Inc. (www.sakae-re.co.jp)
Author: Tomohiko Kuwahara at Altelex K.K.
Last Modified: 2010-8-9
*/

/* do not show */
#caption, #fontsize, #contactinfo, #navigation, #breadcrumb, #footer, #image, #map, #mail, #banner { display: none; }

/* font and background */
body { background: #fff; }
* { font-family: "ＭＳ Ｐ明朝", serif; font-size: 9pt; }
h2 { font-size: 16pt; }
img { border: 0; }
#container { width: 600px; }

/* table */
table { width: 600px; border: 1px #000 solid; border-collapse: collapse; border-spacing: 0; margin: 0 0 20px 0; }
th { padding: 5px; border: 1px #000 solid; border-width: 0 0 1px 1px; font-weight: bold; text-align: center; background: #ccc; }
td { padding: 5px; border: 1px #000 solid; border-width: 0 0 1px 1px; text-align: center; }
table#detail th, table#detail td { text-align: left; }
table.brief th, table.brief td { text-align: center; }

