div.content {
	display: block;
	width: 800px;
	margin: 1ex auto 1ex;
	padding: 0.5em;
	font-family: "HiraKakuProN-W3", "MS Gothic", monospace;
	border: #888 solid 1px;
	-webkit-border-radius: 8px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 5px 5px 10px #444;
	box-shadow: 5px 5px 10px #444;
	behavior: url(/okachi/css/PIE.htc);
	background-color: #fffade;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffade), to(#e8e6ca));
	background: -moz-linear-gradient(top, #fffade, #e8e6ca);
	background: -o-linear-gradient(top, #fffade, #e8e6ca);
	background: linear-gradient(#fffade, #e8e6ca);
	-pie-background: linear-gradient(#fffade, #e8e6ca);
}

div.news_title {
	position: relative;
	color: #fff;
	-webkit-border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/okachi/css/PIE.htc);
	background-color: #A00;
	background: -webkit-gradient(linear, left top, left bottom, from(#b00), to(#900));
	background: -moz-linear-gradient(top, #b00, #900);
	background: -o-linear-gradient(top, #b00, #900);
	background: linear-gradient(#BB0000, #990000);
	-pie-background: linear-gradient(#BB0000, #990000);
}
div.news_title > span.title {
	display: inline-block;
	margin: 0.2em 0.2em 0.2em 1em;
}
div.news_title > span.more {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.2em;
}
div.news_title > span.more > a{
	padding: 0 0.5em 0 0.5em;
	text-decoration: none;
	background-color: #c00;
	color: #fff;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/okachi/css/PIE.htc);
}


dl.news {
	margin-top: 1ex;
	margin-bottom: 0;
}
dl.news > a {
	display: block;
	text-decoration: none;
	color: #000;
}
dl.news > a:hover {
	background-color: #B2B09D;
}

dl.news dt {
	display: inline;
	line-height: 1.2em;
}
dl.news dd {
	display: inline;
	margin: 0 0 0 1em;
}


div.header {
	padding: 0.2em;
	background-color: #A00;
	color: #fff;
	-webkit-border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/okachi/css/PIE.htc);
	background-color: #A00;
	background: -webkit-gradient(linear, left top, left bottom, from(#b00), to(#900));
	background: -moz-linear-gradient(top, #b00, #900);
	background: -o-linear-gradient(top, #b00, #900);
	background: linear-gradient(#BB0000, #990000);
	-pie-background: linear-gradient(#BB0000, #990000);
}
div.time {
	display: inline;
	margin-right: 1em;
}
div.headline {
	display: inline;
}
div.body {
	width: 100%;
	margin-top: 1ex;
	white-space: pre-wrap;
	line-height: 120%;
}

div.half {
	display: inline-block;
	width: 40%;
}

ul.instruments {
	list-style: none;
}
ul.instruments> li {
	margin: 0.2em;
}


div.content {
	display: block;
	width: 800px;
	margin: 1ex auto 1ex;
	padding: 0.5em;
	font-family: "HiraKakuProN-W3", "MS Gothic", monospace;
	border: #888 solid 1px;
	-webkit-border-radius: 8px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 5px 5px 10px #444;
	box-shadow: 5px 5px 10px #444;
	behavior: url(/okachi/css/PIE.htc);
	background-color: #fffade;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffade), to(#e8e6ca));
	background: -moz-linear-gradient(top, #fffade, #e8e6ca);
	background: -o-linear-gradient(top, #fffade, #e8e6ca);
	background: linear-gradient(#fffade, #e8e6ca);
	-pie-background: linear-gradient(#fffade, #e8e6ca);
}

.title {
	margin: 1em;
	font-size: 140%;
	font-weight: bold;
}

table {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: #000 1px solid;
	border-collapse: collapse;
}
tr {
	line-height: 120%;
}
th {
	width: 5em;
	font-weight: normal;
	color: #fff;
	behavior: url(/okachi/css/PIE.htc);
	background-color: #A00;
	background: -webkit-gradient(linear, left top, left bottom, from(#b00), to(#900));
	background: -moz-linear-gradient(top, #b00, #900);
	background: -o-linear-gradient(top, #b00, #900);
	background: linear-gradient(#BB0000, #990000);
	-pie-background: linear-gradient(#BB0000, #990000);
}
td {
	text-align: right;
}

.cell {
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	border: 0 solid #000;
	border-right-width: 1px;
}

.bright .cell {
	/*background-color: #ffffd8;*/
	background-color: #ffe;
}
.dark .cell {
	/*background-color: #eec;*/
	background-color: #f6f6d4;
}

.bright .cell.updated,
.dark .cell.updated,
.updated {
	background-color: #ffff80;
}

div.digits {
	width: 760px;
	margin-left: 2em;
	text-align: left;
}
#bid, #ask {
	display: inline-block;
	font-size: 160%;
	font-weight: bold;
	text-align: right;
	width: 4em;
	margin-left: 1ex;
	margin-right: 1em;
}
#netChange, #netChangePcnt {
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	width: 3.5em;
	margin-left: 1ex;
}
#netChangePcnt {
	width: 5em;
}
#open, #high, #low {
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	width: 3.5em;
	margin-left: 1ex;
	margin-right: 1em;
}
.ohl {
	margin-top: 1ex;
}

div.chart {
	width: 760px;
	margin: 2em auto 1em auto;
	text-align: left;
}

select {
	margin-right: 1em;
}

#chart {
	width: 760px;
	height: 400px;
	margin-top: 1ex;
	border:  #888 1px solid;
}