/* === MIDDY 電脳DTSE スタイルシート (2011.11.15版) === */

@import "reset.css";

body {
	background-color: #eef;
	font-size: 11pt;
	padding-top: 10px;
}

/************************************************/
/* IE以外のブラウザでルビを正しく表示させるHACK */
html:not(:target) ruby {
	display: inline-table;
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: text-bottom;
}

html:not(:target) rb {
	display: table-row;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	text-align: left;
}

html:not(:target) rt {
	display: table-header-group;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 80%;
	font-weight: normal;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
}

html:not(:target) rp {
	display: none;
}
/*************************************************/

div#Container {
	width: 920px;
	border: 1px solid #000;
	margin: 0px auto;
	position: relative;
	background-color: #fff;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	background-color: #fef;
}

/*=== 共通ブロックのテーマ定義 ===*/

div#HeaderBlock {
	position: relative;
	display: block;
	width: 100%;
	background-color: #fff;
	height: 39px;
	border-bottom: 1px solid #000;
}

div#HeaderBlock h1 {
	display: block;
	background-color: transparent;
	border: 0px none;
}

/*
div#HeaderBlock h1 a {
	position: absolute;
	top: 8px;
	left: 12px;
	color: white;
	font-size: 16pt;
	text-decoration: none;
}
*/

div#HeaderBlock h1 a {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 138px;
	height: 36px;
	background-image: url(images/dsep-logo40.jpg);
	text-indent: -9999px;
}

div#HeaderBlock h2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	line-height: 40px;
	height: 40px;
	background-color: transparent;
	text-align: center;
	border: 0px none;
	color: #1D2087;
	font-size: 18pt;
}

div#HeaderBlock nav#SiteMenu {
	position: absolute;
	top: 41px;
	right: 0px;
	zoom : 100%\9;	/* IE6,7 ClearFix Hack */
}

div#HeaderBlock nav#SiteMenu:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

div#HeaderBlock nav#SiteMenu ul li {
	float: left;
	background-image: none;
	text-indent: 0px;
}

div#HeaderBlock nav#SiteMenu ul li a {
	display: block;
	line-height: 22px;
	padding: 0px 8px;
	text-decoration: none;
	color: #fff;
	border-left: 1px solid #8c4;
}

div#HeaderBlock nav#SiteMenu ul li a:hover {
	background-color: #8c4;
}

div#MenuBlock {
	background-color: #399;
	border-bottom: 1px solid #000;
	height: 22px;
}

nav#MainMenu ul li {
	float: left;
	background-image: none;
	text-indent: 0px;
	zoom : 100%\9;	/* IE6,7 ClearFix Hack */
}

nav#MainMenu ul li a {
	display: block;
	line-height: 22px;
	padding: 0px 8px;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #8c4;
}

nav#MainMenu ul li a:hover {
	background-color: #8c4;
}

div#PresentationBlock {
	zoom : 100%\9;	/* IE7 ClearFix Hack */
	text-align: center;
}

div#PresentationBlock:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

p.credit {
	text-align: center;
	margin: 0px auto;
	height: 24px;
	line-height: 24px;
	color: #888;
	font-size: 9pt;
	text-align: center;
}

/* === コンテンツブロックに関する共通定義 */

div#ContentBlock {
	margin: 0px auto;
	text-align: left; /* IE用 */
	padding: 8px 0px;
	width: 904px;
	height: 490px;
	overflow: hidden;
}

div#ContentBlock div {
	text-align: left; /* IE用 */
}

div#ContentBlock:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

h1 {
	display: none;
}

div#PanelBlock {
	display: none;
}

/*-- セクション外のナビボタンスタイル --*/

nav.content {
	width: 920px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	zoom : 100%\9;				/* おバカなIEに対するクリアハック */
	height: 40px;
	background-color: #ded;
}

nav.content ul {
	border-top: 1px solid #000;
	padding: 2px 0px;
}

nav.content ul:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

nav.content ul li {
	margin: 2px 4px;
	padding: 0px;
	width: auto;
	float: left;
}

nav.content ul li.right {
	float: right;
}

nav.content ul li a {
	display: block;
	width: auto;
	background-color: #fcc;
	text-decoration: none;
	padding: 0px 6px;
	font-size: 11pt;
	line-height: 24px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
}

