@charset "utf-8";

/* ----------------------
   index.css
---------------------- */


/* ---- mainheader ---- */ 

#mainheader {
	background: url(../img/main.jpg) top center no-repeat;
	width: 540px;
	padding: 100px 0 0 10px;
}

#mainheader p {
	font-size: 76%;
	line-height: 1.5;
	padding-top: 10px;
}


/* ---- content ---- */ 

#process .part1 {
	width: 540px;
	height: 300px;
	margin-top: 20px;
}


#process .dog1 {
	float: left;
	margin-left: 20px;
	width: 150px;
	height: 280px;
}

#process table {
	margin-top: 5px;
	width: 150px;
}

#process table th,
#process table td {
	font-size: 80%;
}

#process .part2 {
	width: 540px;
	height: 135px;
	margin-top: 20px;
}


#process .dog2 {
	float: left;
	margin-left: 20px;
	width: 150px;
	height: 135px;
}

#process .next {
	float: right;
	margin-top: 5px;
}


table .price {
	color: #FF3300;
	font-weight: bold; 
}
#newsArea {
	clear: both;
	overflow: hidden;
	background-image: url(../img/board.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 600px;
	height: 361px;
}

#newsArea dt,
#newsArea dd {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.2;
}

#newsArea dl {
	margin-left: 140px;
	margin-top: 110px;
}

#newsArea dt {
	width: 100px;
	float: left;
	color: #1E58E1;
	font-weight: bold;
}

#newsArea dd {
	color: #666;
	width: 350px;
	float: left;
}

#newsArea dd a {
	color: #333;
}

#newsArea dd a:hover {
	color: #888;
}

#newsArea p {
	clear: both;
	overflow: hidden;
	font-size: 76%;
	width: 130px;
	margin-left: 360px;
}

#newsArea p a {
	color:#FF3300;
}

#newsArea p a:hover {
	color: #FFCC00;
}


