@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, select {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
body{
	background-color: #ece6e6;
}

.header{
	padding: 20px;
	overflow: hidden;
	zoom: 1;
}
.header img{
	float: right;
}
.shadow, .box, .box-uc {
	width: 690px;
	margin: 0 auto;
}
.shadow {
	height: 11px;
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	margin-top: 40px;
}
.box {
	height: 320px;
	background-image: url(images/box.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.box p{
	text-align: center;
	margin-top: 188px;
	color: #787676;
}
.box a{
	color: #df2239;
}
.box a:hover{
	text-decoration: none;
}

.box-uc {
	height: 320px;
	background-image: url(images/box-uc2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
.box-uc p{
	text-align: center;
	margin-top: 188px;
	color: #787676;
}
.box-uc a{
	color: #df2239;
}
.box-uc a:hover{
	text-decoration: none;
}