.font10
{
	font-size      : 10px;
	line-height    : 125%;
	letter-spacing : 1; 
    FONT-FAMILY: 'ＭＳ Ｐゴシック', sans-serif;

}

.font12
{
	font-size   : 12px;
	line-height : 160%;
    FONT-FAMILY: 'ＭＳ Ｐゴシック', sans-serif;
}

.title
{
	font-size   : 12px;
	line-height : 125%;
    COLOR       : #FFFFFF;
}

.category
{
	font-size   : 13px;
	line-height : 125%;
    FONT-FAMILY: 'ＭＳ Ｐゴシック', sans-serif;
    COLOR       : #FF6600;
	TEXT-DECORATION: none
}

.font12-2
{
	font-size   : 12px;
	line-height : 15px;
    FONT-FAMILY: 'ＭＳ Ｐゴシック', sans-serif;

}


.font13
{
	font-size   : 13px;
	line-height : 125%;
    FONT-FAMILY: 'ＭＳ Ｐゴシック', sans-serif;

}

.font14
{
	font-size   : 14px;
	line-height : 130%;
    FONT-FAMILY: 'ＭＳ Ｐゴシック', sans-serif;

}

.font16
{
	font-size   : 16px;
	line-height : 150%;
    FONT-FAMILY: 'ＭＳ Ｐゴシック', sans-serif;

}

.line150
{
	line-height : 150%;
    FONT-FAMILY: 'ＭＳ Ｐゴシック', sans-serif;

}

.adjustFont
{
	font-family : "ＭＳ ゴシック", "Osaka−等幅";
}


/*リンク変更----------------------------------------*/

A {
	COLOR: #000088;	TEXT-DECORATION: none
}
A:hover {
	COLOR: #0000ff; TEXT-DECORATION: underline
}

/*BODYの変更----------------------------------------*/


BODY {
	margin : 0 ;
	COLOR : #444444;
}


/*FORMの変更----------------------------------------*/

.form_TXTFLD 
{
	BORDER-RIGHT  : #666678 1px solid; 
    BORDER-TOP    : #666678 1px solid; 
    FONT-SIZE     : 9pt; 
    BACKGROUND    : white; 
    BORDER-LEFT   : #666678 1px solid; 
    COLOR         : #000; 
    BORDER-BOTTOM : #666678 1px solid
}


.form_SELECT 
{
	FONT-WEIGHT  : normal;
    FONT-SIZE    : 9pt;
    COLOR        : #000;
    LINE-HEIGHT  : normal;
    FONT-STYLE   : normal;
    FONT-VARIANT : normal;
}

