﻿@charset "UTF-8";
/*
 * universal reset
 */
* {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	font-family: sans-serif;
}
table { empty-cells: show; }
img {
	border: 0px;
}
li { list-style: none; }
td, div {
	text-align: left;
}

/*
 * common
 */
div, td, th, input, textarea, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 12px;
}
body {
	background-image: url(/images/bg.gif);
	background-color: #fff;
	margin: 10px 5px;
	text-align: center;
}
table {
	border-collapse: collapse;
}
form {
	display: inline;
}
a {
	text-decoration: none;
	color: #00f;
}
a:visited {
	color: #90f;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
	color: #c00;
}
input.text, textarea, select {
	border: #009 1px solid;
	background-color: #eee;
}
input.button {
	color: #fff;
	background-color: #669;
	height: 24px;
	padding: 0px 8px;
}
input.warn_button {
	color: #fff;
	background-color: #c33;
	height: 24px;
	padding: 0px 8px;
}
.error {
	color: #c00;
}
.right {
	text-align: right;
}
.clear {
	clear: both;
}
.necessary {
	color: #c00;
}
.wcrformat {
	color: #00c;
}
.hidden {
	display: none;
}
.nowrap {
	white-space: nowrap;
}
.pre {
	float: left;
}
.next {
	float: right;
}
/*
 * header
 */
table#header {
	width: 900px;
}
td#logo {
	background-image: url(/images/header_logo_bg.gif);
	background-repeat: no-repeat;
	background-color: #ddd;
}
img#logo_img {
	margin: 4px;
}
td#header_search {
	background-color: #ddd;
}
div#header_info {
	font-size: 10px;
	padding: 4px 0px;
}
div#header_search {
	background-image: url(/images/search_bg.gif);
	background-repeat: no-repeat;
	padding: 4px 0px 4px 20px;
	float: left;
	width: 118px;
}
/* Safari2用ハック \*/
html:\66irst-child *div#header_search {
	background-image: url(/images/search_bg_safari.gif);
	padding: 3px 0px 4px 20px;
}
/* end */
input#search_query {
	background-color: #fff;
	border: 0px;
	font-size: 12px;
	height: 14px;
	width: 110px;
}
/* Safari2用ハック \*/
html:\66irst-child *input#search_query {
	font-size: 9px;
	width: 114px;
}
/* end */
div#header_search_btn {
	float: left;
}
td#header_ad {
	background-image: url(/images/header_ad_bg.gif);
	background-repeat: no-repeat;
}
img#header_ad_img {
	margin: 8px 33px 8px 8px;
}
div#header_ad_div {
	margin: 8px 33px 8px 8px;
	width: 468px;
	height: 60px;
	background-color: #fff;
	overflow: hidden;
}

/*
 * menu
 */
div#menu {
	background-image: url(/images/menu_bg.gif);
	background-color: #669;
	width: 900px;
	height: 25px;
}
#mn_hot {
	background-image: url(/images/menu_hot_bg.gif);
}
/* Safari2用ハック \*/
html:\66irst-child *div#menu {
	height: 24px;
}
/* end */
/* Safari3用ハック */
body:first-of-type div#menu {
	height: 24px;
}
/* end */
div.menu_item {
	float: left;
}
a.menu_title {
	color: #fff;
	display: block;
	padding: 4px 8px;
	z-index: 2;
}
a.menu_title:visited {
	color: #fff;
}
a.menu_title:hover {
	text-decoration: none;
	background-color: #009;
}
a.focus {
	background: url(/images/menu_focus_bg.gif);
}
a.menu_title_hover {
	background-image: url(/images/menu_hover_bg.gif);
	padding-right: 7px;
	border-right: 1px #fff solid;
}
a#mt_hot {
	padding-left: 20px;
}
a#mt_hot.focus {
	background: url(/images/menu_hot_focus_bg.gif) no-repeat;
}
a#mt_hot.menu_title_hover {
	background-image: url(/images/menu_hot_hover_bg.gif);
}
div.menu_list {
	position: absolute;
	display: none;
	background-color: #009;
	border-width: 0px 1px 1px 1px;
	border-color: #fff;
	border-style: solid;
	padding-top: 2px;
	z-index: 1;
}
div.menu_list_item {
	padding: 2px 12px 2px 4px;
	color: #ccf;
	white-space: nowrap;
}
a.menu_list_item {
	display: block;
	padding: 2px 8px;
	color: #fff;
	white-space: nowrap;
}
a.menu_list_item:hover {
	background: url(/images/menu_focus_bg.gif);
	text-decoration: none;
	background-color: #33c;
}
a.menu_list_item:visited {
	color: #fff;
}

