@charset "shift_jis";
/* ---- ベース ----------------------------------------- */
html {
	overflow-y:scroll;
}

body,table,td,font {
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
}

body {
	background-color: #fff;
	background-image: url('../img/formosa.gif');
	color: #333;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

a {
	text-decoration: none;
	color: #00f;
}

a:visited {
	text-decoration: none;
	color: #800080;
}

a:hover {
	text-decoration: underline;
	color : #f30;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bolder;
	text-align: left;
}

dl,dt,dd,ul,ol,li,menu {
	margin:0;
	padding:0;
	border:0;
}

hr {
	border: 1px solid #f90;
}

html>body hr {
	margin: 7px 0;
}

hr.dot {
	border-style: dotted;
}

hr.w205 {
	width: 205px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	position: relative;
	display: block;
	border: 0 solid transparent;
	background-color: #fff;
}

fieldset legend {
	display: block;
	padding-bottom: 2px;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #f90;
}

label em {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #f30;
}

input.onepx, textarea.onepx {
	border: 1px solid;
	border-color: #83947c #e1e7dd #e1e7dd #83947c;
	background-color: #fff;
	color: #000;
}

input:focus,textarea:focus {
	background-color: #cf3;
}

input.nb {
	border: 0 solid transparent;
	background-color: transparent;
}

img {
	border-width: 0;
}

p {
	margin: 0 0 10px 0;
	text-align: justify;
	text-justify: distribute;
	line-height: 1.3em;
}

pre {
	font-family: "ＭＳゴシック", Osaka-等幅, monospace;
}

strong {
	font-weight: bolder;
	font-size: 14px;
}

em {
	font-weight: bolder;
	font-style: normal;
}

small {
	font-size: 10px;
}

b,i {
	font-style: normal;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.blue {
	color: #005ccc;
}

.green {
	color: #690;
}

.red {
	color: #f30;
}

.yellow {
	color: #ff0;
}

.b {
	font-weight: bold;
}

.big {
	font-size: 20px;
	font-weight: bold;
}

.nb {
	border: 0 solid transparent;
}

.nr {
	white-space: normal;
}

.tcenter {
	text-align: center;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.spacer10 {
	display: block;
	height: 10px;
}