@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color: #DDD;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color:#DDD;
}
a img {
	border: none;
}
a:link {
	color:#FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

th{
	border-right:1px solid #333;
    border-bottom:1px solid #333;
	text-align:center;
	font-size:14px;
	color:#DDD;
	background:#333;
	background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
td{
	border-right:1px solid #333;
    border-bottom:1px solid #333;
	text-align:center;
	font-size:14px;
	padding:0.3em 1em;
}

.table1{
	border-top:1px solid #333;
    border-left:1px solid #333;
    border-collapse:collapse;
    border-spacing:2;
    background-color:#000;
    empty-cells:show;
}

.container {
	width: 80%;
	max-width: 1020px;
	min-width: 1020px;
	background: #000;
	margin: 0 auto;
}

.header {
	width: 620px;
	text-align:center;
	background: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 150px;
	margin-right: 250px;
}

.sidebar1 {
	float: left;
	width: 150px;
	background: #000;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 620px;
	float: left;
}
.headerFlash {
	padding: 10px 0;
	width: 620px;
	float: left;
}
.sidebar2 {
	float: left;
	width: 200px;
	background: #000;
	padding: 10px 0;
	margin-left:20px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	border-top: 0px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 0px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #000;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #000;
	color: #DDD;
}

.footer {
	width:1000px;
	padding: 10px 0;
	background: #000;
	text-align:center;
	position: relative;
	clear: both;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bc {
	color:#000;
	background-color:#DDD;
}
.sm {
	font-size:14px;
	line-height:0.4em;
}