@charset "UTF-8";
@import url("common.css");

body {
	margin: 0;
	background-image: url(../image/foods/popup.png);
	width: 709px;
	height: 565px;
}

div#popup {
	padding: 40px;
}

a#close {
	background-image: url(../image/foods/popup-close.png);
	display: block;
	zoom: 1.0;
	float: right;
	width: 88px;
	height: 40px;
	outline: 0;
}

a#close:hover {
	background-position: 0 -40px;
}

a#close span {
	display: none;
}

div#left_pane {
	width: 310px;
	float: left;
	padding-right: 10px;
	border-right: 1px solid black;
}

div#right_pane {
	margin-left: 335px;
}

h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;
	color: #052169;
	border-left: 6px solid #052169;
	padding: 6px;
}

h2 {
	padding: 0;
	margin: 0;
	background-image: url(../image/bullet-red.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	font-size: 12px;
	font-weight: normal;
}

h2 div {
	background-image: url(../image/foods/popup-underline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.person {
	text-align: center;
	margin: 20px;
	margin-top: 0;
}

p {
	font-size: 11px;
}

div.label {
	height: 30px;
}

div.label {
	padding: 12px;
}

a {
	color: #e33e7d;
}
