@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      handcut.css
 Author:         nishida kyoko
 Style Info:     ハンドカットログページ 他
----------------------------------------------------------- */


/*----------------------------------------------------
	#コンテンツ
----------------------------------------------------*/

#contents {
	width : 825px ;
	margin : 0px auto ; 
	font-size : 12px ;
}

#contents img{
	margin : 2px auto 0 auto;
}



#contents h4 {
	font-size : 14px ;
	margin : 25px 0 5px 86px ;
	padding-left : 5px ; 
	color:#744418;
	font-weight : bold ;
	border-left : 5px solid #744418 ;
}

#contents .loghouse {
	width : 825px ;
	height : 205px ;
	margin : 0 auto ;
	padding-top : 310px ;
	background : url(img/img.jpg) left top no-repeat ;	
}

#contents p {
	padding-left : 50px ;
	font-size : 12px ;
	color:#744418;	
	line-height : 165% ;
	background : url(img/icon.gif) 30px 5px no-repeat ;		
}

/*----------------------------------------------------
	# お見積書
----------------------------------------------------*/
table#mitsumori {
    clear : both ;
	width : 650px ;
	margin : 0 auto 10px auto ;
	background : #fff ; /* 白 */
	border : 1px solid #744418 ;	
	font-size: 1em;
	/*background:#FFF4DF;*/
}
#mitsumori th,
#mitsumori td {
	padding : 5px ;
	border : 1px solid #744418 ;
	line-height : 1.2 ;
}
#mitsumori th {
	white-space : nowrap ; /* 改行禁止 */
	border : 1px solid #744418 ;
	line-height : 1.2 ;
}

#mitsumori .span {
	font-weight : bold ; 
	background : #FAEFE4 ;
}