/*
 * title
 */
div#title_bar {
	width: 900px;
	height: 27px;
	background-color: #ddd;
}
h1#title {
	color: #ccf;
	background-color: #009;
	width: 400px;
	float: left;
	font-weight: normal;
	padding: 5px 8px;
	overflow: hidden;
}
h1#title a {
	color: #ccf;
}
/* Safari2用ハック \*/
html:\66irst-child *h1#title {
	padding: 5px 8px 6px 8px;
}
/* end */
/* Safari3用ハック */
body:first-of-type h1#title {
	padding: 5px 8px 6px 8px;
}
/* end */
div#title_split {
	float: left;
	background-image: url(/images/title_split.gif);
	background-repeat: no-repeat;
	width: 87px;
	height: 27px;
}
div#login {
	float: right;
	min-width: 256px;
	margin: 3px 4px 0px 0px;
}
img#login_wait {
	padding: 4px 8px;
}
div.login_input {
	float: left;
	margin: 3px 6px 0px 0px;
}
div#login_id_div {
	background-image: url(/images/id_bg.gif);
	background-repeat: no-repeat;
	padding: 4px 4px 4px 18px;
	margin-right: 4px;
	float: left;
}
/* Safari2用ハック \*/
html:\66irst-child *div#login_id_div {
	background-image: url(/images/id_bg_safari.gif);
	padding: 2px 0px 0px 20px;
}
/* end */
div#login_pw_div {
	background-image: url(/images/pw_bg.gif);
	background-repeat: no-repeat;
	padding: 4px 4px 4px 18px;
	margin-right: 4px;
	float: left;
}
/* Safari2用ハック \*/
html:\66irst-child *div#login_pw_div {
	background-image: url(/images/pw_bg_safari.gif);
	padding: 2px 0px 0px 20px;
}
/* end */
input#login_id, input#login_pw {
	background-color: #fff;
	border: 0px;
	font-size: 12px;
	height: 14px;
	width: 78px;
}
/* Safari2用ハック \*/
html:\66irst-child *input#login_id, html:\66irst-child *input#login_pw {
	font-size: 9px;
}
/* end */
div#login_option_div {
	float: left;
	padding: 0px 4px 0px 0px;
}
div#login_option {
	position: absolute;
	width: 180px;
	background-color: #ddd;
	border: 1px solid #669;
	padding: 4px;
	z-index: 10;
	display: none;
}
div#login_option div a {
	color: #00f;

}
div#login_btn {
	float: left;
}
div#login_info {
	padding-top: 4px;
	float: left;
}
div#logout_btn {
	text-align: right;
}

/*
 * main
 */
table#main {
	width: 900px;
	background-color: #fff;
	table-layout: fixed;
	border-bottom: solid 8px #fff;
}

/*
 * left
 */
