@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	background-image: url(../images/back2.png);
	background-repeat: repeat-x;
}

#mein {
	height: 700px;
}
#box01 {
	height: 360px;
}
#box02 {
	height: 100px;
	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: 140px;
	background-color: #ECEDDC;
}
#catein_tx {
	padding: 10px;
	font-size: 15px;
	color: #1B717C;
}
#contents {
	height: 800px;
}
#eno_tx {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
}
