@import "./../../css/common.css";

/* ---------------------- 業務内容 ----------------------- */

#side-area{
	float:right;
	width:750px;
}
/* clear hack */
#side-area{zoom:1;}
#side-area:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}
/* */

/* 業務内容：大枠 */
#business{
	float:left;
	width:550px;
}

/* 業務内容：h2タイトル */
#business h2{
	margin:0 0 25px 0;
	padding:0;
}

/* h3タイトル枠 */
.h3-title{
	width:540px;
	height:28px;
	margin:0 auto 20px;
	padding:0;
	text-align:left;
	background:url('../image/h3_back.gif') no-repeat left top;
	}

h3{
	margin:0;
	padding:0 0 0 28px;
	font-size:16px;
	color:#391408;
	}

#business .zu{
	margin:0 auto 30px;
	padding:20px 0 0 0;
	width:545px;
}

/* 業務内容：テキスト*/
#business p.text{
	width:530px;
	margin:0 auto 20px;
	line-height:1.6;
}
#business p.text span{
	color:#a40000;
	font-weight:bold;
}


/* ---------------------- 写真 ----------------------- */

/* 写真：リセット */
#business ul.photo *{margin:0;padding:0;}

/* 写真 */
#business ul.photo{
	margin:0 auto 20px;
	padding:0;
	width:500px;
}
/* clear hack */
#business ul.photo{zoom:1;}
#business ul.photo:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

#business ul.photo li{list-style-type:none;}

/* 写真：並列 */
#business ul.photo li.left{float:left;}
#business ul.photo li.right{float:right;}

