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

#mein {
	height: 1400px;
}
#box {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #93918C;
	padding: 30px;
}
#link_box {
	float: right;
	height: 100px;
	width: 300px;
}
#link_box2 {
	float: right;
	height: 200px;
	width: 460px;
}
#lb_tx {
}




#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: 1200px;
}
#lb_tx {
	float: left;
	width: 520px;
	height: 80px;
	padding: 10px;
	font-size: 18px;
}
#lb_tx a {
	color: #000;
	text-decoration: none;
}
#lb_tx a:hover, #lb_tx a:active {
	color: #1B717C;
	text-decoration: underline;
}
