@charset "utf-8";
/* CSS Document */

#estimate {
float: none;
width: 720px;
margin: 0 auto;
border: none;
background:#FFF;
}

#maincolumn {
	padding:20px;
}

#company_tb {
	width:100%;
	}
	
#company_tb th, #company_tb td{
	border-bottom:#DDD 1px solid;
}

#company_tb th {
	width:180px;
	padding:8px 0;
	font-size:12px;
	vertical-align:top;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
#company_tb td {
	padding:8px 0;
	font-size:12px;
	}
	
#company_tb ol li {
	margin-left:20px;
	list-style:decimal;
	font-size:12px;
}

.red {
	color:#F00;
}

.center {
	text-align:center;
}

/*	reset
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
	line-height: 1.5;
}

/*	reset_2
----------------------------------------------------*/

html {
	overflow-y: scroll;
	font-size:100.01%;
}

body {
	font-size:0.8em;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

h1 {
	font-size:0.9em;
	}

h2 {
	font-weight:normal;
	font-size:0.8em;
	}
	
h3,h4,h5,h6 {
	font-size: 1em;
	}

p {
	font-size:0.9em;
	}

ul {
	list-style-type: none
	}

a:link,
a:visited {
	text-decoration:none;
	overflow:hidden;
	outline:none;
	}

a:hover	{
	text-decoration:none;
	}

img{
	border: 0;
	vertical-align: bottom;
	}

address {
	font-style:normal;
	text-align:left;
	}

table {
	font-size:1em;
	}

/*	clearfix
----------------------------------------------------*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	
* html .clearfix             { zoom: 1; } /* IE6 */

*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clearfix {overflow:hidden;}