@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a:focus {
    outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* contents */
#ehonContents {
	margin: 0 auto;
	width: 800px;
	padding: 0;
}

#ehonMessage {
	padding: 0 0 30px 0;
	float: left;
	width: 538px;
	height: 330px;
	background: url(../images/top_message.gif) no-repeat;
	text-indent: -9999px;
}

#ehonEntry {
	margin-top: 30px;
	padding: 0;
	float: right;
	width: 242px;
	height: 172px;
	background: url(../images/bnr_bg.gif) no-repeat;
	text-indent: -9999px;
}
/*#ehonEntry p {
	display:none;
}*/

#ehonEntry p img {
	display: block;
	padding: 0;
	margin: 110px auto 0;
}