@charset "utf-8";
* {
	margin:0;
	padding:0;
}
strong {
	font-weight:normal;
}
a:link {
	color: red
}
a:visited {
	color: green
}
a:hover {
	color: blue
}
a:active {
	color: gray;
	text-align: center;
}
html {
	height:100%;
}
body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	width:100%;
	height:100%;
	background-image:url(../img/back.jpg);
	color: #8B0000;
	margin:0px auto;
}
img {
	border-style:none;
}
body > .sharona {
	height: auto;
}
* html div.sharona {
	height:100%;
}
.sharona {
	bottom:0px;
	width:600px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../img/film2.gif);
	background-repeat: repeat-y;
	height:100%;
	min-height:100%;
	position:relative;
	zoom:100%;/*IE6*/
	overflow:auto;/*IE7 and Firefox*/
	padding-bottom:30px;
}
.monk {
	width:520px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFF;
	text-align:center;
}
.monk p {
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
}
.amazlet-box {
	text-align:left;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	color: #999;
}
#footer {
	bottom:0;
	position:absolute;
	width:520px;
	clear:both;
	text-align:center;
	margin-top:1px;
	margin-bottom:1px;
}
.stottlemeyer {
	float:right;
}
.disher {
	float:left;
}
.kroger {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.clearfloatboth {
	clear:both;
}
#preview {
	position: absolute;
	border: 1px solid #8B0000;
	background: #7d1121;
	padding: 4px;
	display: none;
	color: #ffcccc;
	text-align: center;
}

#screenshot{
	position: absolute;
	border: 5px solid #8B0000;
	background: #7d1121;
	padding: 4px;
	display: none;
	color: #ffcccc;
	text-align: center;
}


