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

/*トップ*/
#centerBox {
	float:left;
	width:533px;
	padding-top:10px;
}

#topContents {
	background: url("./images/pickupback.jpg") no-repeat;
	float:left;
	height:335px;
	width:523px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:15px;

}
#flash {
	float:left;
	position:relative;
}
#pickup {
	float:left;
	padding-top:26px;
	padding-left:11px;
	font-size:12px;
}
#pickup p img {
	border:1px solid #99cc00;
}
#pickup h2 {
	padding-bottom:4px;
	height:30px;
}
.ladyname{
	font-weight:bold;
	padding-top:2px;
	padding-bottom:3px;
	background: url("./images/line.jpg") no-repeat center bottom;

}
.ladyname span {

}
#pickup dl {
	width:150px;
	text-align:center;
}
#pickup dd {
	padding-bottom:3px;
	background: url("./images/line.jpg") no-repeat center bottom;
}
#topics {
	clear:left;
	float:left;
	background: url("./images/mamablog.jpg") no-repeat;
	width:252px;
	height:512px;
	padding-left:8px;
	padding-top:8px;
	margin-right:13px;
}
#blog {
	float:left;
	background: url("./images/staffblog.jpg") no-repeat;
	width:252px;
	height:512px;
	padding-left:8px;
	padding-top:8px;
}

#ranking {
	width:188px;
	float:left;
	height:auto;
	padding-right:15px;
	padding-left:4px;
}
#ranking div {
	background:#b3d940 url("./images/ranking_back.jpg") repeat-x;
	width:175px;
	/*height:681px;*/
	height:auto;
	border:1px solid #99cc00;
	border-top:none;
	margin-left:11px;
	position:relative;
}
#ranking div {
	display: inline-block;
}
#ranking div:after {
	content: "."; 
	display: block;
	height: 0;
	line-height:0; 
	font-size: 0.1em;
	clear: both; 
	visibility: hidden; 
}
#ranking div dl {
	width:86px;
	height:670px;
	float:left;
	text-align:center;
	border-left:1px solid #b3d940;
}
#ranking div dt {
	color:#99cc00;
	padding-top:7px;
	padding-bottom:7px;
	font-weight:bold;
	line-height:1.0;
	text-align:left;
	padding-left:3px;
}
#ranking div ul {
	color:#000;
	font-weight:bold;
}
#ranking div ul li{
	padding-bottom:10px;
}
#ranking div ul li p {
	padding-top:1px;
	font-size:11px;
}
#job {
	padding-top:10px;
	padding-right:15px;
	width:177px;
	float:right;
}

