
.honbun  { font-size: 11pt; line-height: 15pt; text-align: left }
.small { font-size: 9pt; line-height: 12pt }
.courier { font-size: 10pt; font-family: "Courier New", Courier, Monaco, monospace }
.number { color: #36f; font-size: 12pt; line-height: 16pt }
a:link   { color: #39f; font-weight: bold; text-decoration: none }
a:visited { color: #306; text-decoration: none }
a:hover  { color: #f09; text-decoration: underline }
h3  { color: #36f; font-size: 14pt; font-weight: bold }
.subtitle { color: #333; font-size: 12pt; padding: 5px; border-top: 1px dotted #666; border-right: 0; border-bottom: 1px dotted #666; border-left: 0 }
.subtitle_shop  { color: #c03; font-size: 12pt; padding: 5px; border-style: dotted none; border-width: 1px 0; border-color: #900 }
.shoptitle { color: #000000; font-size: 14pt; font-weight: bold }

/*フォームパーツ*/
input.input-on,textarea.input-on
{
	margin:5px 5px 5px 5px;
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	ime-mode:active;
}

input.input-off,textarea.input-off
{
	margin:5px 5px 5px 5px;
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	ime-mode:inactive;
}

input.int,textarea.int,select.int
{
	margin:5px 5px 5px 5px;
	border-style:solid;
	border-color:#333333;
	background-color:#ffffff;
	border-width:1px;
}

