body {
	text-align:center;
}
a {
	text-decoration:none;
	color:#000
}
a:hover {
	text-decoration: underline;
}
#bg {
	background:#fff;
	margin:0 auto;
	width:900px;
	height:900px;
}
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
	position: relative;
	top:25px;
}
.float-l {
	float:left
}
.float-r {
	float:right
}
/*左メニュー*/
.left {
	width:233px;
	background:#fff;
	height:575px
}
/*コンテンツ*/
.right {
	text-align:center;
	width:567px;
	height:575px;
	background:#fff;
}
#logo {
	background:url();
	height:30px
}
#logo h1 {
	font-size:10px;
	color:#d7c2b4;
}
/*タイトル位置*/
#logo h1 {
	padding: 10px 0 0 100px;
}
#logo div {
	padding-left:50px
}
ul#nav {
	background:url(images/hdl.png);
	height:176px;
	padding:50px 50px 0 50px
}
ul#nav li {
	line-height:1.9em;
	border-bottom:#fff 1px solid;
}
ul#nav li a {
	color:#000
}
#meun h2 {
	font-size:13px;
	padding:30px 0 0 40px
}
#meun ul {
	padding:10px 50px 0 20px
}
#meun li {
	line-height:1.9em;
	border-bottom:#88bcbc 1px solid;
	list-style: inside disc;
	color:#336666
}
#meun li a {
	color:#336666
}
#main h2 {
	font-size:13px;
	color:#669900;
	padding: 50px 50px 0 50px;
}
#main p {
	font-size:10px;
	padding: 20px 50px 0 50px;
}
/* footer */
#footer {
	clear:both;
	height:60px
}
#footer a {color:#d7c2b4}
#footer {
	font-size:9px;
	color: #d7c2b4;
	left: 20px;
	position:relative;
	top:10px
}
#xhtml {
	position: absolute;
	left:550px
}
