@charset "UTF-8";

/*BODYの変更----------------------------------------*/


BODY {
    color: #666666;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url("../../image/y/base/bg_01.gif");
	SCROLLBAR-FACE-COLOR      : #cccccc;
    SCROLLBAR-HIGHLIGHT-COLOR : #ffffff;
    SCROLLBAR-SHADOW-COLOR    : #ffffff;
    SCROLLBAR-3DLIGHT-COLOR   : #ffffff;
    SCROLLBAR-ARROW-COLOR     : #999999;
    SCROLLBAR-TRACK-COLOR     : #ffffff;
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}


/*FONT変更----------------------------------------*/

.font8
{
	font-size   : 8pt;
	line-height : 125%;
}


.font12
{
	font-size   : 12px;
	line-height : 140%;
}

.font12-200
{
	font-size   : 12px;
	line-height : 200%;
}


.font12-white
{
	font-size   : 12px;
	line-height : 140%;
    COLOR       : #ffffff;
}

.font12-red
{
	font-size   : 12px;
	line-height : 140%;
    COLOR       : #FF0000;
}

.font14
{
	font-size   : 14px;
	line-height : 200%;
}

.font14-red
{
    COLOR       : #F94000;
	font-size   : 14px;
	line-height : 200%;
}

.font14-orange
{
    COLOR       : #FF6600;
	font-size   : 14px;
	line-height : 200%;
}

.font14-green
{
    COLOR       : #669900;
	font-size   : 14px;
	line-height : 200%;
}
.font14-blue
{
    COLOR       : #0066CC;
	font-size   : 14px;
	line-height : 200%;
}

.font15
{
	font-size   : 15pt;
	line-height : 125%;
}


.font18
{
	font-size   : 18pt;
	line-height : 125%;
}

.font20
{
	font-size   : 20pt;
	line-height : 125%;
}

.adjustFont
{
	font-size   : 12px;
	font-family : "ＭＳ ゴシック", "Osaka－等幅";
	line-height : 140%;
}

.font18-red {color: #F94000; line-height: 140%; font-weight: bold; font-size: 18px; }




/*ボーダーラインの変更----------------------------------------*/

.border_ten {
	BORDER-RIGHT : #cccccc 1px dotted;
    BORDER-TOP   : #cccccc 1px dotted;
    FONT-WEIGHT  : normal;
    BORDER-LEFT  : #cccccc 1px dotted;
    BORDER-BOTTOM: #cccccc 1px dotted;
}

.border_side_ten {
	BORDER-RIGHT : #cccccc 1px dotted;
    BORDER-TOP   : normal;
    FONT-WEIGHT  : normal;
    BORDER-LEFT  : #cccccc 1px dotted;
    BORDER-BOTTOM: normal;
}

.border_header_ten {
	BORDER-RIGHT : normal;
    BORDER-TOP   : #cccccc 1px dotted;
    FONT-WEIGHT  : normal;
    BORDER-LEFT  : normal;
    BORDER-BOTTOM: #cccccc 1px dotted;
}


/*FONT打消し----------------------------------------*/

.no {
	TEXT-DECORATION: line-through
}


/*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;
}




A {
	COLOR: #4d82c4; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #4d82c4; TEXT-DECORATION: underline
}
A:active {
	COLOR: #4d82c4; TEXT-DECORATION: underline
}

