﻿/* CSS Document */
@charset "utf-8";
body {
	font-size: small !impoortant; /*IE7*/
	font-size: small; /*IE6以下*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ pro W3", sans-serif;
	line-height: 1.4em;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
} 

/*IE以外*/
html>/**/body {
font-size: 12px;
}
p {
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
input {
	font-size: 100%;
	margin: 0px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
select {
	font-size: 100%;
	margin: 2px;
}
/*フォント設定*/
.texts_glay {
	font-size: 75%;
	line-height: 1em;
	color: #999999;
}
.text_glay {
	line-height: 1.2em;
	color: #999999;
}
.text_red {
	color: #CC0000;
}
.text_redB {
	color: #CC0000;
	font-weight: bold;
}
.text_orangeB {
	font-weight: bold;
	color: #FF9900;
}
h1 {
	font-size: 100%;
	color: #CC0000;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 100px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: right;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #C6D9DF;
}
h2 {
	font-size: 100%;
	color: #FF6600;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 100px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: right;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #C6D9DF;
}
h3 {
	font-size: 100%;
	color: #336699;
	background-color: #FFFFCC;
	padding: 2px;
	width: auto;
	border: 1px solid #999999;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h4 {
	font-size: 100%;
	color: #FFFFCC;
	background-color: #FF3300;
	padding: 2px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #834634;
}
.download {
	margin-top: 2px;
	margin-bottom: 4px;
	list-style-image: url(../../entry/exhibitor/image/icon_download.gif);
	vertical-align: middle;
}

/* td背景色　白 */
.td_white {
	width: 100%;
	text-align: left;
	background-color: #FFFFFF;
}
/* td背景色　赤（ミス表示） */
.td_mis {
	width: 100%;
	text-align: left;
	background-color: #FCC7C7;
}
/*日本語変換（IME）の動作（英数文字の制御系）を行う*/
ime_off {
ime-mode: inactive;
}
ime_on {
ime-mode: active;
}
