@charset "UTF-8";


/* 3. index.html
=========================================*/
body#aboutIndex div#globalNav {
	margin: -5px 0 0;
	padding: 0 0 15px;
	background:url(../../about/images/index_bg002.jpg) no-repeat 0 bottom;
}

/* 3. Main
=========================================*/
/* mainContents */
body#about #mainContents {
	margin: 30px auto 0;
}

/* contents */
body#about #contents {
	float: left;
	width: 645px;
}

/* contents */
body#about #productArea {
	position:relative;
	width: 645px;
	height: 327px;
	margin: 10px 0 0 0;
	background:url(../../about/images/product_bg001.jpg) no-repeat 0 0;
}

body#about #productArea p#pet280Photo {
	position: absolute;
	left: 200px;
	top: 99px;
	width: 110px;
}
body#about #productArea p#pet280Text {
	position: absolute;
	left: 48px;
	top: 180px;
	width: 150px;
}
body#about #productArea p#pet500Photo {
	position: absolute;
	left: 352px;
	top: 0;
	width: 110px;
}
body#about #productArea div#pet500Text {
	position: absolute;
	left: 480px;
	top: 180px;
	width: 165px;
}
body#about #productArea p#btOnline {
	margin: 15px 0 0 0;
}

/* 99. Extra
=========================================*/

/* about/index.html
=========================================*/
body#about #contents #flashContents {
	margin: 25px 0 0;
}


/* Clear fix
=========================================*/
body#about #contents:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

body#about #contents {
	min-height: 1px;
}

/* for IE6 */
* html body#about #contents {
	height: 1px;
}

/* for IE7 */
*:first-child+html body#about #contents {
	zoom: 1;
}