@import url(http://www.officek.jp/common/css/form.css);

/*--form--*/
input.button{
	background-color:#999;
}

select, textarea, input,
input.num, input.name, input.mail, input.url, input.short, input.shortmid, input.midshort, input.mid, input.midlong, input.long,
input.zipcode, input.tel
{
	border-color:#999;
}

/*--table--*/
div.que table{
	border-width:1px 0 0 1px;
	border-color:#666;
	border-style:solid;
}

div.que table p, div.que table form{
	margin-top:0;
	margin-bottom:0;
}

div.que tr{
	border:none;
	vertical-align:top;
}

div.que th, div.que td{
	border-width:0 1px 1px 0;
	border-color:#666;
	border-style:solid;
	padding:3px 5px;
	vertical-align:top;
}

div.que th{
	text-align:center;
	font-weight:bold;
}

/*--res--*/
div.que div.res{
	background-color:#eef;
	padding:0.5em;
	margin-top:0.5em;
	font-size:smaller;
}

div.que div.res h3{
	margin-top:0;
}

/*--admin--*/
div.adminform{
	margin-top:0.5em;
	text-align:right;
	font-size:x-small;
}

div.adminform form, p.officeksign{
	margin-top:0;
	margin-bottom:0;
}

/*--other--*/
div.que p.index{
	text-align:center;
}

div.que span.added{
	font-style:italic;
	font-size:smaller;
}

div.que span.subtitle{
	margin-left:1em;
	font-size:smaller;
}

h1{
	font-size:120%;
	background-color:#ccc;
	padding:.5em;
}

/*2003-01-09T17:37*/