﻿/*-------------------------フォントサイズ等の指定*/ 
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #cccccc;
}
/*-------------------------wrapperの指定*/ 
#wrapper {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	border : 1px solid black;
	background-color: white;
}
/*-------------------------headerの指定*/ 
#title {
	font-weight: bold;
	font-size: 200%;
	margin: 0;
	padding: 10px;
	padding-bottom: 40px;
	background-color: black;
	color: white;
}
#menu #header {
	height: 160px;
	margin: 0;
	padding: 0;
}
/*-------------------------containerの指定*/ 
#container {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
/*-------------------------sidebarの指定*/
#sidebar {
	width: 198px;
	float: left;
	margin: 0;
	padding: 0;
}
#calender {
	margin-top: 100px;
}
/*-------------------------contentsの指定*/
#article {
	min-height: 600px;
	width: 778px;					/* width */
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;		/* width */
	border-left: 1px dashed #CCCCCC;
}
/*-------------------------footerの指定*/
#footer {
	height: 30px;
	background-color: black;
	color: white;
	text-align: center;
	clear: both;
	margin: 0;
	padding: 0px 0;
}
/*- Menu Tabs F--------------------------- */

#tabsF {
	float:left;
	width:100%;
	font-size:80%;
	line-height:normal;
	border-bottom:1px solid #666666;
}
#tabsF ul {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style:none;
}
#tabsF li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsF a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabsF a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color: #000000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {float:none;}
/* End IE5-Mac hack */
#tabsF a:hover span {
	color:#FFFFFF;
	background-color: #777777;
}
#tabsF a:hover {
	background-position:0% -42px;
}
#tabsF a:hover span {
	background-position:100% -42px;
}

#tabsF #current a {
	background-position:0% -42px;
}
#tabsF #current a span {
	background-position:100% -42px;
}
/*- Menu 3--------------------------- */
#menu3 {
	width: 199px;
	margin: 0px;
	font-size: 80%;
}

#menu3 li a {
	height: 32px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 24px;
	text-decoration: none;
}

#menu3 li a:link, #menu3 li a:visited {
	color: #000000;
	display: block;
	padding: 8px 0 0 10px;
}

#menu3 li a:hover, #menu3 li #current {
	color: #FFFFFF;
	background-color: #777777;
	padding: 8px 0 0 10px;
}
/*------------------------------------- bread crumb */
#breadcrumb {
	list-style: none;
	overflow: hidden;
	font: 12px Helvetica, Arial, Sans-Serif;
	border-bottom: 1px dashed #cccccc
}
#breadcrumb li {
	float: left;
}
#breadcrumb li a {
	color: white;
	text-decoration: none;
	padding: 0px 0 0px 55px;
	background: blue;
	background: hsla(234,85%,35%,1);
	position: relative;
	display: block;
	float: left;
}
#breadcrumb li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(234,85%,35%,1);
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}
#breadcrumb li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}
#breadcrumb li:first-child a {
	padding-left: 10px;
}
#breadcrumb li:nth-child(2) a		{ background:		 hsla(234,85%,45%,1); }
#breadcrumb li:nth-child(2) a:after	{ border-left-color: hsla(234,85%,45%,1); }
#breadcrumb li:nth-child(3) a		{ background:		 hsla(234,85%,55%,1); }
#breadcrumb li:nth-child(3) a:after { border-left-color: hsla(234,85%,55%,1); }
#breadcrumb li:nth-child(4) a		{ background:		 hsla(234,85%,65%,1); }
#breadcrumb li:nth-child(4) a:after	{ border-left-color: hsla(234,85%,65%,1); }
#breadcrumb li:nth-child(5) a		{ background:		 hsla(234,85%,75%,1); }
#breadcrumb li:nth-child(5) a:after { border-left-color: hsla(234,85%,75%,1); }
#breadcrumb li:last-child a {
	background: transparent !important;
	color: black;
	pointer-events: none;
	cursor: default;
}
#breadcrumb li:last-child a:after { border: 0; }
#breadcrumb li a:hover { background: hsla(234,85%,25%,1); }
#breadcrumb li a:hover:after { border-left-color: hsla(234,85%,25%,1) !important; }
/*------------------------------------------- basic */
h3 {
	border-bottom: 1px solid black;
}
a { text-decoration: none; }
#article a {
	font-weight: bold;
	 text-decoration: underline;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
dt {
	font-weight: bold;
	font-size: 100%;
	border-left: 20px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	margin-bottom: 0;
	margin-top: 0;
	padding: 5px;
}
#article dl dl dt {
	border-left: 5px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	padding: 0px 0px 0px 5px;
}
dd {
	border: 1px solid;
	border-color: lightgray;
	padding: 1em;
	margin: 0.5em;
	background-color: whitesmoke;
}
img {
	margin: 0.5em;
}
li {
	font-weight: bold;
}
.console {
	background-color: darkgreen;
	color : white;
	font-weight: bold;
	padding: 0.5em;
	margin: 0.5em;
}
.explain {
	line-height: 1.5;
	font-size: 0.8em;
}
.operation {
	line-height: 1.5;
	font-size: 0.8em;
}
#article-date {
	text-align: right;
	font-size: 0.8em;
}
#loading {
	font-size: 0.8em;
	margin: 100px;
}
table {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0px;
	text-align: center;
	border: 1px solid gray;
}
td { border: 1px solid gray;  }
th {
	border: 1px solid gray;
	background: none repeat scroll 0% 0% lightblue;
	font-weight: normal;
}
table #row-head {
	background: none repeat scroll 0% 0% lightblue;
}
