body{
	color:#000000;
	background-color:#ffffff;}
.name, .time, .address, .image{
	border		:solid #000000;}
.name, .time, .image{
	margin		:0;
	padding		:0;}
.name, .time, .address, .image{
	text-indent	:0.5em;}
.name{
	background-color:ffcc66;
	font-size	:14pt;
	line-height	:1.5em;
	width: 480px;
	border: 1px none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-weight: bolder;
}
.time{
	line-height	:1.5em;
	width: 240px;
	border: 1px none;
	float: none;
	font-size: x-small;
}
.address{
	line-height	:1.5em;
	width: 240px;
	border: none;
	float: none;
	font-size: x-small;
}
.image{
	width: 480px;
	background-image: url(img/midasi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-left: 10px;
	border-top: thin solid #FFCC66;
	border-right: thin none #FFCC66;
	border-bottom: thin none #FFCC66;
	border-left: thin none #FFCC66;
	float:left;
}
.photo {
	float: right;
}
.main {
	width: 480px;
	padding: 5px;
}
.left {
	float: left;
}
