/*========================================================================*/
/* body
/*========================================================================*/

a.remove_cookie { position:absolute; top:30%; cursor:pointer; }

/*========================================================================*/
/* modal
/*========================================================================*/

#modal { display:none; }

#modal #wrapper #bg ul li img { vertical-align:bottom; }

/*========================================================================*/
/* nenrei
/*========================================================================*/

#wrapper {
    background-color:#FFFFFF;
    background-repeat: repeat;
	border:solid 10px #ff7585;
    height: 400px;
    padding: 10px;
    position: relative;
    width: 610px;
	margin: 10px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	text-align: center;	

}
#wrapper #bg {
    height: 400px;
    width: 580px;
	margin:0px auto;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;	
}

#wrapper #bg h2 { font-size: 20px; color: #ff00ff; line-height: 22px;}
#wrapper #bg h2 p { margin: 0;}

#wrapper #bg .over {
	left: 100px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
#wrapper #bg .over a:hover {
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
#wrapper #bg .under {
	left: 332px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;	
}
#wrapper #bg .under a:hover {
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;	
}
#wrapper #bg li {
	height: 100px;
	list-style: none outside none;
	position: absolute;
	top: 300px;
	width: 200px;
}
#wrapper #bg a {
    display: block;
    height: 100px;
    width: 200px;
}
#wrapper #bg a:hover {
    display: block;
    height: 100px;
    width: 200px;
}
#wrapper #bg span {
    display: none;
}

