/* ■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: 480px;
	float: left;
}
#maincenter {
	padding: 6px;
	float: left;
	width: 470px;
}
#mainright {
	padding: 1px;
	width: 0px;
	float: left;
}
#subleft {
	padding: 6px;
	width: 480px;
	float: left;
}
#subcenter {
	padding: 6px;
	float: left;
	width: 470px;
}
#footer {
	clear: both;
}
/* ■header部分 */
.pageInfo{
	font-size: 15px;
	color: #444444;
	margin-top: 20px;
	margin-bottom: 12px;
	margin-left: 3px;
	margin-right: 10px;
}
.pageInfo a {
	color: #2222ff;
	margin-left: 4px;
}
.pageInfoAlert{
	font-size: 14px;
	color: #ff2222;
}
/* ■mainleft部分 */
#stockSummary{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border: #ccffcc 1px dashed;
	background: #fafffa;
}
#stockSummaryTitle{
	font-size: 14px;
	color: #3333ff;
	border-bottom: #66aaff 1px solid;
	border-left: #66aaff 12px solid;
	padding: 2px 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 300px;
}
.stockSummaryOne{
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	color: #555555;
}
/* ■maincenter部分 */
#relatedLink{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border: #ccffcc 1px dashed;
	background: #fafffa;
}
#relatedLinkTitle{
	font-size: 14px;
	color: #3333ff;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#relatedLinkTitle img{
	margin-right: 3px;
}
.relatedLinkOne{
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 13px;
	color: #555555;
}
.relatedLinkOne a{
	color: #0000ff;
}
#relatedNews{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	background: #fcfffc;
}
#relatedNewsTitle{
	font-size: 14px;
	color: #3333ff;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#relatedNewsTitle img{
	margin-right: 3px;
}
#relatedNewsBlock{
	overflow: auto;
	width: 450px; 
	height: 160px; 
	border: 1px solid #ccccff;
}
.relatedNewsOne{
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 13px;
}
.relatedNewsOne a{
	color: #0000ff;
}
.relatedNewsOneDate{
	color: #555555;
}
.relatedNewsOneBy{
	font-size: 12px;
	color: #555555;
}

#relatedIssue{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border: #ccffcc 1px dashed;
	background: #fafffa;
}
#relatedIssueTitle{
	font-size: 14px;
	color: #3333ff;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#relatedIssueTitle img{
	margin-right: 3px;
}
.relatedIssueOne{
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 13px;
	color: #555555;
}
.relatedIssueOne a{
	color: #0000ff;
}

/* ■mainright部分 */

/* ■subleft部分 */
#stockPrice{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	background: #fafffa;
}
#stockPriceTitle{
	font-size: 14px;
	color: #3333ff;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#stockPriceTitle img{
	margin-right: 3px;
}
.stockPriceOne{
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	color: #555555;
}
#subleft table{
	width: 455px;
	border-collapse: collapse;
	border-top: 1px solid #ddddff;
	border-bottom: 1px solid #ddddff;
	border-left: 1px solid #ddddff;
	border-right: 1px solid #ddddff;
}
#subleft td{
	font-size: 13px;
}
.stockPriceBack{
	background: #eeeeff;
}
.stockPriceTitleBack{
	background: #eaeaff;
	color: #0000dd;
}
.stockPrice1td {
	width: 45px;
	text-align: center;
}
.stockPrice2td {
	width: 110px;
	text-align: left;
}
.stockPrice3td {
	width: 60px;
	text-align: right;
}
.stockPrice4td {
	width: 60px;
	text-align: right;
}
.stockPrice5td {
	width: 80px;
	text-align: center;
}
.stockPrice6td {
	width: 100px;
	text-align: center;
}
.redTd{
	color: #ff0000;
}
.blueTd{
	color: #0000ff;
}
.updateDay{
	color: #555555;
	font-size: 13px;
}
/* ■subcenter部分 */
#chartTitle{
	font-size: 14px;
	color: #3333ff;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}

/* ■ */
#chartTableArea{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 60px;
	margin-right: 60px;
	background: #f1fff1;
	text-align: center;
	padding: 5px;
}
#chartTableAreaTitle{
	font-size: 14px;
	color: #3333ff;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	text-align: left;
}
#chartTableAreaTitle img{
	margin-right: 2px;
}
.chartTableCaptionTd{
	font-size: 14px;
	color: #777777;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
}
.chartTableImgTd{
	padding: 5px;
}
/* ■ */
#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;
}
/* ■ */
.adSpace{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}