@charset "Shift_JIS";

/*-------------------------------------------------------
 初期設定

-------------------------------------------------------*/

input {
	border:1px solid #7F9DB9;
	padding:2px;
}

/* プルダウンメニュー */
select {
	border:1px solid #7F9DB9;
}

/* ラジオボタン */
input.radio {
	border:none;
	vertical-align:middle;
}

/* インプット　ボタン */
.inputBtn {
	font-size:10px;
	padding:1px;
	margin:0 5px;
}

/* テキストエリア　入力エラーの場合の処理 */
.inputError {
	color:#800000;
	background-color:#ffcccc;
}




/*-------------------------------------------------------
 メッセージ領域

-------------------------------------------------------*/

/* ユーザー名 */
.messageArea .welcomeName {
	font-size:100%;
	font-weight:bold;
}

.messageArea .title {
	font-size:100%;
	font-weight:bold;
	color:#286FA7;
}



/*-------------------------------------------------------
 フォーム領域

-------------------------------------------------------*/

#formArea {
}


/*-------------------------------------------------------
 エラーメッセージ
-------------------------------------------------------*/

#formArea .attentionArea {
	background:#E5EFF3;
}

#formArea .attentionArea .topLeft {
	background:url(/imgs/common/attentionTable_top_left.gif) no-repeat;
	background-position: top left;
}

#formArea .attentionArea .topRight {
	background:url(/imgs/common/attentionTable_top_right.gif) no-repeat;
	background-position: top right;
}

#formArea .attentionArea .bottomLeft {
	background:url(/imgs/common/attentionTable_bottom_left.gif) no-repeat;
	background-position: bottom left;
}

#formArea .attentionArea .bottomRight {
	background:url(/imgs/common/attentionTable_bottom_right.gif) no-repeat;
	background-position: bottom right;
}

#formArea .attentionArea .attention {
	font-size:110%;
	font-weight:bold;
	color:#FF0000;
}


/*-------------------------------------------------------
 注意メッセージ
-------------------------------------------------------*/

/* 強調 */
#formArea .formAttention {
	font-size:80%;
	margin:10px 0 3px 0;
	color:#FF0000;
}

/* 通常 */
#formArea .formAttention2 {
	font-size:80%;
	margin:10px 0 3px 0;
}


/*-------------------------------------------------------
 フォーム枠
-------------------------------------------------------*/

#formArea .formContents {
}

#formArea .formContents caption {
	font-size:80%;
	text-align:left;
	padding:0 0 3px 5px;
	font-weight:bold;
	color:#286FA7;
}

#formArea .formContents .middleContents {
	line-height:1.5em;
}

#formArea .formContents .topLeft {
	background:url(/imgs/common/formContents_top_left.gif) no-repeat;
	background-position: top left;
}

#formArea .formContents .topCenter {
	border-top:2px solid #93CCEB;
}

#formArea .formContents .topRight {
	background:url(/imgs/common/formContents_top_right.gif) no-repeat;
	background-position: top right;
}

#formArea .formContents .middleLeft {
	border-left:2px solid #93CCEB;
}

#formArea .formContents .middleCenter {
	padding:10px 15px;
}

#formArea .formContents .middleRight {
	border-right:2px solid #93CCEB;
}

#formArea .formContents .bottomLeft {
	background:url(/imgs/common/formContents_bottom_left.gif) no-repeat;
	background-position: bottom left;
	font-size:1px;
}

#formArea .formContents .bottomCenter {
	border-bottom:2px solid #93CCEB;
}

#formArea .formContents .bottomRight {
	background:url(/imgs/common/formContents_bottom_right.gif) no-repeat;
	background-position: bottom right;
}


/*-------------------------------------------------------
 フォームテーブル　共通
-------------------------------------------------------*/

#formArea .formContents .title {
	font-weight:bold;
	border-bottom:1px dotted #4C8BC3;
	margin-bottom:5px;
}

#formArea .formContents th {
	width:30%;
	color:#365F74;
	vertical-align:top;
	line-height:1.5em;
}

#formArea .formContents .line {
	border-top:1px dotted #333;
	padding:10px 0;
}

/* 必須項目マーク */
#formArea .formContents .essential {
	color:#FF0000;
	font-size:60%;
}

#formArea .formContents p {
	padding:0 0 3px 0;
	margin:0;
}



/*-------------------------------------------------------
 フォームテーブルA（背景グレー）
-------------------------------------------------------*/

#formArea .formContents .formTableA {
	background:#E6E5E5;
}

#formArea .formContents .formTableA th {
	color:#286FA7;
}

#formArea .formContents .formTableA .topLeft {
	background:url(/imgs/common/formTableA_top_left.gif) no-repeat;
	background-position: top left;
}

#formArea .formContents .formTableA .topRight {
	background:url(/imgs/common/formTableA_top_right.gif) no-repeat;
	background-position: top right;
}

#formArea .formContents .formTableA .bottomLeft {
	background:url(/imgs/common/formTableA_bottom_left.gif) no-repeat;
	background-position: bottom left;
}

#formArea .formContents .formTableA .bottomRight {
	background:url(/imgs/common/formTableA_bottom_right.gif) no-repeat;
	background-position: bottom right;
}


/*-------------------------------------------------------
 フォームテーブルB（背景水色）
-------------------------------------------------------*/

#formArea .formContents .formTableB {
	background:#D8E9F1;
}

#formArea .formContents .formTableB .topLeft {
	background:url(/imgs/common/formTableB_top_left.gif) no-repeat;
	background-position: top left;
}

#formArea .formContents .formTableB .topRight {
	background:url(/imgs/common/formTableB_top_right.gif) no-repeat;
	background-position: top right;
}

#formArea .formContents .formTableB .bottomLeft {
	background:url(/imgs/common/formTableB_bottom_left.gif) no-repeat;
	background-position: bottom left;
}

#formArea .formContents .formTableB .bottomRight {
	background:url(/imgs/common/formTableB_bottom_right.gif) no-repeat;
	background-position: bottom right;
}


/*-------------------------------------------------------
 フォームテーブルC（アンケート）
-------------------------------------------------------*/

#formArea .formContents .formTableC .label {
	color:#365F74;
	vertical-align:top;
	font-weight:bold;
}

#formArea .formContents .formTableC .line {
	border-top:1px dotted #ccc;
	padding:0;
}


/*-------------------------------------------------------
 確認テーブルB（背景水色）
-------------------------------------------------------*/

#formArea .formContents .confirmTableB {
	background:#D8E9F1;
}

#formArea .formContents .confirmTableB .topLeft {
	background:url(/imgs/common/formTableB_top_left.gif) no-repeat;
	background-position: top left;
}

#formArea .formContents .confirmTableB .topRight {
	background:url(/imgs/common/formTableB_top_right.gif) no-repeat;
	background-position: top right;
}

#formArea .formContents .confirmTableB .bottomLeft {
	background:url(/imgs/common/formTableB_bottom_left.gif) no-repeat;
	background-position: bottom left;
}

#formArea .formContents .confirmTableB .bottomRight {
	background:url(/imgs/common/formTableB_bottom_right.gif) no-repeat;
	background-position: bottom right;
}

#formArea .formContents .confirmTableB .line {
	border-bottom:1px dotted #ccc;
	border-top:none;
	padding:5px;
	background:#FFF;
}


/*-------------------------------------------------------
 完了テーブル
-------------------------------------------------------*/

#formArea .formContents .completeTable {
}

#formArea .formContents .completeTable .text {
	background:url(/imgs/common/complete_middle.gif) no-repeat #D8E9F1;
}