@charset "Shift_JIS";

/* ==================== クロスブラウザ設定 ==================== */



/* ==================== タグ設定 ==================== */


*:first-child+html body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, Arial, Helvetica, Verdana, sans-serif;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 136%;
	font-weight: bold;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
	color: #000000;
	line-height: 1.5;
}

hr {
	height: 1px;
	margin: 20px 0;
	_margin: 10px 0 20px 0;
	padding: 0;
	background: #CCCCCC;
	border: 0px none;
	clear: both;
	width: 95%;
}

/* フォーム関連 */
dl {
	margin: 20px 0;
	padding: 0;
}

dt {
	margin: 5px 0;
	font-size: 80%;
	font-weight: bold;
	color: #333;
}

dt.error {
	color: #FF0000;
}

dd {
	margin: 0 0 20px 0;
	font-size: 100%;
	color: #000000;
}

dd table {
	border-collapse: collapse;
	border-spacing: 5;
}

dd th {
	padding: 5px;
	font-size: 100%;
	color: #000000;
}

dd td {
	padding: 5px;
	font-size: 80%;
	color: #333;
}

table.confirm {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 5;
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
}

table.confirm th {
	padding: 15px 10px;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #000000;
	background: #ffffff;
	border-bottom: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
}

table.confirm td {
	padding: 15px 10px;
	font-size: 100%;
	color: #000000;
	background: #ffffff;
	border-bottom: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
}

label {
	margin: 0;
}

/* 入力フィード関連 */
input {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
}

*:first-child+html input {
	margin: 0 5px 0 0;
}

input.text {
	padding: 3px;
	border: #999999 solid 1px;
}

input.text:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}

input.text-error {
	padding: 3px;
	color: #FF0000;
	border: #FF0000 solid 1px;
	background: #FFE0E0;
}

input.text-error:focus {
	padding: 3px;
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}

textarea.error:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}

textarea {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
	padding: 3px;
	border: #999999 solid 1px;
}

*:first-child+html textarea {
	margin: 0 5px 0 0;
}

textarea:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}

textarea.error {
	color: #FF0000;
	border: #FF0000 solid 1px;
	background: #FFE0E0;
}

textarea.error:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}

select {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
}

*:first-child+html select {
	margin: 0 5px 0 0;
}

option{ 
	padding-right:10px; 
}

button {
	margin: 0 5px 5px 0;
	padding: 3px;
}



/* フォント関連 */

.font-size-s {
	font-size: 85%;
}

.font-size-m {
	font-size: 100%;
}

.font-size-l {
	font-size: 122%;
}

.font-color-red {
	color: #FF0000;
}

.font-color-blue {
	color: #0066CC;
}

.font-color-green {
	color: #009933;
}

.font-color-gray {
	color: #666666;
}

strong {
	font-weight:bold;
}

.align-center {
	text-align: center;
}


.align-left {
	text-align: left;
}


.align-right {
	text-align: right;
}




/* ==================== システムメッセージ ==================== */
#alert {
	width: 100%;
	height: 40px;
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	line-height: 40px;
	background: #FFFFFF;
	clear: both;
}
.notes {
	margin: 10px 0 0 0;
	font-size: 9pt;
	color: #000000;
	line-height: 1.3;
}

.required {
	margin: 0 5px 0 0;
	font-size: 10pt;
	color: #900;
	font-weight: bold;
}

/* thickbox設定 */
#TB_window {
	border:  #000000 solid 3px;
}

#TB_ajaxWindowTitle {
	background: #FFFFFF;
}

#TB_ajaxContent {
	color : #000000;
	background: #FFFFFF;
}

#TB_closeAjaxWindow {
	color : #000000;
	background: #FFFFFF;
}

/* 入力補助設定 */
input.required_field,textarea.required_field,tr.required_field,td.required_field {
	background: #FFDDDD;
	border: #FF9999 solid 1px;
}

select.required_field {
	background: #FFDDDD;
}
