@charset "utf-8";
body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "ＭＳ ゴシック";
	padding: 0px;
	font-size: 14px;
	/*background-color: #F4EEE2; */
    /*background-color: #FFCCCC;*/
	line-height: 130%;
	word-break:break-all;
	
	BACKGROUND-POSITION: right bottom;
	BACKGROUND-ATTACHMENT: fixed;
	BACKGROUND-IMAGE: url(testlogo.png);
	BACKGROUND-REPEAT: no-repeat

}

.tbl {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.textReadOnly {
	background-color: #DBDBDB;
}

.textBoderNone
{
	border:0px;
	overflow:hidden
}


.textBoderNoneTextNone
{
	border:0px;
	font-size:1px;
	overflow:hidden
}



/*
input {
	background-color: LightYellow;
}

textarea
{
	background-color: LightYellow;
}

select {
	background-color: LightYellow;
}
*/

/*▲###  色設定「 基本 」 ########################################▲*/



/* リンクタグ */
a {  
    color: #0000FF; 
    text-decoration: underline
}

/* リンクタグ(マウスを乗せた時) */
a:hover {  
    text-decoration: none;
    color: #0000FF
}



/* 日本語入力不可 */
.imeDisabled {ime-mode:disabled;}
/* 日本語入力ON */
.imeActive {ime-mode:active;}
/* 日本語入力OFF */
.imeInactive {ime-mode:inactive;}




/* メインタイトル用 */
h1 {  
    font-size: 21px; 
    font-weight: bold;
    line-height: 130%;
}

/* サブタイトル用 */
h2 {  
    font-size: 16px; 
    font-weight: bold
}

/* フォントサイズ(大) */
.menu_link {
   font-size: 16px
}

/* フォントサイズ(大) */
.moji_big {
	font-size: 14px;
}

/* フォントサイズ(通常) */
.moji_normal {  
    font-size: 12px;
   text-decoration: none;
}
.tblBody {
	color: #FFF;
	line-height: 130%;
}


/* フォントサイズ(通常・太文字) */
.moji_normal_bold {  
    font-size: 12px;
    font-weight: bold 
}

/* フォントサイズ(小) */
.moji_small {  
    font-size: 10px
}

/* フォントサイズ(通常)右寄せ */
.moji_normal_right {  
    font-size: 12px;
    text-align: right
}

/* フォントサイズ(大)右寄せ */
.moji_big_right {  
    font-size: 14px;
    text-align: right
}



input {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

select {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}



