#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* +++ヘッダメニュー+++ */

#head {
	width: 800px;
	height: 50px;
	background-image: url(../pc/img/head.jpg);
	margin-top: 20px;
	margin-bottom: 20px;
}

#head h1 {
	color: #000000;
	font-size: midium;
	text-indent: -700em;
	margin-top: 0px;
	float: left;
}

.menu { list-style: none; padding: 0; margin: 20px 0% 0px 0%; float: right; }
.menu:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.menu li { float: left; }
.menu li a { display: block; margin: 0px 0% 0px 0%; }
.menu li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

div { 
	width: 100%;
	height: auto;
	margin-bottom: 5px;

	color: #afaeae;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1.4px;
	line-height:1.2em;
}

div.six { 
	width: 60%;
	height: auto;
	margin-bottom: 10px;

	color: #afaeae;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1.4px;
	line-height:1.2em;
}

div.five { 
	width: 50%;
	height: auto;
	margin-bottom: 10px;

	color: #afaeae;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1.4px;
	line-height:1.2em;
}

td { 
	margin-bottom: 5px;

	color: #afaeae;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height:1.2em;
}


