﻿@import url("layout.css");
body {
	font-family: 標楷體, 楷体, 新細明體, 細明體, PMingliu, Mingliu, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #000000;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01b.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 970px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 15px;
	overflow: auto;
	background-color: #bde;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 15px;
	display: inline;
}
#content {
    float: right;
    width: 800px;
    margin-top: 0;    
    margin-right: 15px;
    margin-left: 0;
    padding: 10px;
    background-color: #F2F2F2;
    line-height: 120%;
    font-size: 1.2em;
    position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 970px;
	margin-right: 10px;
	margin-left: 15px;
	padding: 0;
	overflow: auto;
	background-color: #666666;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 1em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	}
	
	h1,h2,h3,h4,h5,h6 {
	color: #0000ff;
	/*-webkit-text-fill-color:transparent;
	-webkit-text-stroke:1px #0000ff;*/
}
	
/* 導覽的樣式 */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 1.5em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 8px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* submenus */
#sidebar ul li ul
{
  display: none;
}

#sidebar ul li:hover ul
{
   display: inline;
   font-size: 0.6em;	
} 

#sidebar ul li:hover ul a
{
   color:#9400D3;
   padding-left:1em;
   padding-top: 0.2em;
   padding-bottom:0.2em;
}

/* 頁尾的樣式 */
#footer p {
	font-size: 1em;
	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: italic;
}