@charset "shift_jis";
/*================================

 layout.css
 
 	update: 2011-07-15
	
	menu.html
		#header
		
	contents.html
		#container
 
================================*/
body {
	font-size: 85%;
	color: #000000;
	margin: 0 auto;
	text-align: center;
}

body#kisyulist,
body#daidata {
	background-color: #fefee9;
}



/* --------------------------

	menu.html

---------------------------- */

#header {
	width: 100%;
	height: 95px;
	background: transparent url(../img/bg_header.gif) repeat-x;
	text-align: left;
}

#header h1 {
	position: relative;
	top: 0;
	left: 45px;
}
#naviArea {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 250px;
}
#naviArea h2 ,
#naviArea h2 img {
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}
#naviArea #navi {
	padding: 0;
	margin: 0;
}

#header #navi li {
	float: left;
	width: 100px;
	height: 70px;
	display: inline;
}
.news {
	position: absolute;
	top: 10px;
	left: 250px;
	width: 350px;
	height: 60px;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 2px;
	line-height: 1.3;
	font-size: 12px;
	overflow: scroll;
}

/* --------------------------

	contents.html

---------------------------- */
#container {
	width: 705px;
	margin: 0 auto;
}

/* --------------------------

	台別期首一覧
		id=kisyulist

---------------------------- */

#container h1 {
	font-size: 130%;
	color: red;
	font-weight: normal;
	margin-bottom: 10px;
}
#container h2 {
	color: red;
	font-weight: normal;
	text-align: left;
	text-indent: 92px;
	margin-bottom: 20px;
}

#title-block {
	width: 420px;
	margin: 20px auto;
	padding: 10px 0;
	text-align: center;
	border-top: 1px dotted red;
	border-bottom: 1px dotted #ffa500;
}

#data-block {
	width: 700px;
}

table.data-tbl {
	background-color: #ddeeee;
	line-height: 1.2;
	margin: 0 auto;
}
table.data-tbl th,
table.data-tbl td {
	padding: 5px 3px;
	background-color: #ddeeee;
	border: 2px solid #fefee9;
	text-align: left;
}
table.data-tbl th {
	width: 39px;
	text-align: center;
}
table.data-tbl td {
	width: 258px;
}

/* --------------------------

	台別機種一覧　詳細
		id=kisyulist

---------------------------- */
.contents-navi {
	width: 705px;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 20px;
}
p.block-name {
	float: left;
	width: 540px;
	text-align: left;
	color: #0000ff;
}
p.prev {
	float: right;
	width: 60px;
}


table.data2-tbl {
	line-height: 1.2;
	width: 100%;
	margin 0 auto;
}
table.data2-tbl th {
	padding: 5px 3px;
	text-align: center;
	font-weight: normal;
	background-color: #ddeeee;
	border: 2px solid #fefee9;
	color: #0000ff;
}
table.data2-tbl th span {
	color: #000000;
}
table.data2-tbl td {
	padding: 5px 3px;
	text-align: center;
	background-color: #ddeeee;
	border: 2px solid #fefee9;
}
table.data2-tbl th.th-number {
	background-color: #ccffcc;
}
table.data2-tbl th.th-dedama {
	background-color: #ffcccc;
}
table.data2-tbl th.th-tokusyo {
	background-color: #ffff99;
}
table.data2-tbl td.td-dedama-lanking {
	background-color: #ffe4e1;
}
table.data2-tbl td.td-tokusyo-lanking {
	background-color: #fffacd;
}

p.table-bottom-text {
	width: 705px;
	text-align: right;
	border-top: 1px dotted #ffa500;
	margin-top: 10px;
	padding-top: 5px;
}
p.table-bottom-text img {
	vertical-align: top;
}

.graphArea {
	border: 1px solid black;
	background-color: #ffffff;
	text-align: center;
	padding: 10px;
}
.paging {
	text-align: center;
	margin: 20px auto;
}


