@charset "Shift_JIS";

/* ■ページ構造 */

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	color: #663333;
}
#header {
  width: 720px;
}
#content {
	width: 720px;
}
#menu {
  width: 150px;
  float: left;
}
#main {
	width: 570px;
	float: left;
}
#footer {
  clear: both;
  width: 720px;
}

/* ■その他 */

body {
  line-height: 1.5;
}
#header {
  color: #fff;
  background: #ccc;
}

#menu {
  color: #fff;
  background: #333333;
}
em {
  font-style: normal;
  font-weight: bold;
  color: #000;
  background: transparent;
}
.title1 {
	font-weight: bold;
	color: #FFFFFF;
}
.teble01 {
	line-height: 22px;
}

