/*---------------------------
BASIC
---------------------------*/
@charset"utf-8";
@import url(http://www.himawari.com/room/css/reset.css);
@import url(http://www.himawari.com/room/css/text.css);
@import url(http://www.himawari.com/room/css/margin.css);

/* Setting */
p {
	font-size: 1.2em; /* 12px */
	margin-bottom: 1.6em;
}
body {
	font-family: sans-serif,"ＭＳ Ｐゴシック";
/*		Verdana , Arial , 
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		Osaka,
		"メイリオ",
		Meiryo,
		"ＭＳ Ｐゴシック",
		sans-serif;
*/	color: #333333;
	background: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.6em;
/*		font-size: 16px;
	line-height: 28px;*/

	text-align: center;
}
a:link , a:visited , a:active{
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
.inner{
	padding::10px;
	overflow:hidden;
}
img{
	border:0;
	vertical-align:bottom;
}
/*---------------------------
TABLE
---------------------------*/
table.ck {
	margin:0 auto;
	width:650px;
	border:none;
	border-collapse:collapse;
	font-size:14px;
	font-weight:normal;
	text-align:left;
}
th.ck,td.ck {
	padding:0 5px 0 10px;
	border:1px solid #0C449B;
	border-collapse:collapse;
	empty-cells:show;
}
th.ck {
	width:200px;
	text-align:left;
	font-weight:normal;
	background-color:#cce2ff;
}
/*th.ck {
	width:500px;
	text-align:left;
	font-weight:normal;

	background-color:#FFFFFF;
}*/
td.ck {
	background-color:#FFFFFF;
}
/*td.ck {
	border:none;
	background-color:#FFFFFF;
}*/
/*---------------------------
H
---------------------------*/
h1 {
	font-size:28px;
	font-weight:bold;
}
h2 {
	font-size:14px;
	display:inline;
}
h3 {
	width:648px;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	color:#0C449B;
	background-image:url(../img/h3_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #0C449B;
	text-align:center;
/*	background-color:#cce2ff;
*/	margin:5px auto;
}
/*---------------------------
HEADER
---------------------------*/
#header{
	/*background-image:url(http://www.himawari.com/r_room/images/logo_bar.gif);*/
	background-repeat:no-repeat;
	width:640px;
	height:40px;
	margin:0 auto;
	padding:20px 0 0 0;
	text-align:center;
}	
/*---------------------------
LAYOUT
---------------------------*/
.container {
	width:640px;
	margin:0 auto;
	padding:0;
	text-align:left;
}
#mansion{
	clear:both;
	width:640px;
	height:45px;
	margin-bottom:10px;
}
#mansion_kakaku {
	height:45px;
	font-size:40px;
	font-weight:bold;
	width:300px;
	line-height:45px;
	margin-left:2px;
}
#print_date {
	font-size:12px;
	width:640px;
	margin:0 auto;
	padding:0;
	text-align:right;
}

/*--------------------------
見積もりテーブル
--------------------------*/
table.m_t{
	font-size:14px;
	width:600px;
	margin:0 auto;
}
/*table.m_t th {border-top:1px solid #999; padding:5px 10px; width:25%;}*/
.l_m_t {
	border-top:1px dotted #999;
	padding:2px 0 2px 30px; 0;
	width:120px;
	text-align:left;
}
.c_m_t {
	border-top:1px dotted #999;
	padding:2px 20px 2px; 20px;
	width:120px;
	text-align:right;
}
.r_m_t {
	border-top:1px dotted #999;
	padding:2px 2px;
	width:150px;
	text-align:left;
}


/*table.m_t th.last {border-bottom:1px solid #999;}*/
.last_l_m_t {
	border-top:1px dotted #000000;
	border-bottom:1px dotted #999;
	padding:2px 0 2px 30px; 0;
	width:120px;
	text-align:left;
}
.last_c_m_t {
	border-top:1px dotted #000000;
	border-bottom:1px dotted #999;
	padding:2px 20px 2px; 20px;
	width:120px;
	text-align:right;
}
.last_r_m_t {
	border-top:1px dotted #000000;
	border-bottom:1px dotted #999;
	padding:2px 2px;
	width:150px;
	text-align:left;
}


/*----------

-----------*/

.nb{
	font-size:14px;
}

/*---------------------------
BOTTOM
---------------------------*/
#bottom{
	width:100%;
	height:80px;
/*	text-align:center;
	border-top:1px dotted #0C449B;
	border-bottom:1px dotted #0C449B;
*/	margin-top:5px;
}
.b_logo{
	width:220px;
	height:80px;
	float:left;
}
.b_txt{
	margin-left:210px;
	font-size:14px;
	line-height:26px;
	height:100px;
	/*float:right;*/
}
.b_kaisya{
	width:100px;
	text-align:left;
	float:left;
}

.b_shiten{
	width:150px;
	text-align:left;
	float:left;
}
.b_tel{
	width:170px;
	text-align:left;
	float:left;
}
/*---------------------------
ADD
---------------------------*/
#add {
	text-align:center;
	font-size:10px;
	line-height:14px;
	padding:5px 0 5px 0;
	border-top:1px dotted #996633;
}
