body {
	font-size: 10pt;
	color: #000000;
	background: #FFFFFF url(../img/bar_v.jpg) repeat-y;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, dl, blockquote, pre {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}
img {
	display: block;
}
a {
	text-decoration: none;
	color:#ff9900;
}
a:hover {
	text-decoration: underline;
}
#header {
	width: 100%;
	height: 80px;
	color: #FFFFFF;
	position: relative;
	border-bottom: 1px solid #333333;
	background: #FF9900;
	overflow: hidden;
}
h1 {
	font-size: 1.8em;
	position: absolute;
	left: 20px;
	top: 35px;
}
#header p {
	position: absolute;
	left: 20px;
	bottom: 45px;
}
#menu {
	position: absolute;
	width: 200px;
	top: 90px;
	left: 0px;
	overflow: hidden;
}
#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li a {
	display: block;
	height: 20px;
	width: 115px;
	margin: auto 20px;
	padding-left: 45px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #ff9900;
}
#menu li a:hover {
	color: #ff0000;
}
#menu_home {
	background: url(../img/pcicon_home.png) no-repeat 2px center;
}
#menu_works {
	background: url(../img/pcicon_info.png) no-repeat 2px center;
}
#menu_dnf {
	background: url(../img/pcicon_crip.png) no-repeat 2px center;
}
#menu_etc {
	background: url(../img/pcicon_bubble.png) no-repeat 2px center;
}
#contents {
	margin-left: 230px;
	margin-top: 10px;
	margin-right: 50px;
}
#contents p,
#contents ul,
#contents dl,
#contents ol {
	line-height: 1.4em;
	margin: 1em auto;
	color: #333333;
}
#contents p {
	margin: 1em;
}
#contents pre {
	background: #f0f0f0;
	margin: 1em auto;
	padding: 1em;
	overflow: auto;
	color: #333;
	border: dashed 1px #999;
	line-height: 1em;
}
#contents h2 {
	font-size: 1.6em;
	margin: 1.5em auto 2em;
}
#contents h3 {
	font-size: 1.2em;
	margin: 1.5em auto;
	background: #ffffcc;
	padding: 5px;
}
#contents h4 {
	font-weight: bold;
	margin: 1.5em auto;
	border-left: 1em solid #FFCC33;
	padding-left: 2px;
}
#footer {
	background: #FFFFFF;
	padding-bottom: 1em;
	padding-left: 230px;
	border-top: 1px solid #333333;
	padding-top: 1em;
	margin-top: 1em;
}
.update {
	text-align: right;
	font-style: italic;
}
.footertool {
	text-align: center;
	margin: 1em auto;
}
#contents ul {
	list-style-image: url(../img/listicon.gif);
}
#contents li {
	margin: 0.5em auto;
}
code {
	font-family: "Courier New", Courier, mono;
}
#contents p code {
	padding: 0 4px;
}#contents dt {
	font-weight: bold;
}
#contents th,
#contents td {
	border-bottom: dashed 1px #ccc;
}
#contents th {
	background: #f0f0f0;
	padding-right: .5em;
	padding-left: .5em;
}
#contents caption {
	text-align: left;
	border-left: .5em solid #CCCCCC;
	padding-left: .5em;
}
#contents table {
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
}
#contents h2 {
	font-weight: bold;
}

