
/* ------------------------- 
 * http://meyerweb.com/eric/tools/css/reset/ 
 *  v2.0 | 20110126
 *  License: none (public domain)
 * ------------------------- */
 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
/* body {
    line-height: 1;
} */
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* -------------------------------------------------------- 
 * Uploader で使用しているエレメント
 * -------------------------------------------------------- */
body{
	line-height: 130%;
	width: 960px;
	margin: 8px;
}

h1{
	font-size: 200%;
	font-weight: bold;
	padding 2px;
	margin: 0.3em 0 0.7em 0;
	border: none;
}

h2{
	font-size: 150%;
	font-weight: bold;
	padding: 4px 0 4px 4px;
	margin: 0.5em 0;
}

h3{
	font-size: 120%;
	font-weight: bold;
	padding: 2px 0;
}

button{
	padding: 0px 3px;
	margin: 0;
}

/* 操作の準備・完了 */
div.op_title {
	font-size: 120%;
	font-weight: bold;
	margin: 0.5em 0;
}

ul{
	line-height: 130%;
	list-style-type: disc;
	padding: 0 0 0 1em;
}

li{
	display: list-item;
}

div.operation {
	font-size: 120%;
	font-weight: bold;
}

p {
	line-height: 130%;
	margin: 1em 0;
}

b {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

font{ 
/* 追放したいが、スレッドファイルに直接書いているため、変換しない限り追放できない */
}

a { text-decoration: none; }
a.uline { text-decoration:underline; }

/* ------------------------- 
 * リストテーブル本体
 * ------------------------- */

div.list_control{
	width: 90%; 
	margin: 2px auto;
	font-size: 80%;
	text-align: right;
}

table.list {
	width: 90%; 
	margin: 0 auto;
	border-spacing: 3px;
	border-style: none;
}

/* リストテーブルのセル */
table.list tr td{
	border-style: none;
	padding: 0.3em 0.5em;
	vertical-align: middle;
	text-align: left;
}


/* リストテーブルのセル */
table.list tr th div{
	font-size: 120%;
	font-weight: bold;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: white;
	padding: 0.3em 0.5em 0 0.5em;
	margin: 0.5em 0 0.3em 0;
	text-align: left;
}
table.list tr th div span{
	font-size: 60%;
	font-weight: normal;
}

/* ------------------------- 
 * 左右分割
 * ------------------------- */
div.header_left{
	width: 132px;
	float: left;
}
div.header_right{
	width: 828px;
	line-height: 130%;
	float: right;
}

div.header_end{
	clear: both;
}

div.header_control{
	margin: 1em 0 0 0;
	text-align:right;
	font-size: 80%;
}

/* ------------------------- 
 * フッター
 * ------------------------- */
div.footer {
	text-align:right;
	font-size:80%;
	padding: 1px 0px 1px 0px;
	margin: 0;
	border: none;
}


