@charset "UTF-8";

/*==================================================================
	common
===================================================================*/
h1{
	margin-bottom:10px;
	font-size:93%;
	padding-left:15px;
	background:#FFF url(/img/icon/home.gif) no-repeat 0 40%;
}

/*==================================================================
	totalCount
===================================================================*/
#totalCount{
	margin-bottom:20px;
	background:#FFF url(/img/home/bg_totalcount.gif) no-repeat 0 0;
	height:39px;
	line-height:39px;
	padding:0 15px;
	font-weight:bold;
}
#totalCount span{
	color:#C01920;
	font-size:138.5%;
	margin:0 3px;
}

/*==================================================================
	recommendJukugi
===================================================================*/
#recommendJukugi{
	margin-bottom:20px;
}
#recommendJukugi h2{
	background:url(/img/common/h1.gif) no-repeat 0 -814px;
	overflow:hidden;
	height:37px;
	margin-bottom:15px;
}
#recommendJukugi h2 span{
	display:block;
	height:0;
	padding-top:37px;
}
#recommendJukugi .rightBox{
	width:435px;
}
#recommendJukugi p{
	margin-bottom:15px;
}
#recommendJukugi .right{
	font-size:93%;
}
#recommendJukugi .leftBox{
	width:240px;
}
#recommendJukugi h3{
	font-size:123.1%;
	font-weight:bold;
	margin-bottom:15px;
}
#recommendJukugi h3 a{
	background:url(/img/icon/arrow_small.gif) no-repeat 0 50%;
	padding-left:10px;
}
#recommendJukugi .submit{
	clear:both;
	background-color:#EEE;
	padding:15px 0 10px 0;
}
#recommendJukugi .submit img{
	vertical-align: text-bottom;
}

