/*
* {
	padding: 0;
	margin: 0;
}
*/


/* Block ----------------------------------------------------------------------- */

#template_content {
	width: 520px;
	padding: 12px;
	margin: 0 auto;
	/*border: 1px dotted #ff0000;*/
	font-size: 11pt;
}


#template_content_title {
	border: none;
}


.img_captcha {
	border: 1px solid #66f;
}


/* list ------------------------------------------------------------------------ */

/* 補足説明用 */
.lt_notes {
	margin: 0.5em 0 0.8em 0;
	color: #666;
	font-size: 85%;
	list-style: none;
}



/* Form ------------------------------------------------------------------------ */

/* フォーム入力コンテナ */
#template_content div {
	margin-top: 2.5em;
}

/* フォーム ラベル */
#template_content label {
	color: #333333;
	font-size: 110%;
	font-weight: bold;
}

/* フォームテキスト入力 input[@type=text] */
.input_text {
	width: 510px;
	height: 36px;
	font-size: 25px;
	padding: 6px 4px 3px;
	border: 1px solid #ccc;
}

/* フォームテキスト入力 サイズ指定無し */
.input_text_nosize {
	/*width: 510px;*/
	height: 36px;
	font-size: 25px;
	padding: 6px 4px 3px;
	border: 1px solid #ccc;
}

/* フォームテキスト入力 編集不可状態 */
/*.input_text_noedit {
	width: 510px;
	height: 36px;
	font-size: 25px;
	padding: 6px 4px 3px;
	border: 1px solid #ccc;
	background-color: #eee;
	color: #cccccc;
	line-height: 48px;
}*/

/* フォームボタン */
.input_button {
	padding: 3px;
	font-size: 14pt;
	background-image: url("");
}

/* フォーム入力された値のテキスト表示用 */
.bk_confirm_text {
	display: block;
	width: 510px;
	height: 36px;
	font-size: 25px;
	padding: 6px 4px 3px;
	border: 1px solid #66f;
	background-color: #eee;
}

/* Inline ---------------------------------------------------------------------- */

/* “注意”を示す文字列用 */
.in_attention {
	display: block;
	padding: 12px 12px 12px 23px;
	background: url(../img/style/attention.gif) no-repeat center left;
	background-repeat: no-repeat;
	color: #cc0000;
}

.in_attention_noIcon {
	display: block;
	padding: 12px 12px 12px 23px;
	color: #cc0000;
}

/* “必須”を示す文字列用 */
.in_required {
	color: #fa8072;
}

/* 強調文字 00 */
.in_str {
	font-weight: bold;
}

/* 強調文字 01 */
.in_str01 {
	color: #ff3333;
	font-weight: bold;
}

/* 強調大文字 */
.in_big_str {
	font-weight: bold;
	font-size: 25px;
	line-height: 160%;
}