td#leftj_col {
	width: 200px;
}
div#left {
	width: 200px;
	background-image: url(/images/left_bg.gif);
	background-color: #ccc;
}
div.left_menu {
	color: #035;
	background-image: url(/images/left_title_bg.gif);
	background-color: #999;
	margin-right: 4px;
	margin-bottom: 2px;
	padding: 1px 4px;
	clear: both;
}
a.left_menu {
	display: block;
	margin-right: 4px;
	padding: 1px 8px;
	color: #03a;
}
a.left_menu:hover {
	background-image: url(/images/left_link_bg.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
a.left_menu:visited {
	color: #a3a;
}
a.left_menu_left {
	width: 75px;
	clear: both;
	float: left;
}
a.left_menu_right {
	width: 75px;
	float: right;
}
a.left_menu_normal {
	clear: both;
}
div#left_ad {
	text-align: center;
	margin: 20px 0px 8px 0px;
}
/*
 * center
 */
td#center_col {
	width: 500px;
}
div#center_title {
	margin: 4px;
	color: #009;
}
div#center_logo {
	margin-top: 4px;
	margin-left: 8px;
}
h2 {
	overflow: hidden;
}
h2.title {
	background-image: url(/images/contents_title_bg.gif);
	background-repeat: no-repeat;
	background-color: #009;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	padding: 0px 2px 0px 18px;
	margin-top: 4px;
}
h2.error {
	background-image: url(/images/contents_title_err_bg.gif);
	background-repeat: no-repeat;
	background-color: #900;
 	font-weight: normal;
	color: #fff;
	line-height: 25px;
	padding: 0px 2px 0px 18px;
	font-size: 16px;
	margin-top: 4px;
}
h2.site_title {
	background-image: url(/images/site_title_bg.gif);
	background-repeat: no-repeat;
	background-color: #669;
	font-weight: normal;
	color: #fff;
	line-height: 25px;
	padding: 0px 2px 0px 18px;
	font-size: 16px;
	margin-top: 4px;
}
h2.site_title a {
	color: #fff;
}
h3.topic {
	background-image: url(/images/topic_bg.gif);
	background-repeat: no-repeat;
	background-color: #009;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
	padding: 0px 2px 0px 18px;
	margin-top: 4px;
}
h3.fr_label {
	background-image: url(/images/frame_label.gif);
	background-repeat: no-repeat;
	background-color: #009;
	font-weight: normal;
	color: #fff;
	margin-top: 4px;
	line-height: 20px;
	padding: 0px 2px 0px 18px;
}
h3.fr_err_label {
	background-image: url(/images/frame_err_label.gif);
	background-repeat: no-repeat;
	background-color: #900;
	font-weight: normal;
	color: #fff;
	margin-top: 4px;
	line-height: 20px;
	padding: 0px 2px 0px 18px;
}
h3.site_label {
	background-image: url(/images/site_label.gif);
	background-repeat: no-repeat;
	background-color: #669;
	padding: 2px 2px 2px 18px;
	margin-top: 4px;
}
h3.site_label_1 {
	background-image: url(/images/site_label_1.gif);
}
h3.site_label_2 {
	background-image: url(/images/site_label_2.gif);
}
h3.site_label a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
h3.site_label a:visited {
	font-weight: normal;
	color: #fff;
}
div.site_score {
	float: right;
	font-size: 7pt;
	color: #669;
}
div.pager {
	float: left;
}
div.next_link {
	float: right;
	font-size: 12pt;
}
div.image {
	text-align: center;
	margin: 4px 0px;
}
table.rank_label {
	background-image: url(/images/rank_label.gif);
	background-repeat: no-repeat;
	background-color: #669;
	width: 500px;
	height: 40px;
	margin-top: 4px;
}
table.rank_label td.rank {
	color: #fff;
	width: 42px;
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
}
td.rank_n { height: 40px; text-indent: -9999px; }
td#rank_1 { background-image: url(/images/rank_1.gif); }
td#rank_2 { background-image: url(/images/rank_2.gif); }
td#rank_3 { background-image: url(/images/rank_3.gif); }
td#rank_4 { background-image: url(/images/rank_4.gif); }
td#rank_5 { background-image: url(/images/rank_5.gif); }
td#rank_6 { background-image: url(/images/rank_6.gif); }
td#rank_7 { background-image: url(/images/rank_7.gif); }
td#rank_8 { background-image: url(/images/rank_8.gif); }
td#rank_9 { background-image: url(/images/rank_9.gif); }
td#rank_10 { background-image: url(/images/rank_10.gif); }
td#rank_11 { background-image: url(/images/rank_11.gif); }
td#rank_12 { background-image: url(/images/rank_12.gif); }
td#rank_13 { background-image: url(/images/rank_13.gif); }
td#rank_14 { background-image: url(/images/rank_14.gif); }
td#rank_15 { background-image: url(/images/rank_15.gif); }
td#rank_16 { background-image: url(/images/rank_16.gif); }
td#rank_17 { background-image: url(/images/rank_17.gif); }
td#rank_18 { background-image: url(/images/rank_18.gif); }
td#rank_19 { background-image: url(/images/rank_19.gif); }
td#rank_20 { background-image: url(/images/rank_20.gif); }
td.rank_nn { font-size: 24px; padding: 1px; }
td.rank_nnn { font-size: 20px; padding: 4px 1px; }
td.rank_nnnn { font-size: 16px; padding: 8px 1px; }
td.rank_x { height: 40px; text-indent: -9999px; background-image: url(/images/rank_x.gif); }
td.rank_label_1 {
	background: url(/images/rank_label_1.gif) no-repeat right top;
}
td.rank_label_2 {
	background: url(/images/rank_label_2.gif) no-repeat right top;
}
table.rank_label h3 {
	padding: 2px 2px 0px 4px;
}
table.rank_label h3 a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
table.rank_label h3 a:visited {
	font-weight: normal;
	color: #fff;
}
table.rank_label td.rank_info {
	font-size: 10px;
	padding: 0px 4px 0px 0px;
	text-align: right;
}
div.rank_update {
	font-size: 8px;
	padding: 0px 4px 0px 0px;
	text-align: right;
}
div.fr_bottom {
	padding: 2px;
	background-image: url(/images/frame_bottom.gif);
	background-repeat: no-repeat;
}
div.fr_body {
	background-image: url(/images/frame_bg.gif);
	padding: 2px 8px;
}
div.fr_body_top {
	background-image: url(/images/frame_bg_top.gif);
	margin-top: 4px;
	padding: 6px 8px 2px 8px;
}
div.fr_err_body_top {
	color: #c00;
	background-image: url(/images/frame_err_bg_top.gif);
	background-repeat: no-repeat;
	margin-top: 4px;
	padding: 6px 8px 2px 8px;
}
div.fr_err_body {
	color: #c00;
	background-image: url(/images/frame_err_bg.gif);
	padding: 2px 8px;
}
div.fr_err_bottom {
	padding: 2px;
	background-image: url(/images/frame_err_bottom.gif);
	background-repeat: no-repeat;
}
a.site_banner {
	float: left;
	margin-bottom: 2px;
	margin-right: 4px;
}
hr.site_split {
	border: 0px;
	color: #669;
	background-color: #669;
	height: 1px;
	clear: both;
	padding: 0px;
	margin: 5px 0px;
}
div.sample_icon {
	float: right;
}
img.sample_icon {
	margin: 1px 0px 0px 2px;
}
table.site_footer {
	width: 100%;
	clear: both;
}
td.site_footer_l {
	background-image: url(/images/site_footer_l.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 20px;
}
td.site_footer_bgl {
	background-image: url(/images/site_footer_bgl.gif);
}
td.site_footer_split {
	background-image: url(/images/site_footer_split.gif);
	width: 37px;
	height: 20px;
}
td.site_footer_bgr {
	background-image: url(/images/site_footer_bgr.gif);
	background-color: #669;
	text-align: right;
}
img.cate_icon {
	margin-top: 3px;
	margin-left: 1px;
}
td.site_footer_bgr a {
	color: #fff;
}
td.site_footer_r {
	background-image: url(/images/site_footer_r.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 20px;
}
ul.list {
	padding-left: 1em;
}
table.list, table.form, table.editlist, table.infolist {
	width: 100%;
}
table.form th, table.list th{
	padding: 1px 2px 1px 0px;
	font-weight: normal;
}
table.form td, table.list td{
	padding: 1px 2px 1px 0px;
}
table.list th.published {
	width: 65px;
}
table.form #query {
	width: 200px;
}
table.form tbody.search th {
	width: 80px;
}
table.editlist th {
	padding: 2px 4px;
	font-weight: normal;
	color: #fff;
	border: 1px solid #fff;
	background-image: url(/images/list_th_bg.gif);
	background-repeat: repeat-x;
	background-color: #469;
}
table.editlist th a {
	color: #fff;
}
table.editlist td {
	padding: 2px;
	border: 1px solid #fff;
	background-color: #eee;
}
table.editlist td.operate {
	white-space: nowrap;
	text-align: center;
}
table.editlist input.text {
	background-color: #fff;
}
table.editlist input.published {
	width: 70px;
	float: left;
	display: block;
	margin-right: 2px;
}
table.editlist input.url, table.editlist input.comment {
	width: 380px;
	margin-bottom: 1px;
}
table.infolist th {
	padding: 2px 4px;
	border: 1px solid #ccc;
	background-color: #eee;
	white-space: nowrap;
}
table.infolist td {
	padding: 2px;
	border: 1px solid #ccc;
}
table#contact th {
	width: 105px;
}
td.info_date {
	width: 64px;
	white-space: nowrap;
}
td.info_detail {
	text-align: right;
	padding-right: 0px;
	white-space: nowrap;
}
td.info_edit {
	text-align: right;
	padding-right: 0px;
	white-space: nowrap;
}
.info_attention {
	color: #c00;
}
.info_important {
	color: #c00;
	font-weight: bold;
}
table#member_edit th, table#member_login th {
	width: 90px;
}
table#site_edit th {
	width: 100px;
}
input.login_id, input.password {
	width: 100px;
}
input.nickname, input.name {
	width: 160px;
}
textarea.member_information {
	width: 390px;
	height: 4em;
}
input.email, input.title, input.url, input.errmsg, input.site, input.errdate, input.provider, input.browser {
	width: 270px;
}
textarea.comment, textarea.tags {
	width: 350px;
	height: 3em;
}
textarea.site_information {
	width: 350px;
	height: 9em;
}
textarea.body {
	width: 350px;
	height: 20em;
}
input.secret_question, input.secret_answer {
	width: 390px;
}
select.banner_type {
	width: 120px;
}
textarea.samples, textarea.vote_comment {
	width: 350px;
	height: 5em;
}
iframe.confirm_url {
	width: 390px;
	height: 100px;
}
img.sample_confirm {
	border: solid 1px #999;
}
div.vote {
	text-align: center;
	font-size: 16px;
}
div.vote_comment {
	text-align: left;
	border: 1px solid #699;
	padding: 2px;
	margin: 4px 0px;
}
div.vote input {
	color: #fff;
	background-color: #669;
	font-size: 16px;
	height: 32px;
	padding: 0px 16px;
}
a.tag_s0, a.tag_s0:visited { font-size: 8pt; color: #999; }
a.tag_s1, a.tag_s1:visited { font-size: 9pt; color: #889; }
a.tag_s2, a.tag_s2:visited { font-size: 10pt; color: #779; }
a.tag_s3, a.tag_s3:visited { font-size: 11pt; color: #669; }
a.tag_s4, a.tag_s4:visited { font-size: 12pt; color: #559; }
a.tag_s5, a.tag_s5:visited { font-size: 14pt; color: #449; }
a.tag_s6, a.tag_s6:visited { font-size: 16pt; color: #339; }
a.tag_s7, a.tag_s7:visited { font-size: 18pt; color: #229; }
a.tag_s8, a.tag_s8:visited { font-size: 20pt; color: #119; }
a.tag_s9, a.tag_s9:visited { font-size: 22pt; color: #009; }
a.tag_c0, a.tag_c0:visited { font-size: 8pt; color: #999; }
a.tag_c1, a.tag_c1:visited { font-size: 9pt; color: #898; }
a.tag_c2, a.tag_c2:visited { font-size: 10pt; color: #797; }
a.tag_c3, a.tag_c3:visited { font-size: 11pt; color: #696; }
a.tag_c4, a.tag_c4:visited { font-size: 12pt; color: #595; }
a.tag_c5, a.tag_c5:visited { font-size: 14pt; color: #494; }
a.tag_c6, a.tag_c6:visited { font-size: 16pt; color: #393; }
a.tag_c7, a.tag_c7:visited { font-size: 18pt; color: #292; }
a.tag_c8, a.tag_c8:visited { font-size: 20pt; color: #191; }
a.tag_c9, a.tag_c9:visited { font-size: 22pt; color: #090; }

table#rank_detail .rank_type {
	width: 60px;
}
table#rank_detail .rank_cell {
	vertical-align: baseline;
}
table#rank_detail .term_cell {
	padding: 4px 8px;
	width: 80px;
	vertical-align: middle;
}
table#rank_detail .odd {
	background-color: #eee;
}
table#rank_detail .even {
}
table#rank_detail .rank_str {
	color: #009;
	font-weight: bold;
	line-height: 1em;
}
table#rank_detail .current_rank .rank_str {
	font-size: 24pt;
}
table#rank_detail .past_rank .rank_str {
	font-size: 12pt;
}
table#rank_detail .past_rank {
	font-size: 8pt;
}
table#rank_detail .rank_up {
	color: #00c;
	font-weight: bold;
}
table#rank_detail .rank_down {
	color: #c00;
	font-weight: bold;
}
table#rank_detail .rank_flat {
	color: #0c0;
	font-weight: bold;
}
input#bookmark_memo {
	width: 340px;
}
input#vote_url {
	width: 300px;
}
input#help_query {
	width: 240px;
}
img.bookmark_delete {
	float: right;
	cursor: pointer;
}
hr.help_split {
	border: 0px;
	color: #669;
	background-color: #669;
	height: 1px;
	clear: both;
	padding: 0px;
	margin: 2px 0px;
}
dl dd {
	padding-left: 8px;
}
dl dd.comment {
	padding-left: 16px;
}
dl .title {
	font-size: 12pt;
}
li.bookmark {
	width: 484px;
}
div.bookmark_top {
	background-image: url(/images/bookmark_bg_top.gif);
	background-color: #ccc;
	margin-top: 4px;
}
.bookmark_handle {
	float: left;
	cursor: move;
	height: 50px;
	width: 20px;
}
div.bookmark_body {
	padding: 8px 8px 0px 24px;
}
div.bookmark_body .memo {
	width: 420px;
}
div.bookmark_bottom {
	padding: 4px;
	background-image: url(/images/bookmark_bg_bottom.gif);
	background-repeat: no-repeat;
}
div.tieup {
	margin: 8px 0px;
}
div.noframe {
	margin-top: 4px;
}
/*
 * right
 */
td#right_col {
	width: 200px;
}
div.widgets {
	padding: 4px;
}
h4.widget_label {
	color: #fff;
	background-image: url(/images/widget_label.gif);
	background-color: #699;
	padding: 1px 8px;
	overflow: hidden;
}
div.widget_body {
	background-image: url(/images/widget_bg.gif);
	padding: 2px 8px 0px 8px;
}
div.widget_bottom {
	background-image: url(/images/widget_bottom.gif);
	width: 192.px;
	height: 4px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
}
a.wgt_0, a.wgt_0:visited, a.wgt_1, a.wgt_1:visited, a.wgt_2, a.wgt_2:visited { font-size: 8pt; color: #999; }
a.wgt_3, a.wgt_3:visited, a.wgt_4, a.wgt_4:visited, a.wgt_5, a.wgt_5:visited { font-size: 10pt; color: #669; }
a.wgt_6, a.wgt_6:visited, a.wgt_7, a.wgt_7:visited, a.wgt_8, a.wgt_8:visited { font-size: 14pt; color: #339; }
a.wgt_9, a.wgt_9:visited { font-size: 18pt; color: #009; }
dl#bookmarks dt {
	background-color: #eee;
	padding: 0px 2px;
	margin-top: 2px;
}
dl#bookmarks dd {
	border: 1px solid #eee;
}
dl .today { color: #c33; font-weight: bold; }
dl .three_days { color: #c33; }
dl .one_week { color: #090; }
dl .one_month {}
dl .old { color: #999; }

/*
 * footer
 */
div#footer {
	width: 900px;
	height: 24px;
	background-image: url(/images/footer_bg.gif);
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	padding-top: 2px;
	clear: both;
}
div#footer a {
	color: #fff;
}

/*
 * tooltip
 */
#tooltip {
	position: absolute;
	left: -9999px;
}
#tooltip_tl {
	width:  4px;
	height: 4px;
	background-image: url(/images/tooltip_tl.gif);
	background-repeat: no-repeat;
}
#tooltip_t {
	background-image: url(/images/tooltip_t.gif);
	background-repeat: repeat-x;
}
#tooltip_tr {
	width: 4px;
	height: 4px;
	background-image: url(/images/tooltip_tr.gif);
	background-repeat: no-repeat;
}
#tooltip_l {
	background-image: url(/images/tooltip_l.gif);
	background-repeat: repeat-y;
}
#tooltip_c {
	background-color: #ffc;
}
#tooltip_r {
	background-image: url(/images/tooltip_r.gif);
	background-repeat: repeat-y;
}
#tooltip_bl {
	width:  4px;
	height: 12px;
	background-image: url(/images/tooltip_bl.gif);
	background-repeat: no-repeat;
}
#tooltip_b {
	background-image: url(/images/tooltip_b.gif);
	background-repeat: no-repeat;
}
#tooltip_br {
	width:  4px;
	height: 12px;
	background-image: url(/images/tooltip_br.gif);
	background-repeat: no-repeat;
}
/*
 * top_link
 */
#top_link {
	position: absolute;
	top: 1500px;
	left: -9999px;
	cursor: pointer;
}

/*
 * admin
 */
input.date {
	width: 70px;
}
input.info_body {
	width: 420px;
}
textarea.info_detail {
	width: 420px;
	height: 10em;
}
table#search_member th {
	width: 80px;
}
textarea.faq_question {
	width: 420px;
	height: 4em;
}
textarea.faq_answer {
	width: 420px;
	height: 16em;
}
input.faq_related_faqs {
	width: 420px;
}
textarea.faq_related_pages {
	width: 420px;
	height: 6em;
}