nav.content ul li a:hover {
	background-color: #f88;
}

nav.content ul li input {
	display: block;
	width: auto;
	background-color: #ccf;
	text-decoration: none;
	padding: 0px 5px;
	margin: 0px;
	font-size: 11pt;
	line-height: 24px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
}

nav.content ul li input:hover {
	background-color: #cc8;
}

div.scroll {
	overflow-y: scroll;
}

section div.scroll table {
	border: 0px none;
}

table.scrollHeader th {
	font-size: 9pt;
	padding: 4px 4px;
	text-align: center;
}

table.scrollItem {
	width: 882px;
}

table.scrollItem td {
	vertical-align: middle;
}

table.scrollItem td.center {
	text-align: center;
}

table.scrollItem td.right {
	text-align: right;
}

div.h50 {
	height: 50px;
}

div.h70 {
	height: 70px;
}

div.h100 {
	height: 100px;
}

div.h125 {
	height: 125px;
}

div.h150 {
	height: 150px;
}

div.h175 {
	height: 175px;
}

div.h200 {
	height: 200px;
}

div.h225 {
	height: 225px;
}

div.h250 {
	height: 250px;
}

div.h275 {
	height: 275px;
}

div.h300 {
	height: 300px;
}

div.h325 {
	height: 325px;
}

div.h350 {
	height: 340px;
}

div.h380 {
	height: 380px;
}

div.h420 {
	height: 420px;
}

div.h448 {
	height: 448px;
}


/*-- セクション内のスタイル --*/

#ContentBlock h1 {
	display: block;
	color: #fff;
	background-color: #aaa;
	font-size: 12pt;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	text-indent: 10px;
}

section {
	display: block;
	text-align: left; /* IE用 */
	background-color: #fff;
	zoom : 100%\9;
	margin-bottom: 8px;
}

section:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

section.border {
	border: 1px solid #888;
}

#ContentBlock section h1 {
	display: block;
	text-align: left; /* IE用 */
	border: 1px solid #888;
	background-color: #888;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}

section.outer {
}

section.inner {
}

section nav {
	display: block;
}

section nav ul {
	background-color: transparent;
	zoom : 100%\9;	/* IE6,7 ClearFix Hack */
}

section nav:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

section nav ul li {
	float: left;
}

section nav ul li a {
	display: block;
	width: auto;
	background-color: #ccf;
	text-decoration: none;
	padding: 6px 6px;
	font-size: 11pt;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
}

section nav.pager ul li a {
	display: block;
	width: auto;
	background-color: #ccf;
	text-decoration: none;
	padding: 2px 2px;
	font-size: 11pt;
	border: 0px none #fff;
}

section nav.pager ul li.current a {
	background-color: #fff;
}


section nav ul li a:hover {
	background-color: #9cf;
}

section nav.turn ul {
	margin-bottom: 2px;
	background-color: transparent;
	zoom : 100%\9;	/* IE6,7 ClearFix Hack */
}

section nav.turn:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

section nav.turn ul li.prev {
	list-style-type: none;
	float: left;
	line-height: 14px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px;
	text-indent: 0px;
}

section nav.turn ul li.next {
	list-style-type: none;
	float: right;
	line-height: 14px;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0px;
}

section table {
	border-collapse: collapse;
	border: 1px solid #399;
	width: 100%;
}

section table th {
	border: 1px solid #4aa;
	color: #fff;
	background-color: #5bb;
}

section table td {
	border: 1px solid #4aa;
}

section table tbody {
	overflow-y: scroll;
}

section table tbody tr {
}

section table tbody td {
	padding: 4px;
}

section ul.error {
	margin: 4px 8px 0px 8px;
	color: #f00;
}

section#LoginSection {
	width: 320px;
	margin: 40px auto 0px;
}

section#LoginSection table {
	margin: 8px 0px;
	border: 0px none;
}

section#LoginSection table.formTable th {
	text-align: right;
	border: 0px none;
	width: 33%;
	background-color: transparent;
	color: #000;
}

section#LoginSection table.formTable td {
	border: 0px none;
	width: 67%;
}

section#LoginSection table.formTable td.loginControl input {
	width: 160px;
}

section#LoginSection table.formTable td.passwordControl input {
	width: 160px;
}

section#LoginSection table.formTable tfoot {
	text-align: center;
}

