﻿@charset "utf-8";

* {
	margin:  0;
	padding: 0;
	border:  none;
}

body {
	padding:     1em;
	line-height: 1.4em;
	font-family: "Helvetica", "Tahoma", "ＭＳ Ｐゴシック", sans-serif;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
} a:hover {
	text-decoration: underline;
}

img {
	margin:         0.2em;
	vertical-align: middle;
}

hr {
	display: none;
}

address {
	color:           #686;
	margin-top:      4em;
	text-decoration: italic;
}

em, strong {
	font-weight: bolder;
	text-decoration: none;
	font-style: normal;
}

ins, del {
	text-decoration: none;
	font-style: normal;
	color: inherit;
} del {
	text-decoration: line-through;
}

p {
	margin: 1em 2em;
	/*text-align: justify;*/
}

ul, ol {
	list-style-position: side;
	margin: 1em 2em 1em 3.5em;
}

dl {
	margin: 1.5em;
}
dt {
	font-weight: bolder;
}
dd {
	font-size: smaller;
	margin-left: 1.5em;
}

input {
	padding:        0 0.1em;
	vertical-align: middle;
	margin-bottom:  0.1em;
}

table {
  margin: 1em 2em;
  width: 90%;
} table, th, td {
	border: 1px solid #bdb;
}


blockquote {
	margin:      1em 2em 0.1em 4em;
	padding:     0.1em 0.5em;
	font-style:  normal;
} blockquote p {
	margin: 0.5em 0;
}

q {
	font-style: normal;
} q:before, q:after {
	content: "";
	display: none;
}


samp, code {
	font-family: "Lucida Console";
	font-size:   smaller;
}
code q:before { content:""; display:none; }
code q:after  { content:""; display:none; }

dd samp, dd code { font-size: 100%; }

pre {
	margin:      1em 4em;
	padding:     0.4em;
	font-size:   1em;
	line-height: 1em;
}

.note {
	text-align: right;
	font-size: smaller;
}

p.note {
	margin-top: -1.5em;
}

.weak {
	font-size: smaller;
}

span.meado {
	padding-right: 117px;
	height: 16px;
}

img.banner {
	width:  88px;
	height: 31px;
	padding: 0;
}

img.shot, img.shotleft {
	width:  192px;
	height: 144px;
	padding: 0;
}
img.shotleft {
	margin-right: 1em;
	float: left;
}
img.left {
	margin-right: 1em;
	float: left;
}

p.display_image {
	text-align: center;
}
