@charset "utf-8";
/* CSS Document */

#madori{
	margin-top:10px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(../img/madori_bg.jpg);
	background-repeat:no-repeat;
	height:100%;
}

#madori .left{
	float:left;
	width:500px;
}

#madori .right{
	float:right;
	width:280px;
}

#button{
	background-image:url(../img/button_bg.jpg);
	background-repeat:no-repeat;
	height:669px;
	padding-top:5px;
	padding-bottom:5px;
}

#button div.title{
	padding-top:7px;
}

/* ieハック */
* html #button div.title{
	padding-top:11px;
}

/* ie7ハック */
*:first-child+html #button div.title{
	padding-top:11px;
}

#button div.bu{
	padding-left:10px;
}

.prem {
	font-size: 12px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

