html {
	margin: 0px;
	padding: 0px;
}
body {
	color : #333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 9pt;
	line-height: 125%;
	width: 100%;
}
td, th {
	font-size: 9pt;
	line-height: 125%;
}
a {
	color: #069;
	text-decoration: none;
}
a:hover {
	text-decoration : underline;
}
a img {
	border: none;
}
form {
	margin: 0px;
}
input, select, textarea {
	font-size: 9pt;
}

/* contents */
#contents {
	min-width: 480px;
}
div.float_r {
	float: right;
}
div.float_l {
	float: left;
}
div.indent {
	margin-left: 2em;
}
table.layout {
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
	empty-cells: show;
}
.small {
	font-size: 80%;
}
.error {
	color: #f33;
}
.notify {
	color: #888;
}
a.btn {
	border: 1px solid #888;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #ddd url(image/bg_gray1.gif) repeat-x left top;
	color: #888;
	text-decoration: none;
	font-size: 90%;
	padding: 1px 4px;
}
a.btn:hover {
	background: #fdd url(image/bg_gray2.gif) repeat-x left top;
	color: #333;
	text-decoration: none;
}
input.btn {
	height: 1.8em;
}
img.mid {
	vertical-align: middle;
}

/* body */
#cont_head {
	margin-top: 12%;
	text-align: center;
}
#cont_main {
	text-align: center;
}
#cont_main .rankwd a {
	color: #333;
}
#cont_main .rankwd_menu {
	display: none;
}
#cont_main .about {
	margin-top: 4em;
	color: #888;
}
#cont_main .about a {
	color: #666;
}
#cont_foot {
	text-align: center;
}
#cont_foot table {
	margin: 0px auto;
}

/* cont_left */
div#search_block {
	margin: 2px;
	text-align: center;
}
table#search_word_frame {
	margin: 2px auto;
	border: 1px solid #888;
	background-color: #fff;
	border-collapse: collapse;
	width: 20em;
}
table#search_word_frame td {
	padding: 2px;
}
input#search_word {
	border: 0px none #fff;
	padding: 0px;
	width: 100%;
}
a#search_genre {
	display: block;
	margin: 2px auto 4px;
	border: 1px solid #888;
	background: #ddd url(image/bg_gray1.gif) repeat-x left top;
	padding: 2px 0px;
	width: 14em;
	color: #333;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}
a#search_genre:hover {
	background: #fdd url(image/bg_gray2.gif) repeat-x left top;
}

/* head button */
img.head_btn {
	background: url(image/head_btn.gif) no-repeat;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 0 4px;
}
img.head_btn.img_close {
	background-position: 0px 0;
}
img.head_btn.img_reload {
	background-position: -16px 0;
}
img.head_btn.img_switch1 {
	background-position: -32px 0;
}
img.head_btn.img_switch2 {
	background-position: -48px 0;
}
a:hover img.head_btn.img_close {
	background-position: 0px -16px;
}
a:hover img.head_btn.img_reload {
	background-position: -16px -16px;
}
a:hover img.head_btn.img_switch1 {
	background-position: -32px -16px;
}
a:hover img.head_btn.img_switch2 {
	background-position: -48px -16px;
}

/* menu marker */
img.menu_mark {
	background: url(image/menu_mark.gif) no-repeat;
	width: 8px;
	height: 8px;
	vertical-align: middle;
}
img.menu_mark.img_down1 {
	background-position: 0px 0;
}
img.menu_mark.img_right1 {
	background-position: -8px 0;
}
img.menu_mark.img_check1 {
	background-position: -16px 0;
}
img.menu_mark.img_down2 {
	background-position: 0px -8px;
}
img.menu_mark.img_right2 {
	background-position: -8px -8px;
}
img.menu_mark.img_check2 {
	background-position: -16px -8px;
}

/* menu */
.cont_menu {
	position: absolute;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #333 #333 #888;
	color: #333;
	z-index: 10;
	cursor: default;
	margin: 0px;
	overflow: auto;
	overflow-x: hidden;
}
.cont_menu_tbl {
	margin: 0px;
	border-collapse: collapse;
	empty-cells: show;
}
.cont_menu_tbl td {
	white-space: nowrap;
	padding: 2px;
}
.cont_menu_tbl td.check {
	width: 8px;
}
.cont_menu_tbl td.item {
	text-align: left;
}
.cont_menu_tbl td.submenu {
	width: 8px;
}
.cont_menu_tbl tr.focus td {
	background-color: #37c;
	color: #fff;
}
.cont_menu_tbl .separator {
	height: 1px;
	background-color: #888;
	overflow: hidden;
}
.cont_menu_tbl .disable {
	color: #888;
}
.cont_menu_tbl a {
	display: block;
	color: #333;
	text-decoration: none;
}
.cont_menu_tbl tr.focus a {
	color: #fff;
}

/* notice */
#notice {
	z-index: 20;
	position: absolute;
	background-color: #fff;
	border: 2px solid #888;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
}

/* popup */
#popup_html {
	z-index: 19;
	position: absolute;
	background-color: #fff;
	border: 1px solid #888;
	padding: 0px;
	overflow: hidden;
}
#popup_back {
	z-index: 18;
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
div.popup_head {
	background: #f84 url(image/bg_orange.gif) repeat-x left top;
	color: #fff;
	padding: 4px;
}
div.popup_head .title {
	font-size: 120%;
	font-weight: bolder;
}
div.popup_body {
	clear: both;
	padding: 0;
	overflow: hidden;
}
div.popup_body iframe {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
}
