/* ■htmlタグ */
body {
	background: #ffffee;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 980px;
}
#header {
	margin-bottom:20px;
}
#content {
	width: 980px;
}
#mainleft {
	padding: 6px;
	width: 230px;
	float: left;
}
#maincenter {
	padding: 6px;
	float: left;
	width: 680px;

}
#mainright {
	padding: 6px;
	width: 10px;
	float: left;
}
#footer {
	clear: both;
}
/* ■header部分 */

/* ■mainleft部分 */
#categoryTree{
	margin-left: 5px;
}
#categoryTree table{
	font-size: 14px;
}
#categoryTree table a{
	color: #ff88bb;
}
.categoryTreeLink{
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 14px;
}
.categoryTreeLink a{
	color: #2222ff;
}
.themaBlock{
	margin-bottom: 20px;
	padding: 7px;
}
.themaBlockTitle{
	background: #eeffee;
	border-right: #aaffaa 2px solid;
	border-top: #aaffaa 1px solid;
	border-left: #aaffaa 2px solid;
	border-bottom: #aaffaa 1px solid;
	padding: 7px;
	font-size: 13px;
	font-weight: bold;
	color: #225522;
	text-align: center;
	margin-bottom: 5px;
}
.newBlogsBlock{
	margin-bottom: 20px;
	padding: 7px;
}
.newBlogsTitle{
	background: #eeffee;
	border-right: #aaffaa 2px solid;
	border-top: #aaffaa 1px solid;
	border-left: #aaffaa 2px solid;
	border-bottom: #aaffaa 1px solid;
	padding: 7px;
	font-size: 13px;
	font-weight: bold;
	color: #225522;
	text-align: center;
	margin-bottom: 5px;
}
.oneNewBlog{
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.oneNewBlog a {
	margin-left: 7px;
	color: #ff88bb;
}
.calendarBlock{
	margin-bottom: 15px;
	padding: 7px;
	text-align: center;
}
.calendarBlockTitle{
	background: #eeffee;
	border-right: #aaffaa 2px solid;
	border-top: #aaffaa 1px solid;
	border-left: #aaffaa 2px solid;
	border-bottom: #aaffaa 1px solid;
	padding: 7px;
	font-size: 13px;
	font-weight: bold;
	color: #225522;
	text-align: center;
	margin-bottom: 5px;
}
.calendarBlockMonth{
	color: #cc6633;
	margin-top: 8px;
	margin-bottom: 3px;
	font-size: 13px;
}
.calendarBlue{
	color: #2222ff;
}
.calendarRed{
	color: #ff2222;
}
.calendarBlock th{
	font-size: 13px;
}
.calendarBlock td{
	font-size: 13px;
	text-align: right;
	padding: 2px 5px;
}
.calendarBlock a{
	color: #ff99cc;
}
.monthBlock{
	margin-bottom: 15px;
	padding: 7px;
}
.monthBlockTitle{
	background: #eeffee;
	border-right: #aaffaa 2px solid;
	border-top: #aaffaa 1px solid;
	border-left: #aaffaa 2px solid;
	border-bottom: #aaffaa 1px solid;
	padding: 7px;
	font-size: 13px;
	font-weight: bold;
	color: #225522;
	text-align: center;
	margin-bottom: 5px;
}
.oneMonthBlock{
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.oneMonthBlock a {
	margin-left: 7px;
	color: #ff88bb;
}
.mutuallinkBlock{
	margin-bottom: 15px;
	padding: 7px;
}
.mutuallinkBlockTitle{
	background: #eeffee;
	border-right: #aaffaa 2px solid;
	border-top: #aaffaa 1px solid;
	border-left: #aaffaa 2px solid;
	border-bottom: #aaffaa 1px solid;
	padding: 7px;
	font-size: 13px;
	font-weight: bold;
	color: #225522;
	text-align: center;
	margin-bottom: 5px;
}
.mutuallinkBlockDescription{
	font-size: 12px;
	color: #555555;
}
.sideAd{
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 20px;
	text-align: center;
}
.lFloat{
	float: left; 
	padding: 5px;
}
.rFloat{
	float: right; 
	padding: 5px;
}
/* ■maincenter部分 */
.articleBlock{
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 15px;
	border-right: #cccccc 2px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 2px solid;
	border-bottom: #cccccc 1px solid;
	background: #ffffff;
}
.articleBlockTitle{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.articleBlockThema{
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 13px;
	color: #444444;
}
.articleBlockThema a {
	color: #ff99cc;
}
.articleBlockDatetime{
	font-size: 11px;
	color: #006633;
	text-align: right;
	font-weight: bold;
	padding-top: 2px;
	border-top: #dddddd 1px dashed;
}
.articleBlockArticle{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 13px;
	color: #555555;
}
.sectionBlock{
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 30px;
}
.addBlock{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #ff0000;
}
.pageBlock{
	text-align: center;
	font-size: 13px;
}
.pageBlockTitle{
	color: #555555;
}
.pageBlockThisPage{
	color: #555555;
	font-weight: bold;
	margin-left: 8px;
}
.pageBlockAnotherPage{
	margin-left: 8px;
}
.pageBlockAnotherPage a {
	color: #cc6633;
}
.articleCategory{
	border-bottom: #66aaff 1px solid;
	border-left: #66aaff 12px solid;
	padding: 2px 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 200px;
	font-size: 14px;
	color: #2222ff;
}
.articleBlockRest{
	text-align: right;
	font-size: 13px;
	margin-right: 20px;
}
.articleBlockRest a{
	color: #0000ff;
}
/* ■mainright部分 */



/* ■ */
.ad1{
  clear: both;
	background: #eeeeff;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:10px;
	padding-top:2px;
	padding-bottom: 5px;
	border-right: #9090ff 2px dotted;
	border-top: #9090ff 2px dotted;
	border-left: #9090ff 2px dotted;
	border-bottom: #9090ff 2px dotted;
	text-align: center;
}
.braApiTitle{
	font-weight: bold;
	font-size: 16px;
	color: #2222ff;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}
.braApiText{
	margin-left: 2px;
	margin-right: 2px;
	font-size: 13px;
	color: #555555;
	text-decoration: none;
}

/* ■ */
#amazonCafe{
	margin-left: 15px;
	color: #3333dd;
	font-size: 18px;
	font-weight: bold;
	font-family : Comic Sans MS,Geneva;
}
#amazonArea{
	clear: both;
	text-align: left;
	border-right: #aaaaff 2px dashed;
	border-top: #aaaaff 2px dashed;
	border-left: #aaaaff 2px dashed;
	border-bottom: #aaaaff 2px dashed;
	padding: 4px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
#amazonArea td{
	width: 450px;
}
#amazonArea2{
	clear: both;
	text-align: left;
	border-right: #aaaaff 2px dashed;
	border-top: #aaaaff 2px dashed;
	border-left: #aaaaff 2px dashed;
	border-bottom: #aaaaff 2px dashed;
	padding: 4px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
#amazonArea2 td{
	width: 300px;
}

.perGoods{
	margin-top: 1px;
	margin-bottom: 5px;
}
.perGoodsTitle{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}
.perGoods  img{
	float: left;
	margin: 2px;
	margin-right: 5px;
}
.perGoodsCreater{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
}
.perGoodsPrice{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
}
.perGoodsPriceTopic{
}
.perGoodsPriceValue{
	color: #cc0000;
}
.perGoodsRecommend{
	margin-top: 2px;
	margin-bottom: 2px;
}
.perGoodsRecommendTopic{
	font-size: 13px;
	float: left;
}
.perGoodsRecommendImg img{
	float: left;
	margin: 0px;
	padding: 0px;
}
.perGoodsRanking{
	margin-top: 18px;
	margin-bottom: 0px;
	font-size: 12px;
}
.perGoodsRankingTopic{

}
.perGoodsRankingValue{

}
.customerReview{
	clear: both;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #ccffcc;
	padding: 4px;
}
.customerReviewSummary{
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 3px;
}
.customerReviewSummaryTitle{
	font-weight: bold;
}
.customerReviewSummaryDate{

}
.customerReviewContent{
	font-size: 12px;
	color: #333333;
}
.customerReviewLink{
	font-size: 13px;
	text-align: right;
}
.customerReviewLink a{
	color: #0000ff;
}
/* ■ */
#pickArea{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
#piCap{
	color: #3030ff;
	font-size: 14px;
	background: #e0e0ff;
	padding: 6px;
	border-bottom: 1px solid #c0c0f0;
	text-align: center;
}
#piTitle{
	font-size: 14px;
	color: #2222ff;
	margin-top: 3px;
	margin-bottom: 3px;
}
#piTitle img{
	margin-right: 2px;
}
#piImg{
	margin-left: 4px;
	padding: 3px;
	float: left;
}
#piImg img{
	width: 130px;
}
#piAva1{
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-weight: bold;
	font-size: 13px;
	color: #ff1111;
}
#piAva2{
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-size: 13px;
	color: #303030;
}
.piPri{
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-size: 13px;
	color: #404040;
}
.priValue{
	font-size: 14px;
	color: #ff2222;
}
.priNg{
	text-decoration: line-through;
}
#priCap{
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-weight: bold;
	font-size: 13px;
	color: #ff9900;
}
#piOsu{
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-size: 13px;
	color: #404040;
}
#piOsu img{
	margin-left: 1px;
	margin-right: 1px;
}
#piRelease{
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-size: 13px;
	color: #404040;
}
#reCap{
	clear: both;
	margin-top: 3px;
	margin-bottom: 1px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 13px;
	color: #ff9900;
}
#reSummary{
	margin-top: 8px;
	margin-bottom: 1px;
	margin-left: 5px;
	padding: 2px;
	font-size: 14px;
	color: #222222;
}
#reSummary img{
	margin-left: 1px;
	margin-right: 1px;
}
#reContent{
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 5px;
	padding: 2px;
	font-size: 13px;
	color: #404040;
}
.piLink{
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.piLink img{
	margin-right: 2px;
}
.piLink a{
	color: #0000ff;
}
#reSpace{
	clear: both;
	margin-top: 30px;
}
