@charset "utf-8";

/* フォーム */
.err			{ font-size:10px; font-weight:bold; color:#EE0000; }
.ctrlErr		{ background-color:#ffcccc; }
.ctrlReadonly	{ background-color:#EEEEEE; }
.ctrlDisabled	{ background-color:#888888; }

/* レイアウト */
/*
	#wrapper {
		width:800px;
	//	margin-top: 10px;
	//	margin-right: 150px;
	//	margin-bottom: 10px;
	}
	#header	{
		width:100%
		border:thin inset;
	}
	#main {
	//	width:600px;
	//	margin-top: 10px;
	//	margin-right: 150px;
	//	margin-bottom: 10px;
	}
	#side {
		width:200px;
	//	position:absolute;
	//	top:75px;
	//	right:0px;
		border:thin inset;
	}
	#footer	{
		width:100%;
	//	position:absolute;
	//	bottom:0px;
		border:thin inset;
	}
*/


/* リセット　＆　初期UI設定 */
body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana, meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", Arial, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
	line-height: 1.5;
}
h1 {
	font-size:14pt;
}
h2 {
	font-size:12pt;
}
h3 {
	font-size:10pt;
}
#container {
	width:950px;
	margin:0 auto;
}
#container.mjpopup {
	width:728px;
	margin:0 auto;
}
#main {
	width:950px;
	float:left;
}
#main #left {
	width:250px;
	float:left;
	font-size:9pt;
}
#main .long {
	width:950px;
}
#main #subside {
	width:210px;
	float:left;
}
#main #right {
	width:466px;
	float:right;
}
#main #side {
	width:210px;
	float:right;
	font-size:12px;
}
#footer {
	width:100%;
	clear:both;
	font-size:8pt;
}

.caption {
	font-size:9pt;
	font-weight:bold;
	color:#EE8833;
}

.mini_button {
	font-size:7pt;
}

/* 右サイドバナー */
#banner-ad {
	margin-top:12px;
}
#banner-ad a {
	display:block;
	margin-bottom:5px;
}

/* 開発用 */
.devframe {
	border:thin outset;
	color: green;
}
.question {
	font-size:10pt; font-weight:bold; color:#EE1133;
}

/* 文字装飾 */
.sb { font-size:10pt; font-weight:bold; }
.s  { font-size:10pt; }
.ss { font-size:8pt; }

/* その他 */

.FindMessage	{ font-size:10pt; font-weight:bold; color:#0000EE; }

.void {
	display:none;
}
