@charset "utf-8";

/* ページ先頭へのリンク */
div.page_top {
	clear:both;
	text-align: right;
	padding:2px;
	margin-top:15px;
	border-top:1px dotted #666;
	clear:both;
}

div.page_top a:link, div.page_top a:visited {
	font-size: 80%;
	color: #C96;
	text-decoration: none; 
}
div.page_top a:hover, div.page_top a:active { 
	color: #C96;
	text-decoration: underline; 
}

/* オレンジ色のボタン */
a.bt:link, a.bt:visited, a.bt:hover, a.bt:active, a.bt {
	color:#000;
	font-size: 12px;
	text-decoration: none;
	background-color:#FC6;
	border:1px outset;
	padding:2px 5px 2px 5px;
	white-space:nowrap;
	cursor:pointer;
}
a.bt_disabled, a.bt_disabled:hover, a.bt_disabled:active{
	color:#666;
	font-size: 12px;
	text-decoration: none;
	background-color:#FC6;
	border:1px outset;
	padding:2px 5px 2px 5px;
	white-space:nowrap;
	cursor:auto;
}

/* 「戻る」ボタン */
a.bt_g_menu:link, a.bt_g_menu:visited {
	border-right:1px #999 solid;
	border-bottom:1px #999 solid;
	background-image: url("/img/usually-img/bt_back.gif");
	background-repeat: no-repeat;
	padding:0px 5px 0px 20px;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	background-color:#E8E8E8;
	white-space:nowrap;
}
a.bt_g_menu:hover, a.bt_g_menu.active { 
	color: #930;
	background-color:#DDD;
	white-space:nowrap;
}
a.bt_g_menu span {
	vertical-align:middle;
	font-size:12px;
}

* html a.bt_g_menu:link, * html a.bt_g_menu:visited {
	padding:4px 5px 0px 20px;
}

* html a.bt_g_menu span {
	vertical-align:bottom;
}

/* ページ繰り */
div.search_count {
	float:left;
	width:50%;
	height:1em;
}
div.pager {
	text-align:right;
	height:1.1em;
}
div.pager a:link, div.pager a:visited {
	text-decoration:none;
}

/* テーブルセル中の配置 */
td.number_cell {
	text-align:right;
}
td.button_cell {
	text-align:center;
}

/* 「次へ」「戻る」ボタンの配置 */
div.prev_button {
	width:40%;
	float:left;
	padding:4px 0;
}
div.next_button {
	text-align:right;
	padding:4px 0;
}
div.button {
	margin:1em 0 0 0;
	padding:4px 0;
}

/* エラー表示 */
ul.error{
	margin:1em;
	padding:3px 0;
	border-top:solid 2px #e30;
	border-bottom:solid 2px #e30;
}
ul.error li{
	margin:0 0 0 2em;
	padding:0;
	line-height:1.4;
	color:#e30;
}

/* テキストフィールド */
input.short_text_field {
	width:100px;
}
input.medium_text_field {
	width:250px;
}
input.long_text_field {
	width:400px;
}

/* 注意書き */
p.notice {
	padding-left:1.1em;
	text-indent:-1.1em;
}
p.input_requirement_notice {
	margin-bottom:0;
}
span.caution {
	color:#930;
}

/* 画像 */
img {
	border:none;
}

/* レイアウト用テーブル */
table.layout {
	border:none;
	border-collapse:collapse;
}
table.layout td {
	vertical-align:top;
	padding:0;
	border:none;
	font-size:100%;
}

/* ssl注意書き */
div.ssl_info {
	margin:1em 0;
	padding:4px 8px;
	border:solid 1px #999;
	background-color:#ffc;
}
div.ssl_info p {
	margin:0;
}
