@charset "utf-8";
body.ask {
	color: #000;
	background-color: #f3f3f3;
}
h2 {
	width: 100%;
	color: #fff;
	background-color: #66f;
	text-indent: 1em;
	padding: .5em 0em .5em 0em;
	margin-top: 1em;
	margin-bottom: .5em;
	margin-left: auto;
	margin-right: auto;
}
strong {
display:none;
}

div.asklist {
	text-align: left;
	border: 3px solid #afa;
	padding: 3px 3px 3px 3px;
	clear: both;
}
table.profile th.contactselect {
	width: 7.2em;
	color: #fff;
	background-color: #88f;
}
table.profile th.contact {
	width: .8em;
}
table.profilelist ,table.profileask {
	width: 100%;
	text-align: left;
	color: inherit;
	background-color: #fff;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
table.profilelist th , table.profileask th {
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	padding: 3px 5px 3px 5px;
	empty-cells: show;
	font-size: small;
	font-weight: normal;
}
table.profilelist th {
	color: inherit;
	background-color: #ddd;
	text-align: right;
	width: 6.5em;
}
table.profileask th {
	color: #fff;
	background-color: #090;
	text-align: center;
}
table.profilelist th.profilename {
	width: 557px;
	color: #fff;
	background-color: #66f;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	padding: 3px 5px 3px 5px;
	empty-cells: show;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
}
table.profilelist th.profilename span {
	font-size: small;
	font-weight: normal;
	padding-left: 1em;
}
table.profilelist td , table.profileask td {
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	padding: 3px 5px 3px 5px;
	font-size: small;
	empty-cells: show;
}
table.profilelist td.profileno {
	width: 30px;
	text-align: center;
	font-weight: normal;
}
table.profilelist td.profileaction {
	width: 11em;
	text-align: center;
	font-weight: normal;
}
table.profileask td.profileaction {
	width: 4em;
	text-align: center;
	font-weight: normal;
}
td.profileaction a:link {
	color: #F89E58;
	background-color: inherit;
	text-decoration: none;
}
td.profileaction a:visited {
	color: #F89E58;
	text-decoration: none;
}
td.profileaction a:active ,table.profilelist td.profileaction a:hover {
	color: #fc6;
	background-color: inherit;
	text-decoration: underline;
}
a.person {
	background-image: url(/img/person.gif);
}
a.add {
	background-image: url(/img/add.gif);
}
a.del {
	background-image: url(/img/trash.gif);
}
a.back {
	background-image: url(/img/back.gif);
}
a.form {
	background-image: url(/img/form.gif);
}
a.person , a.add , a.del , a.back , a.form {
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 15px;
	padding-right: 2px;
	padding-bottom: 2px;
}
div.notice , .sort {
	clear: both;
	font-size: small;
	margin-bottom: .5em;
}
div.naviprev {display: none;}
div.navinext {display:none;}
div.button {display:none;}

input.reset {display:none;}
input.submit {display:none;}