@charset "UTF-8";

body{
	background: #fefbd8;
}

.crown{
	background: url(/img/motemiyage/ico_crown_01.png) 0 50% no-repeat;
	line-height: 28px;
	padding-left: 45px;
	font-size: 134%;
}

.icoSearch{
	background: url(/img/motemiyage/ico_search_01.png) 0 50% no-repeat;
	line-height: 28px;
	padding-left: 45px;
	font-size: 134%;
}

div#header{
	background: url(/img/motemiyage/bg_header_01.png) center bottom repeat-x #fff;
}

div#footer{
	background: url(/img/motemiyage/bg_footer_01.png) center top repeat-x #fff;
}

div.boxEntry{}

div.boxEntry div.entryTitle{
	position: relative;
	background: url(/img/motemiyage/bg_entrytitle_01.png) 0 100% no-repeat;
	padding: 5px 0 33px 53px;
	margin-bottom: 20px;
}

div.boxEntry div.entryTitle h2{
	width: 410px;
}

div.boxEntry div.entryTitle h2 a{
	text-decoration: none;
}

div.boxEntry div.entryTitle p.entryDate{
	position: absolute;
	top: 7px;
	right: 30px;
}

div.boxEditor{
	background: #ddf8b0;
}

div.boxSide{
	width: 300px;
}

div.boxSide div.boxSideBody{
	padding: 20px 0;
}

div.boxRecententry ul li{
	line-height: 1.3;
	background: url(/img/motemiyage/ico_entry_01.png) 5px 50% no-repeat;
	padding-left: 55px;
	margin-bottom: 10px;
}

div.boxZuborapoint ul li{
	margin-bottom: 5px;
	padding-left: 20px;
}

div.boxKeyword ul{
	padding-left: 20px;
}

div.boxKeyword ul li{
	float: left;
	display: inline-block;
	white-space: nowrap;
	margin-right: 20px;
	line-height: 2;
}

div.boxHeadline{
	background: url(/img/motemiyage/hr_01.png) 50% 100% no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div.boxEntryBody{
	width: 480px;
	float: right;
}

p.boxEntryImage{
	overflow: hidden;
	width: 100px;
	height: 76px;
	float: left;
	background: url(/img/motemiyage/noimage.png) 50% 50% no-repeat;
}

p.entryHeadlineBody{
	margin: 5px 0;
}

p.headlineDate{
	text-align: right;
	color: #999;
}

div.comments-header h2{
	margin-bottom: 20px;
}

div.user-pic{
	display: none;
}

div.asset-meta{
	margin-bottom: 10px;
}

div.comment-content{
	margin-bottom: 30px;
}

div.comments-open-content th{
	width: 80px;
	text-align: right;
	padding-right: 15px;
}

div.comments-open-content th,
div.comments-open-content td{
	padding-bottom: 5px;
}

input#comment-preview{
	width: 58px;
	height: 27px;
	margin: 5px 0;
	border: none;
}

input#comment-submit{
	width: 58px;
	height: 27px;
	margin: 5px 0;
	border: none;
}

div#comments-open-footer{
	text-align: center;
}

div#comments-open-captcha img{
	margin-bottom: 5px;
}

div.boxMoepoint{
	background: url(/img/motemiyage/bg_entry_info_01.png) 0 0 no-repeat;
	width: 250px;
	height: 220px;
	padding: 20px;
	position: relative;
	float: left;
	font-size:10px;
}

div.boxMoepoint ul{
	position: absolute;
	bottom: 20px;
	right: 30px;
}

div.boxMoepoint ul li{
	width: 230px;
	height: 30px;
	text-indent: -9999px;
	margin: 10px 0;
}

div.boxMoepoint ul li.mote{ background: url(/img/motemiyage/rank_motedo_01.png) no-repeat; }
div.boxMoepoint ul li.rare{ background: url(/img/motemiyage/rank_reado_01.png) no-repeat; }
div.boxMoepoint ul li.wakya{ background: url(/img/motemiyage/rank_wakya_01.png) no-repeat; }

div.boxMoepoint ul li.score1{ background-position: 0 0; }
div.boxMoepoint ul li.score2{ background-position: 0 -30px; }
div.boxMoepoint ul li.score3{ background-position: 0 -60px; }
div.boxMoepoint ul li.score4{ background-position: 0 -90px; }
div.boxMoepoint ul li.score5{ background-position: 0 -120px; }

div.boxMoeguma{
	float: right;
	background: url(/img/motemiyage/bg_entry_info_01.png) 0 0 no-repeat;
	width: 250px;
	height: 220px;
	padding: 20px;
	font-size:10px;
}

div.boxMoegumaImage{
	position: relative;
	background: url(/img/motemiyage/img_moeguma_01.png) no-repeat;
	width: 256px;
	height: 206px;
}

div.boxMoegumaImage p{
	width: 176px;
	height: 73px;
	position: absolute;
	top: 33px;
	left:45px;
}

div.boxShop{
	background: #ccff99;
	padding: 15px;
}

div.boxShop div.main{
	float: right;
	width: 400px;
}

div.boxShop div.sub{
	float: left;
	width: 146px;
}

div.boxKeywords{
	background: #ccff99;
	padding: 10px 15px;
	margin: 5px 0;
}

/* ------------------------------------------------------------
	blockSocialFeedback
------------------------------------------------------------ */
.blockSocialFeedback{
	margin: -10px 0 10px 0;
}

