/* BODYタグ */
.bodyMain	{ background-color: #8F949B; color: #000000 }
.bodySub	{ background-color: #FFFFFF; color: #000000 }




/* テキスト */
.xsmall		{ font-size: 11px }
.xsmallBold { font-size: 11px; font-weight: bold }
.xsmall33	{ font-size: 11px; color:#333333 }
.xsmall66	{ font-size: 11px; color:#666666 }
.xsmallFF	{ font-size: 11px; color:#FFFFFF }
.small		{ font-size: 12px }
.smallBold	{ font-size: 12px; font-weight: bold }
.mediumBold	{ font-size: 14px; font-weight:bold }

.xsmain		{ font-size: 11px; line-height: 125% }
.xsmainFF	{ font-size: 11px; line-height: 125%; color: #FFFFFF }
.smain		{ font-size: 12px; line-height: 150%}
.smainBold	{ font-size: 12px; line-height: 150%; font-weight:bold }
.main		{ font-size: 14px; line-height: 150% }

.titleBold	{ font-size:14px; color:#304B59; font-weight:bold }
.subTitle	{ font-size:12px; color:#304B59; line-height: 150% }
.subTitleIndent		{ font-size:12px; color:#304B59; line-height: 150%; text-indent:40px }
.subTitleBold
			{ font-size:12px; color:#304B59; font-weight:bold; line-height: 150% }
.errorMsg, .alertMsg
			{ font-size:12px; color:#FF0000; font-weight:bold; line-height: 150% }



/* リンク */
a			{ color: #004770; text-decoration: none }
a:hover		{ text-decoration: underline }
a:visited	{ color: #7D2665 }
a.copyright			{ font-size: 11px; color: #FFFFFF; text-decoration: none }
a.copyright:hover	{ text-decoration: underline }
a.copyright:visited { color: #FFFFFF }



/* フォーム */
select.search, input.search	{ font-size:11px }
input.thambSmall			{ font-size:11px; width:90px; background-color: #DFE1E4 }
input.thambSmallSelect		{ font-size:11px; width:90px; color: #FFFFFF; background-color: #304B59 }
input.thamb					{ font-size:11px; width:120px; background-color: #DFE1E4 }
input.thambSelect			{ font-size:11px; width:120px; color: #FFFFFF; background-color: #304B59}
textarea.inputShort, input.inputShort	{ width:90px }
select.inputSemiShort					{ width:100px }
textarea.inputMedium, input.inputMedium	{ width:180px }
textarea.inputMediumLong, input.inputMediumLong	{ width:240px }
textarea.inputSemiLong, input.inputSemiLong		{ width:300px }
textarea.inputLong, input.inputLong				{ width:360px }
input.buttonShort	{ width:80px }
input.buttonMedium	{ width:120px }




/* ヘルプ用 */
h1 {font-size:11px; font-weight:bold; color:#304B59; margin:10px 0px 0px 0px;}
h2 {font-size:12px; font-weight:bold; color:#304B59; margin:10px 0px 0px 0px;}
h3 {font-size:14px; font-weight:bold; color:#000000; margin:10px 0px 0px 0px;}
p {font-size:12px; line-height:150%; margin:5px 0px 20px 0px;}

