@charset "utf-8";

/* contents */
/*---------------------------------------*/
#contents h2{
	width									:	100%;
	margin								:	0px 0px 10px 0px;
}
.contBox{
	width									:	100%;
	margin								:	0px 0px 10px 0px;
}
.contL{
	width									:	310px;
	padding								:	0px 10px 0px 0px;
	float									:	left;
}
.contR{
	width									:	310px;
	padding								:	0px 0px 0px 10px;
	float									:	right;
}

/* news */
/*---------------------------------------*/
#news{
	width									:	640px;
	height								:	110px;
}

/* case */
/*---------------------------------------*/
.caseArea ul{
	padding								:	10px;
}
.caseArea li{
	line-height						:	17px;
	padding								:	3px 0px 3px 20px;
	background-repeat			:	no-repeat;
	background-position		:	0px 3px;
}
.num1{
	background-image			:	url("/index/img/1.jpg");
}
.num2{
	background-image			:	url("/index/img/2.jpg");
}
.num3{
	background-image			:	url("/index/img/3.jpg");
}
.num4{
	background-image			:	url("/index/img/4.jpg");
}
.num5{
	background-image			:	url("/index/img/5.jpg");
}
.num6{
	background-image			:	url("/index/img/6.jpg");
}
.num7{
	background-image			:	url("/index/img/7.jpg");
}
.num8{
	background-image			:	url("/index/img/8.jpg");
}
.num9{
	background-image			:	url("/index/img/9.jpg");
}
.num10{
	background-image			:	url("/index/img/10.jpg");
}
.num11{
	background-image			:	url("/index/img/11.jpg");
}
#case1{
	background-image			:	url("/index/img/top_case_bg_01.jpg");
	background-repeat			:	no-repeat;
	background-position		:	left 60px;
}
#case2{
	background-image			:	url("/index/img/top_case_bg_02.jpg");
	background-repeat			:	no-repeat;
	background-position		:	right 60px;
}
#case3{
	background-image			:	url("/index/img/top_case_bg_03.jpg");
	background-repeat			:	no-repeat;
	background-position		:	left 60px;
}
#case4{
	height								:	280px;
	background-image			:	url("/index/img/top_case_bg_04.jpg");
	background-repeat			:	no-repeat;
	background-position		:	right 60px;
}
#case5{
	height								:	190px;
	background-image			:	url("/index/img/top_case_bg_05.jpg");
	background-repeat			:	no-repeat;
	background-position		:	left 60px;
}


