@charset "UTF-8";

/**************************************
-------------LIST-------------
 01: Index
     -Common
     -Buy
     -Tec
------------------------------
**************************************/

/* --------------------------------------------------
 Index
 -------------------------------------------------- */
#main h2#service {
	margin-top: 0;
	background: url(../service/img/h2_service.gif) no-repeat;
	text-indent: -9999px;
}

/** Common ***********/

p.cont-txt-top,
p.cont-txt,
div#content-area dl dt,
div#content-area dl dd {
	line-height: 1.6;
}

/** Buy ***********/
p.cont-txt-top {
	margin-top: 15px;
}
p.cont-txt {
	margin-top: 25px;
}


/** Tec ***********/
div#content-area dl {
	margin-top: 25px;
}
div#content-area dl dt {
	padding-bottom: 3px;
	color: #3e4059;
	font-weight: bold;
}
div#tec {
	position:relative;
	width: 489px;
	height: 600px;
	margin-top: 15px;
	background: url(../service/img/service_img_tec.gif) no-repeat;
}
div#tec img {
	position: absolute;
	top: 7px;
	right: 8px;
}
div#price {
	position:relative;
	width: 489px;
	height: 1020px;
	margin-top: 15px;
	background: url(../service/img/service_img_price.gif) no-repeat;
}
div#price img {
	position: absolute;
	top: 7px;
	right: 8px;
}
