﻿@import url("layout.css");
body {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
#container {
	width: 655px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_02_655.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
/*	width: 635px; */
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #D5EBE6;
}
#sidebar {
	float: left;
	width: 100px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 515px;
/*	height: 400px */
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
/*	overflow: auto; */
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 635px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
/*	overflow: auto; */
	background-color: #689;
}
#masthead img {
	float: left;
	background-color: #D5EBE6;
	border-width: 0px;
	text-align: center;
}
/* ナビゲーションのスタイル */
#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;
}
.iframe {
	overflow:auto;
	width:515px;
	height:600px;
}
.style4 {
	border-style: solid;
	border-width: 1px;
}
.style_center {
	text-align: center;
}
.style_c {
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
.style_small {
	font-size: x-small;
}
.style_pinc {	
	background-color: #FFCCFF;
}
.style_green {
	background-color: #CCFFCC;
}
.style_lm40 {
	margin-left: 40px;
}
.style_lm80 {
	margin-left: 80px;
}
.style_title {	
	font-size: small;
	margin-bottom: 10px;
	margin-top:5px;
	font-weight: normal;
}

