@charset "utf-8";

/* -----------------------------------------------------------
	Site Name: ホームページ制作 Magnetic Labo
	Version: 1.0
	Comment: ここまでは無料の範囲です設定
----------------------------------------------------------- */

/* 
 service Style [
----------------------------------------------------------- */
#service {
	background: url(../images/service/img.jpg) no-repeat left top;
	float: right;
	width: 704px;
	padding-top: 257px;
}

#sBox1,
#sBox2 {
	background: url(../images/service/bg2.jpg);
	float: left;
	height: 207px;
	width: 373px;
	clear: both;
	text-align: center;
}

.sBoxInner {
	text-align: center;
	width: 339px;
	margin-right: auto;
	margin-left: auto;
}

#sBox1 dl {
	background: url(../images/service/img1.jpg) no-repeat left top;
	float: left;
	width: 339px;
	margin-top: 18px;
}

#sBox2 dl {
	background: url(../images/service/img2.jpg) no-repeat left top;
	float: left;
	width: 339px;
	margin-top: 18px;
}

#sBox1 dl dt,
#sBox2 dl dt {
	padding-left: 100px;
}

#sBox1 dl dd,
#sBox2 dl dd {
	padding-left: 100px;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	text-align: left;
}

ul#tab li {
	display: inline;
	float: left;
	text-align: center;
	font-size: 12px;
	line-height: 38px;
	margin-right: 6px;
	letter-spacing: 0.0001em;
	background: url(../images/service/tab_on.jpg) no-repeat;
	height: 38px;
	width: 129px;
}

ul#tab li.selected a {
	background: url(../images/service/tab_on.jpg) no-repeat;
	color: #000000;
	text-decoration: none;
}

ul#tab li a {
	background: url(../images/service/tab.jpg) no-repeat;
	height: 38px;
	width: 129px;
	display: block;
	color: #000000;
	text-decoration: underline;
}

ul#tab li a:hover {
	background: url(../images/service/tab_on.jpg) no-repeat;
	height: 38px;
	width: 129px;
	display: block;
	color: #000000;
	text-decoration: none;
}

#tabSample {
	text-align: left;
	float: right;
	width: 683px;
	padding-bottom: 35px;
	padding-left: 21px;
}