﻿@import url("layout.css");
body {
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
#container {
/*	width: 646px;*/
	width: 890px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
/*	width: 626px;*/
	width: 870px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #bde;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
/*	width: 456px;*/
	width: 700px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
/*	width: 626px;*/
	width: 870px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

/* 追加 */
#masthead hr {
	width:100%
}


/* ナビゲーションのスタイル */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* フッターのスタイル */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}

/* ▼表の外枠▼ */

table.nomal {
	border-collapse: collapse;
	font-size: 90%;
	font-family: Verdana,sans-serif;
	border-style: double;
	border-width: 4px;
	border-color: #0000cc white;
}

/* ▼表のセル（全体）▼ */

table.nomal th, table.nomal td {
	padding: 0.3em;
	border-style: dotted;
	border-color: gray #0000cc;
	border-width: 1px;
}

/* ▼表のヘッダ▼ */

table.nomal thead th {
	background-color: #ccccff;
	color: #0000cc;
	letter-spacing: 0.3em;
	border-bottom: 2px solid gray;
	text-align: center;
}

/* ▼一般セル▼ */

table.nomal tbody th {
	text-align: left;
}
