body {
	margin-top: 0px;
	font-size: 12px;
	line-height: 140%;
}

.jalarge {
	font-size: large;
	line-height: 140%;
}

.ja12pix_white {
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;
	a:link { color: #FFFFFF; }
	a:visited { color: #FFFFFF; }
	a:hover { color: RED; }
	a:active { color: #FFFFFF; }
}
.ja12pix_bold {
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
}
.ja12pix_bold_orange {
	font-size: 12px;
	line-height: 140%;
	color: #F36002;
	font-weight: bold;
}
.ja11pix {
	font-size: 11px;
	line-height: 120%;
}
.ja11pix_link {
	font-size: 11px;
	line-height: 120%;
	color: #0033CC;
}
.ja12pix_link {
	font-size: 12px;
	line-height: 140%;
}

#errorExplanation {
  width: 300px;
  border: 2px solid red;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-left: 10px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}


ul#globalNavi {
	margin: 0;
	padding: 0;
	width: 800px; /* 必ずwidthの設定をしてください */
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 130px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
}

ul#globalNavi li a {
	padding: 0.6em 10px; /* ボタンの厚みはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-color: #eee;
}

ul#globalNavi li a:hover {
	color: #000;
	background-color: #ddd;
}

.CELL_TITLE{
	background-color:#57ACB9;
	font-size: 12px;
	margin: 2px;
	padding: 2px 10px 2px 10px;
	color:#FFFFFF;
	font-weight:bold;
}

.CELL_1{
	background-color:#FFFFFF;
	margin: 2px;
	padding: 2px;
	font-size: 12px;
	line-height: 140%;
	color: #333333;	
}

.question_area {
	font-size: 12px;
	background-color: #98FB98;
	width:100%;
	border: 1px #00FFFF solid;
}


.nologin_title_area {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #009933;
	width:100%;
	border: 1px #009933 solid;
	line-height: 140%;
}

