@charset "UTF-8";

.enter_head {
	width: 500px;
	height: 5px;
	background: transparent url('img/enter_box_head.gif') no-repeat center top;
}
.enter_foot {
	width: 500px;
	height: 20px;
	background: transparent url('img/enter_box_foot.gif') no-repeat center top;
}
.enter_body {
	width: 500px;
	background: transparent url('img/enter_box_body.gif') repeat-y center top;
}
.enter_box {
	padding: 10px 5px;
}
.enter_box p.txt {
	font: normal 12px/18px "ＭＳ Ｐゴシック",Osaka,sans-serif;
	text-align: left;
	margin: 0px 10px 10px 10px;
}
.enter_box p.war {
	color: #CC3300;
	font: normal 10px/12px "ＭＳ Ｐゴシック",Osaka,sans-serif;
	clear: left;
}
.enter_box p.img {
	margin: 0px 5px;
	float: left;
}
