@charset "utf-8";


/* ランキング
---------------------------------------------------- */
#rank{
	float:left;
	width:420px;
}
#rank table{
	width:100%;
}
#rank table td{
	padding-bottom:10px;
}
.rank-no{
	width:79px;
}
.point{
	padding-left:10px;
}
.point strong{
	font-size:30px;
}

/* 投稿者の回答
---------------------------------------------------- */
#maker{
	float:right;
	width:420px;
}
#maker table{
	width:100%;
}
#maker table td{
	vertical-align:top;
}
#maker table td img{
	vertical-align:bottom;
}
#maker-bg{
	background:#d2d2d2;
	padding:5px 10px;
}
#maker-post-day{
	text-align:right;
	margin-top:3px;
}



/* コメント
---------------------------------------------------- */
#comment{
	text-align:left;
	width:496px;
	margin:0 auto;
}

.comment-name{
	width:476px;
	height:42px;
	background:url(../images/nanikiru/comment-top.jpg) no-repeat;
	padding:5px 0 0 20px;
}
.comment-name strong{
	font-size:110%;
}
.comment-body{
	background:#95ad1a;
	padding:0px 10px;
	color:#FFFFFF;
	display: inline-block;
	width:476px;
	margin:0px;
	display:block;
}
.comment-body table{
	width:100%;
}
.chose-hai{
	width:60px;
}

.comment-bottom{
	background:url(../images/nanikiru/comment-bottom.jpg) no-repeat;
	height:17px;
	width:496px;
	margin-bottom:20px;
}


/* ボタン
---------------------------------------------------- */
#close{
	padding:20px;
	width:196px;
	margin:0 auto;
	text-indent:-9999px;
}
#close a{
	display:block;
	background:url(../images/nanikiru/close1.jpg) no-repeat;
	width:196px;
	height:44px;
}
#close a:hover{
	display:block;
	background:url(../images/nanikiru/close2.jpg) no-repeat;
	width:196px;
	height:44px;
}


/* エラー
---------------------------------------------------- */
.red{ color:#FF0000;}

.error2{
    color: #4F8A10;
    background:url(../images/kanri/icon2.jpg) no-repeat #DFF2BF 10px center;
	border:1px solid #4f8a10;
	margin:0 auto 20px auto;
    padding:15px 10px 15px 50px;
	font-weight:bold;
}

