@charset "UTF-8";

html {overflow-y:scroll;}

body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #666;
	line-height: normal;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: visible;
}

*html body {
	font-size: 0.8em;
}

*:first-child+html body {
	font-size: 0.8em;
}

.px12 {
	font-size: 12px;
}

ul {
	margin: 0px;
	padding: 0px;	
}

p,
li {
	line-height: 1.8em;	
}


.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}


#wrap {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #366;
	padding-bottom: 30px;
}

h1 {
	font-size: 1.3em;
	color: #366;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #366;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

table {
	line-height: 1.5em;
	font-size: 1em;
}

table td {
	vertical-align: top;
}

table td p {
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 15px;
}

#date {
	float: right;
	list-style-type: none;
	margin-bottom: 30px;
}


.right {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}

.left {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}