@charset "utf-8";

/* ページタイトル用の画像 */
#title_furniture_order {
	background : url(img/title_furniture_order.png) no-repeat;
}
#title_case_work {
	background : url(img/title_case_work.png) no-repeat;
}
#title_case_work_antique {
	background : url(img/title_case_work_antique.png) no-repeat;
}
#title_case_work_order_furniture {
	background : url(img/title_case_work_order_furniture.png) no-repeat;
}
#title_case_work_original_furniture {
	background : url(img/title_case_work_original_furniture.png) no-repeat;
}
#title_case_work_small_wooden {
	background : url(img/title_case_work_small_wooden.png) no-repeat;
}
#title_workflow {
	background : url(img/title_workflow.png) no-repeat;
}
#title_questions {
	background : url(img/title_questions.png) no-repeat;
}
#title_furniture_tips {
	background : url(img/title_furniture_tips.png) no-repeat;
}
#title_furniture_tips_material {
	background : url(img/title_furniture_tips_material.png) no-repeat;
}
#title_furniture_tips_wood {
	background : url(img/title_furniture_tips_wood.png) no-repeat;
}
#title_furniture_tips_paint {
	background : url(img/title_furniture_tips_paint.png) no-repeat;
}
#title_profile {
	background : url(img/title_profile.png) no-repeat;
}
#title_inquiry {
	background : url(img/title_inquiry.png) no-repeat;
}
#title_sitemap {
	background : url(img/title_sitemap.png) no-repeat;
}

/* 塗装種類名 */
.paint_name {
	display : block;
	padding : 4px 4px 4px 8px;
	margin  : 4px 0px 4px 0px;
/*
	border-radius : 5px;
	-webkit-border-radius : 5px;
	-moz-border-radius : 5px;
	behavior: url(/css/PIE.htc);
	color            : #000000;
	background-color : #aaaaaa;
*/
}
.paint_name:before {
	content : "《 ";
}
.paint_name:after {
	content : " 》";
}

/* 会社概要 */
.company_l {
	font-size : 14px;
	margin-left   : 10px;
	margin-top   : 10px;
	line-height : 1.5;
	clear : both;
	float : left;
	width : 150px;
}
.company_r {
	font-size : 14px;
	margin-top  : 10px;
	float : left;
	width : 500px;
	line-height : 1.5;
}
.company_r ul {
	margin  : 5px 0px 0px 20px;
	padding : 0px;
}
.company_r ul,li {
	font-size : 14px;
}

/* サイトマップ */
.sitemap_list {
	padding: 0px;
	margin : 0px 0px 0px 10px;
}
.sitemap_list * {
	list-style-type : circle;
	font-size : 14px;
}
.sitemap_list li {
	padding : 0px;
	margin  : 10px 0px 15px 10px;
}
.sitemap_list li ul {
	padding : 0px 0px 0px 0px;
	margin  : 4px 0px 0px 0px;
}
.sitemap_list li ul li{
	padding : 0px;
	margin  : 10px 0px 10px 15px;
}

