body {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* ヘッダー */
#header {
	position: relative;
	width: 800px;
	height: 55px;
	background: url(../images/ecc_logo.gif) top center no-repeat;
}
#header a {
	position: absolute;
	text-indent: -9999px;
	display: block;
	top: 0px;
	right: 0px;
	width: 157px;
	height:26px;
	background: url(../images/eccweblesson.gif) no-repeat;
}

/* コンテンツ */
.img01 {
	background:url(../images/junkudo/img01.gif) no-repeat;
	width:800px;
	height:207px;
}
.com01 {
	width:620px;
	height:80px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	text-align:left;
}
.info {
	width:620px;
	height:200px;
	border:1px solid #CCCCCC;
	line-height:30px;
	background-color:#FFFFEE;
}
.li {
	padding-top:16px; line-height:18px;
}
.ul_left {
	position:absolute; left:0px; top:14px; width:300px; text-align:left; list-style-type: none;
}
.ul_right {
	position:absolute; right:0px; top:14px; width:480px; text-align:left; list-style-type: none;
}
