body {
    margin: 0px;
	padding: 0px;
}
body h1,img{
	margin: 0px;
	padding: 0px;
	border: none;
}
#wrapper{
    width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper h1 {
	font-size: 16px;
	line-height: 24px;
	color: #0066CC;
	height: 24px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	padding-top: 15px;
}
#main {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}
#main .dvd_img {
	padding-right: 10px;
	padding-left: 10px;
	width: 130px;
	float: left;
	padding-bottom: 10px;
	padding-top: 3px;
}


h1 .dvd {
	font-size: 12px;
	padding-left: 10px;
}
.txt {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding-left: 3px;
}
.txt_red {color: #990000}
.txt_s {
	font-size: 10px;
	font-weight: lighter;
}

#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6699CC;
	height: 26px;
}
