﻿/************************************************/
/*        ･ﾕ･ｩ｡ｼ･爭癸ｼ･・ﾑ･ｹ･ｿ･､･・ｷ｡ｼ･ﾈ        */
/************************************************/


/* ------ ･ﾚ｡ｼ･ｸﾁｴﾂﾎ ------ */
body {
	margin: 10px auto 0px;
	width: 500px;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFCC;
	text-align: center;
}


/* ------ ･ｿ･､･ﾈ･・------ */
.title {
	text-align: center;
	margin: 0px auto;
	font-size: 18px;
	font-weight: normal;
	font-family: "｣ﾍ｣ﾓ ｣ﾐ･ｴ･ｷ･ﾃ･ｯ", "Osaka";
	color: #FF6600;



}


/* ------ ･皈ﾃ･ｻ｡ｼ･ｸ ------ */
.msg_head {
	color: #FF6600;
	text-align: left;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.msg_foot {
	color: #FF6600;             /* ﾊｸｻ惞ｧ */
	text-align: left;         /* ﾇﾛﾃﾖ */
	margin-left: 15px;
}


/* ------ ･ﾆ｡ｼ･ﾖ･・------ */
table {
	border-style: none;
	width: 480px;
	margin: auto;
	padding: 0.3em;
}

table th {
	color: #000000;
	text-align: left;
	border-style: none;
	white-space: nowrap;
	padding: 5px;
	font-weight: normal;
	font-size: 14px;

}

table td {
	color: #000000;
	text-align: left;
	border-style: none;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}


/* ------ ･ﾜ･ｿ･・------ */
.submit {
	text-align: center;         /* ﾇﾛﾃﾖ */
}
table.code {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
}
table.code th {
	font-weight: normal;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066FF;
	border-bottom-color: #0066FF;
}
table span {
	color: #666666;
	font-size: 10px;
	letter-spacing: 0.1em;
}
table.code td {
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	border-top: 1px solid #0066FF;
	border-bottom: 1px solid #0066FF;
}
input.required {
	border: 1px solid #FF0000;
}
input {
	margin-top: 3px;
}
input.option {
	background-color: #66FFFF;
	border: 1px dashed #6666FF;
}
input.color {
	background-color: #66FFFF;
	border: 1px solid #6666FF;
}
input:focus, textarea:focus {
	background-color: #FFFFFF;
}
p {
	color: #6699CC;
}
p.required {
	color: #FF0000;
}
table.input thead {
	background-color: #66FFFF;
}
table.input tbody.tbody1 {
	background-color: #99CCFF;
}
table.input tbody.tbody2 {
	background-color: #66FFFF;
}
table.input tbody.tbody3 th {
	background-color: #99CCFF;
}
table.input tfoot {
	background-color: #66FFFF;
}
strong {
	color: #FF0000;
	font-weight: normal;
}
#title {
	height: 45px;
	width: 395px;
	margin: 0px auto;
	background-image: url(../../img_sozai/title.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
}
ul {
	text-align: left;
	margin: 0px 0px 0px 30px;
	color: #666666;
	list-style-type: square;
}
textarea.required {
	border-color: #FF0000;
}
select.required {
	border: 1px solid #FF0000;
}
