@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック","Osaka";
}
html,body {
	height: 100%;
}
body {
	text-align: center;
	background: none;
}
header,section,nav,aside,footer,article,time {
	display: block;
}
div#wrapper {
	z-index: 5;
	top: 0px;
	width: 100%;
	position: relative;
	margin: 0px auto;
	text-align: left;
}
div#wrapper header {
	display: none;
}

div#wrapper div#container {
	border-radius: 5px;
	padding: 15px;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #999;
}
nav#global {
	display: none;
}
footer {
	display: none;
}
div#PageTopArrow {
	display: none;
}
nav.pageing {
	display: none;
}
table.articles {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.articles thead tr th {
	font-size: 12px;
	text-align: center;
	color: #666;
	padding: 5px;
}
table.articles tbody tr td {
	font-size: 12px;
	padding: 5px;
	text-align: center;
	border-top: solid 1px #CCC;
}
table.articles tbody tr th {
	border-top: solid 1px #CCC;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}
table.article {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #CCC;
}
table.article tr th,table.article tr td {
	padding: 10px;
	border-bottom: solid 1px #EEE;
	font-size: 14px;
	text-align: left;
}
table.article tr th {
	text-align: right;
}
