@import url("privacy_policy_light.css");
* {
	margin: 0;
	padding: 0;
}

div{
	margin: 3px;
}
input{
	color: #252;
}
#form{
	width: 80%;
}

#formheader{
	width:98%;
	border: 2px outset gray;
	background: #edb url("image/lightbrown/headBG.png") 100% 0% no-repeat;
	padding-bottom: 1%;
}
#formheader h2{
	color: #fff;
	margin-left: 1%;
	margin-bottom: 1%;
	margin-top: 1%;
}
#formbody{
	width:98%;
	border: 2px outset gray;
	background-color: #ffe;
}
#formfooter{
	width:98%;
	height: 4em;
	border: 2px outset gray;
	background: #edb url("image/lightbrown/footerBG.png") 100% 100% no-repeat;
	color: #555;
}
table{
	width:100%;
	border-collapse: collapse;
}
td{
	padding-bottom: 1%;
}
.textform,.textareaform{
	width:70%;
}
.koumokumei{
	width:25%;
	color: #ddd;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	background: #b97 url("image/lightbrown/teppan2.png") 0 0 repeat-y;
	padding-left: 30px;
}
.nyu-ryokuran{
	background: url("image/lightbrown/nyuryokuBG.png") 100% 100% no-repeat;
	border: 1px solid gray;
	color: #252;
}
.buttonform{
	text-align: right;
	font-size: x-small;
}
.buttonform input{
	border: 1px solid gray;
	background: #cef url("image/lightbrown/buttonBG.png") 100% 100% no-repeat;
}
.notice{
	color: #252;
	border-top: 3px inset #222;
	border-bottom: 3px inset #222;
	background-color: #ffe;
	font-size: small;
}
.error{
	color: red;
	border-left: 5px solid brown;
}
.attention{
	color: orange;
	font-size: small;
	border-bottom: 1px dashed brown;
	display: inline;
}

#copyright a:link        { color: #0035EF;}
#copyright a:visited   { color: #0035EF;}
#copyright a:hover    { color: #FF3333;}


