﻿/*
	メニューの豆知識一覧
*/
#vndTop h1 {
	margin-bottom: 12px;
}
#vndTop div.caption {
	padding: 10px 12px 20px;
	font-size: small;
	line-height: 130%;
}
/*#vndTop div.Container {
	padding: 6px 12px 26px;
	font-size: small;
	line-height: 130%;
}*/

#vndTop h3 {
	padding: 0px 12px 6px;
	color: #2fabbe;
	border-bottom: dashed 1px #59bccb;
	font-size: medium;
	font-weight:bold;
}
#vndTop table.category {
	margin-bottom: 26px;
}

#vndTop span.pink {
	color: #ff00ff;
}

/*
	豆知識　詳細
*/
#vndContent h1 {
	/*width: 720px;*/
	width: 570px;
	height:35px;
	background-image: url(../img/title_content.gif);
	background-repeat: no-repeat;
	
	font-size: medium;
	font-weight:normal;
	padding: 14px 80px 0px 70px;
}
#vndContent h2 {
	padding: 0px 16px 6px;
	color: #2fabbe;
	border-bottom: dashed 1px #59bccb;
	font-size: medium;
	font-weight:bold;
}
#vndContent a.BeanMark {
	padding-left: 24px;
	background-image: url(../img/icon_bean.gif);
	background-position: 2px center;
	background-repeat: no-repeat;
}

#vndContent div.Container {
	padding: 10px 20px 26px 12px;
	font-size: small;
	line-height: 130%;
}
/* 豆知識　詳細　リンクバナー */
#vndContent div.linkArea {
	width: 720px;
	padding-bottom: 16px;
	border-bottom: dashed 1px #59bccb;
}
#vndContent div.linkBox {
	padding-left: 12px;
	width: 343px;
	
	float: left;
}
#vndContent div.linkBox a{
	/*width: 343px;
	height: 105px;*/
	width: 203px;
	height: 100px;
	padding: 5px 10px 0px 130px;
	display: block;
	
	font-size: small;
	line-height: 130%;
}
#vndContent div.linkBox a.spot{
	background-image: url(../img/link_btn_spot.jpg);
	background-repeat: no-repeat;
}
#vndContent div.linkBox a.eval{
	background-image: url(../img/link_btn_eval.jpg);
	background-repeat: no-repeat;
}
#vndContent div.linkBox p{
	padding: 5px 3px;
	font-size: x-small;
	line-height: 120%;
	color: #4881a2;
}

#vndContent div.categoryArea {
	width: 720px;
	margin: 16px 0px 20px;
}

#vndContent table.category, #vndTop table.category {
	width: 708px;
}
#vndContent table.category td, #vndTop table.category td{
	padding:8px 0px 0px 12px;
	width: 224px;
	
	font-size: small;
}
#vndContent span.amazon_copyright{
	color: #444444;
	font-size: xx-small;
}
