@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	background-image: url(../images/back3.png);
	background-repeat: repeat-x;
	background-position: center;
}
#mein {
	height: 520px;
}
#box01 {
	height: 340px;
}
#box02 {
	height: 130px;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

#cate {
	float: left;
	height: 290px;
	width: 240px;
	border-radius: 7px;
	box-shadow: 0px 0px 5px 0px #DFDFDF;
	background-color: #4D4D4D;
	padding: 5px;

}
#catein {
	background-color: #FFF;
	border-radius: 5px;
	height: 290px;
	width: 240px;
}
#catein_img {
	height: 155px;
}
#catein_tx {
	font-size: 16px;
	color: #294672;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	font-weight: 700;
	text-align: center;
}
