﻿@charset "UTF-8";

/* ++++++ BASIC STRUCTURE ++++++ */
* {
 margin: 0px;
 padding: 0px;
}
body {
 margin: 0px;
 padding: 0px;
	/* text-align:center; */
}
body {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}

textarea {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
input {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
form {
 font-size: small;
 font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
 line-height: 1.4em;
 letter-spacing: 0.09em;
}
td {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
th {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
caption {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
table {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
/*  \*/
* html textarea {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
* html input {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
* html form {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
* html td {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
* html th {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
* html caption {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
* html table {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
* html body {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
/*  */
a {
	color:#600;
	text-decoration:none;
}
a:link {
	color:#600;
	text-decoration:none;
}
a:visited {
	color:#600;
	text-decoration:none;
}
a:hover {
	color:#ffe;
	text-decoration:none;
}
form fieldset {
	border:0px;
}
img {
	border:0px;
}
table {
	border:0px;
}
table {
	border-collapse:collapse
}
th {
	font-weight:bold;
}

caption {
	font-weight:bold;
}

form fieldset legend {
  font-weight:bold;
}
span.tanni {
	font-family: Osaka, Verdana, Arial, Helvetica, sans-serif ;
	position:relative;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
sup {
	position:relative;
	top:-4px
}
sub {
	position:relative;
	top:4px
}
