@charset "shift_jis";

*{
	margin: 0; 
	padding: 0;
    font-size: 100%;
}

html,
body#close,
div#wrapper,
div.mess {
	height:100%;
}

div#wrapper {
	min-height: 100%;
}

body#close > div.mess {
	height: auto;
}

body#close {
	width: 100%;
	overflow: hidden;
	background: #8E6F4B url(../images/close_bg.jpg) center top repeat-y;
}

div.mess {
	text-align: right;
	width: 50%;
	padding-top: 200px;
	background-color: #fff;
}

div.mess h1,
div.mess p,
div.mess dl {
	font-size: 85%;
	margin-right: 40px;
}

div.mess h1,
div.mess p {
	margin-bottom: 50px;
}

div.mess dl dt,
div.mess dl dd {
	height: 1.5em;
}

div.mess dl dd a,
div.mess dl dd a:visited {
	color: #321F11;
	text-decoration: underline;
}

div.mess dl dd a:hover {
	color: #993300;
	text-decoration: none;
}