@charset "UTF-8";

img, div, a, input, dl { behavior: url(iepngfix.htc) }

#resultArea01 {
	height: 260px;
	width: 570px;
	background-image: url(../result/img/bg_result01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#resultArea01 img {
	position: absolute;
	left: 30px;
	top: 60px;
}
#boxCam {
	border: 5px solid #CCF5CC;
	background-image: url(../result/img/bg_green.jpg);
	background-repeat: no-repeat;
	background-position: center 3px;
	width: 546px;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 20px;
	padding-left: 2px;
}
ul.resultNavi {
	margin-top: 20px;
	margin-bottom: 40px;
}
ul.resultNavi li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}
#drinkCam {
	border: 5px solid #CCE2FF;
	width: 546px;
	background-image: url(../result/img/bg_blue.jpg);
	background-repeat: no-repeat;
	background-position: center 3px;
	text-align: center;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 20px;
	padding-left: 2px;
}
#boxCam .greenBox {
	width: 540px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#boxCam .greenBox img {
	vertical-align: bottom;
}
#boxCam .greenBox dl {
	background-image: url(../result/img/greenBox_middle.png);
	background-repeat: repeat-y;
	background-position: center;
}

#boxCam .greenBox dt {
	margin-bottom: 15px;
}
#boxCam .greenBox dd {
	text-align: left;
	width: 500px;
	color: #1A4E33;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#boxCam .greenBox dd:after {
	content: "";
	display: block;
	height: 1px;
	clear: both;
}
* html #boxCam .greenBox dd {
	height: 1px;
	overflow: visible; 
}
#boxCam .greenBox .photo {
	background-image: url(../result/img/pic_green.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 149px;
	width: 199px;
	padding-top: 5px;
	padding-left: 5px;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

#boxCam .greenBox .name {
	text-align: right;
	color: #00CC33;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	margin: 0px;
	padding: 5px;
}

#drinkCam .blueBox {
	width: 540px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#drinkCam .blueBox img {
	vertical-align: bottom;
}
#drinkCam .blueBox dl {
	background-image: url(../result/img/blueBox_middle.png);
	background-repeat: repeat-y;
	background-position: center;
}
#drinkCam .blueBox dt {
	margin-bottom: 15px;
}
#drinkCam .blueBox dd {
	text-align: left;
	width: 500px;
	color: #003366;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#drinkCam .blueBox dd:after {
	content: "";
	display: block;
	height: 1px;
	clear: both;
}
* html #drinkCam .blueBox dd {
	height: 1px;
	overflow: visible; 
}
#drinkCam .blueBox .photo {
	background-image: url(../result/img/pic_blue.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 149px;
	width: 199px;
	padding-top: 5px;
	padding-left: 5px;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

#drinkCam .blueBox .name {
	text-align: right;
	color: #0099FF;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	margin: 0px;
	padding: 5px;
}
