/* html */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	background-color: #262626;
	text-align: center;
	color:#FFFFFF;
	font-family:"メイリオ", "ヒラノ角ゴ Pro W3", Meiryo, sans-serif;
	font-size:12px;
	line-height:1.8;
}
a:link{ color:#FFFFFF; text-decoration:none;}
a:visited{ color:#FFFFFF; text-decoration:none;}
a:hover{ color:#00FFD7; text-decoration:none;}
a:active{ color:#00FFD7; text-decoration:none;}
strong {
    color: #00ffd7;
    font-size: 16px;
    font-weight: normal;
}
hr{
	border-top:2px solid #000000;
	border-left:none;
	border-right:none;
	border-bottom:none;
	padding:0;
	margin:0;
}
.order_block td{
	padding:6px 0 6px 0;
	border-bottom:dotted 1px #000000;
}
#example ul li{height:228; list-style:none;}

.item_name{
    max-width: 420px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}