/* 全タグ共通設定 */
* {
	/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	font-size: 9pt;
	line-height: 1.2;
}

/* タグ別設定 */
A:link		{ Text-Decoration :None;
              color :#0033CC; }
A:visited	{ Text-Decoration :None;
              color :#000066; }
A:active	{ Text-Decoration :None;
              color :#0033CC; }
A:hover		{ Text-Decoration :underline;
              color :#CC3300; }

BODY {
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #666666;
	SCROLLBAR-SHADOW-COLOR: #666666;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #666666;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	color: #666666;
}

TABLE	{color: #666666;}
TR		{color: #666666;}
TD		{color: #666666;}
LI		{
	color: #666666;
	line-height: 120%;
}
UL		{color: #666666;}
CENTER	{color: #666666;}
DIV		{color: #666666;}

H1 {font-size: x-large ;
    color: #666666;}
H2 {font-size: large ;
    color: #666666;}
H3 {font-size: medium ;
    color: #666666;}
H4 {font-size: normal ;
    color: #666666;}
H5 {font-size: small ;
    color: #666666;}
H6 {font-size: x-small ;
    color: #666666;}

input {
	font-weight: bold;
	font-size: 12px;
	background-color: #F6F6F6;
	border: 1px solid #666666;
}

textarea {
	font-weight: bold;
	font-size: 12px;
	background-color: #F6F6F6;
	border: 1px solid #666666;
}

/* オリジナルスタイル */
.input_BTN {
	font-weight: bold;
	font-size: 12px;
	background-color: #F0FFF0;
	border: 1px solid #666666;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.toptitle {margin-bottom: 10px}
.underline {text-decoration: underline}
.HighCR 	{
	line-height: 20pt;
	font-size: 14pt;
}
.DotBorder {
	border: 1px dashed #A5A5A5;
}
.RedSmallFont {
	font-size: xx-small;
	color: #000000;
	background-color: #FF6633;
	font-weight: bold;
}
.TopUpdateFont {
	font-size: 12px;
	line-height: 13px;
	color: #666666;
	letter-spacing: 1px;
}
.TopMenuDescription {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #999999;
	line-height: 14px;
	letter-spacing: 2px;
	text-align: right;
}
.ImgMarginWithoutBorder {
	margin: 2px;
	border: none;
}
.LineHigh_120 {
	line-height: 1.2;
}
.AutoClear {
	clear: both;
}
.NewUpdateText {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
