﻿@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align:left;
}
abbr, acronym {
	border: 0;
}
hr {
	display: none;
}

body {
	font: 12px/1.6 "ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;
	color: #333333;
	text-align: center;
}
* html body {font-size:76%;}
*+html body {font-size:76%;}

#container {
	margin: 0 auto;
	width: 400px;
	text-align: left;
}

p {
	margin-top: 20px;
	padding: 5px 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}

ul, pre {
	margin-top: 15px;
}

.list01 li {
	padding-left: 0.5em;
	text-indent: -0.5em;
}

.list02 li {
	padding-left: 1em;
	text-indent: -1em;
}

.list02 li:first-letter {
	font-family: "ＭＳ ゴシック";
}

pre {
	padding: 10px;
	background-color: #f1f1f1;
	border: #cccccc 1px solid;
}