@charset "utf-8";


/*----------------------------------------------------------
	contents:NEWS
----------------------------------------------------------*/

.newsArea {
	margin: 35px 0 20px 0;
}

/* -- clear float -- */ 
.newsArea {
	clear: both;
	min-height:0;
	display: inline-table;
}

.newsArea:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html .newsArea {height:0;}
.newsArea {display: block;}
/* */
/* -- end clear float -- */


.newsArea .newsImgArea {
	float: left;
	padding: 0 0 30px 0;
	width: 420px;
}

.newsArea .newsTextArea {
	float: right;
	text-align: left;
	padding: 0 0 30px 0;
	width: 400px;
}

* html .newsArea .newsTextArea {
	padding: 0 100px 0 0;
}

.newsArea .newsTextArea h6.newsDate {
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.newsArea .newsTextArea h2.newsTitle {
	font-size: 130%;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.newsArea .newsTextArea p {
	font-size: 90%;
	margin: 0 0 30px 0;
}

.newsArea .newsTextArea p.right {
	text-align: right;
}

.newsArea .newsTextArea p.newsLink {
	font-size: 90%;
	background: url("../../img/icon_arrow.gif") no-repeat 0 3px;
	padding: 0 0 0 20px;
}


#infoArea {
	width: 850px;
	background: #e6e6e6;
	margin: 30px 0 0 0;
	padding: 20px 0;
}

/* -- clear float -- */ 
#infoArea {
	min-height:0;
	display: inline-table;
}

#infoArea:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html #infoArea {height:0;}
#infoArea {display: block;}
/* */
/* -- end clear float -- */

#infoArea h3 {
	float: left;
	padding: 0 40px 20px 20px;
	background: url("http://avril-kyoto.biz/book/img/icon_oshirase.gif") no-repeat right 0;
}

#infoArea ul {
}

#infoArea ul li {
	float: left;
	text-align: left;
	font-size: 90%;
	color: #512e0d;
	padding: 0 20px 0 20px;
}

#infoArea ul li p.note {
	margin: 8px 0 0 0;
	/* background: url("../../img/icon_next.gif") no-repeat 0 3px;
	padding: 0 0 0 13px; */
}

#infoArea ul li p.note a {
	color: #512e0d;
	border: none;
}

#infoArea ul li p.note a:hover {
	color: #AFAFAF;
	/* color: #000; */
	border: none;
}

#infoArea ul li a img {
	border: 1px solid #e6e6e6;
}

#infoArea ul li a:hover img {
	/* border: 1px solid #7c5123; */
	border: 1px solid #BEBEBE;
}



#rankArea {
	margin: 30px 0 0 0;
	text-align: left;
}

#rankArea h4 {
	width: 154px;
	height: 35px;
	text-align: center;
	background: url("http://avril-kyoto.biz/book/img/h4_ranking.gif") no-repeat;
	color: #fff;
	font-size: 90%;
	padding: 5px 0 0 0;
}

#rankArea ul {
	background: url("http://avril-kyoto.biz/book/img/bg_rankArea.gif") repeat-x left top;
	padding: 0 0 0 60px;
}

/* -- clear float -- */ 
#rankArea ul {
	min-height:0;
	display: inline-table;
}

#rankArea ul:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html #rankArea ul {height:0;}
#rankArea ul {display: block;}
/* */
/* -- end clear float -- */

#rankArea ul li {
	float: left;
	width: 110px;
	text-align: center;
	font-size: 90%;
	padding: 0 55px 0 0;
}

* html #rankArea ul li {
	width: 165px;
}

#rankArea ul li p a img {
	border: 1px solid #e6e6e6;
}

#rankArea ul li p a:hover img {
	/* border: 1px solid #7c5123; */
	border: 1px solid #AFAFAF;
}


#rankArea ul li .order {
	font-size: 110%;
	margin: 4px 0 20px 0;
}

#rankArea ul li .order img {
	margin: 0 0 2px 7px;
}

#rankArea ul li .note {
	text-align: left;
	margin: 10px 0 0 0;
	/* background: url("../../img/icon_next.gif") no-repeat 0 3px;
	padding: 0 0 0 13px; */
}

#rankArea ul li .note a,
#rankArea ul li .note a:hover {
	border: none;
	/* border-bottom: 1px solid #7c5123; */
}