#wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#wrap2 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#wrap3 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#head {
	width: 100%;
	height: 65px;
	background-color: #74284c;
	margin-top: 0px;
	margin-bottom: 0px;
}

#head h1 {
	font-size: midium;
	text-indent: -700em;
	margin-top: 0px;
	float: left;
}

#foot {
	width: 100%;
	height: 250px;
	background-color: #74284c;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* +++ヘッダメニュー+++ */
#head-menu {
	width: 800px;
	margin-top: 0px;
	float: right;
}

#head-menu ul.menu {
	margin-left: 250px;
	margin-right: 0px;
}

#head-menu ul.menu li{
	width: 110px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

div { 
	width: 100%;
	height: auto;
	margin-bottom: 5px;

	font-size: 15px;
	font-weight: normal;
	letter-spacing: 3px;
	line-height:1.8em;
}

div.six { 
	width: 60%;
	height: auto;
	margin-bottom: 10px;

	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1.4px;
	line-height:1.4em;
}

div.five { 
	width: 50%;
	height: auto;
	margin-bottom: 10px;

	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1.4px;
	line-height:1.2em;
}

td { 
	margin-bottom: 5px;

	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height:1.2em;
}


