@charset "utf-8";
body {
	height: 100%;
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color:#999;
}

* { 
	margin: 0 auto; 
}

h1,h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#top {
	background-color:#999;
	padding: 50px 50px 25px 50px;
	width: 950px;
	height: auto;
	text-align:center;
}

#middle {
	background-color:#FC3;
	padding: 50px;
	width: 950px;
	height: auto;
	font-size: 18px;
}

#detail {
	height:535px;
	width:451px;
	text-align:left;
	margin: 0;
}

#photo {
	width: 451px;
	height: 535px;
	float:right;
}

#info {
	background-color:#333;
	padding: 25px 50px 25px 50px;
	width: 950px;
	height: auto;
	color:#FFF;
	text-align:center;
	font-size:22px;
}

#info2 {
	background-color:#333;
	padding: 25px 50px 25px 50px;
	width: 950px;
	height: auto;
	color:#FFF;
	text-align:left;
	font-size:18px;
}