/*******************
 改善提案システム
 スタイルシート
 
<BODY BGCOLOR="#FFEEDD" TEXT="#CC6666" LINK="#006666" VLINK="#666666" ALINK="#993366" LEFTMARGIN="0" MARGINWIDTH="0">
 ******************/

/* body用 */
body {
	font-color : #CC6666;
	background-color : #FFEEDD;
	margin : 0px;
	
    scrollbar-3dlight-color:#ffffff;
    scrollbar-arrow-color:hotpink;
    scrollbar-darkshadow-color:#ffffff;
    scrollbar-face-color:#ffffff;
    scrollbar-highlight-color:hotpink;
    scrollbar-shadow-color:deepskyblue;
    scrollbar-track-color:#ffffff;
}
/* リンク */
a:link{
	color: #006666;
	text-decoration: none
}

a:visited{
	//color: #666666;
	color: #006666;
	text-decoration: none
}

a:hover{
	color: #993366;
	font-style: italic;
	text-decoration: none
}

a:active{
	color: #993366;
	font-style: italic;
	text-decoration: none
}
/* 画面タイトル */
.title {
	font-size : 25px;
	margin-bottom : 10px;
	text-align : center;
}
/* 画面タイトル */
.loginInfo {
	font-size : 15px;
	/*margin-top : 5px;
	margin-bottom : 5px;*/
	float : left;
}
/* フォント設定 */
.font12 {
	font-family: "MS UI Gothic", "Osaka"; font-size: 12px
}
.new_num {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 11px
}
.font11 {
	font-family: "MS UI Gothic", "Osaka"; font-size: 11px
}
.english12 {
	font-family: "Arial", "Helvetica", "sans-serif"; font-size: 12px
}
.english13 {
	font-family: "Arial", "Helvetica", "sans-serif"; font-size: 13px
}
.font11H {
	font-family: "MS UI Gothic", "Osaka"; font-size: 11px; line-height: 12pt
}
.font12H {
	font-family: "MS UI Gothic", "Osaka"; font-size: 12px; line-height: 13pt
}
.english11 {
	font-family: "Arial", "Helvetica", "sans-serif"; font-size: 11px
}

/* 時刻表示 */
.dateSet{
	font-size : 15px;
	text-align : right;
}
/* テキスト 左寄せ */
.textLeft {
	text-align : left;
}

/* テキスト 中央寄せ */
.textCenter {
	text-align : center;
}

/* テキスト 右寄せ */
.textRight {
	text-align : right;
}

/* 文字 リンクタイトル */
.linkTitle {
	font-size: 17px;
	color: #336600;
}

/* 文字 リンクタイトル赤 */
.linkTitleRed {
	color: #B3003C;
}

/* 文字 赤字 */
.fontColorRed {
	color: #E55050;
}

/* 文字 メッセージ */
.titleMsg {
	font-size : 15px;
	margin-bottom : 15px;
	text-align : center;
}
/* 登録画面 テキストエリア サイズ */
.nameTextSize {
	width : 320px;
	height : 20px;
	ime-mode : active;
}

/* 登録画面 テキストエリア サイズ */
.mailUrlTextWideSize {
	width : 320px;
	height : 20px;
	ime-mode : disabled;
}

/* 登録画面 テキストエリア サイズ */
.passTextWideSize {
	width : 80px;
	height : 20px;
	ime-mode : disabled;
}

/* 登録画面 テキストエリア サイズ */
.inputTextareaSize {
	width : 440px;
	height :100px;
	ime-mode : active;
}

/* 登録画面 テキストエリア サイズ */
.inputTextareaComntSize {
	width : 440px;
	height : 60px;
	ime-mode : active;
}

/* メニュー画面 テーブル td */
.menuTdSize {
	height : 35px;
	text-align : center;
}

/* パスワード変更画面 テーブルヘッダ td サイズ */
.passChgTdHSize {
	width : 180px;
	text-align : center;
}

/* 参照画面 結果領域 テーブル td サイズ bumonID */
.refResultColumnSizeBumonId {
	width : 60px;
	ime-mode : disabled;
}

/* 参照画面 結果領域 テーブル td サイズ bumonName */
.refResultColumnSizeBumonName {
	width : 270px;
}

