/*
 * Common Style Sheet for HIMITSUKICHI BATTLEFIELD
 * Author: Shinichi Hanayama
 */

/*--------- general tags behavior setup ---------*/

/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {
    font-family: monospace;
    *font-size: 13px;
    line-height: 99%;
}

body {
    color: #000;
    background: #FFF;
}

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

ul {
    margin: 12px 12px 12px 12px;
    padding: 0px 0px 0px 24px;
}

ol {
    margin: 12px 12px 12px 12px;
    padding: 0px 0px 0px 24px;
}

li {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
    font-variant: normal;
}

sup,sub {
    line-height: -1px;
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

img {
    border: none;
}

a { 
    text-decoration: underline;
    color: #000;
}

td,th {
    font-size: 13px;
    font-weight: normal;
}

.clear {
    clear:both;
    width:0px;
    height:0px;
    font-size:0px;
    line-height:0px;
}

textarea {
    border: 1px solid #000;
    background: #FFF;
}

select {
    border: 1px solid #000;
    background-color: #FFF;
    font-size: 13px;
}


/*--------- font style ---------*/

.size-4 { 
    font-size: 70%; 
}

.size-3 {
    font-size: 77%;
}

.size-2 { 
    font-size: 85%; 
}

.size-1 { 
    font-size: 93%; 
}

.size { 
    font-size: 100%;
}

.size1 { 
    font-size: 111%; 
}

.size2 { 
    font-size: 116%; 
}

.size3 { 
    font-size: 124%; 
}

.size4 { 
    font-size: 139%; 
}

.bold { 
    font-weight: bold; 
}

.italic {
    font-style: italic;
}

.strike {
    text-decoration: line-through;
}

.monospace {
    font-family: monospace;
}

.red {
    color: #f00;
}

.green {
    color: #0f0;
}

.blue {
    color: #00f;
}

.white {
    color: #fff;
}

a.titlelink {
    color: #fff;
    text-decoration: none;
}

.error {
    color: #fff;
    background-color: #f00;
}


/*--------- form style ---------*/

input.text_full {
    width: 100%;
    height: 18px;
    border: 1px solid #000;
    background: #FFF;
}

input.text_short {
    width: 120px;
    height: 18px;
    border: 1px solid #000;
    background: #FFF;
}

input.text_mini {
    width: 60px;
    height: 18px;
    border: 1px solid #000;
    background: #FFF;
}

input.checkbox {
    vertical-align: middle;
    margin-right: 4px;
}

input.radio {
    vertical-align: middle;
    margin-right: 4px;
}

textarea.text_full {
    width: 100%;
}

input.readonly_full {
    width: 100%;
    height: 18px;
    border: 1px #ddd solid;
    color: #000;
    background-color: #eee;
}

textarea.readonly_full {
    width: 100%;
    border: 1px #ddd solid;
    color: #000;
    background-color: #eee;
}


/*--------- body common style ---------*/

body {
    background-color: #333333;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    color: #000;
}

#document {
    width: 100%;
    height: 100%;
    float: none;
    background-color: #333333;
    margin: 0px auto 0px auto;
    text-align: center;
}

#body {
    width: 964px;
    min-width: 964px;
    float: none;
    background-color: #ffffff;
    background-image: url(../img/background02.jpg);
    line-height: normal;
    margin: 0px auto 0px auto;
    clear: right;
    text-align: left;
}

#innerbody {
    background-image: url(../img/background01.jpg);
    background-repeat: no-repeat;
    padding: 0px 34px 0px 34px;
}

#header {

}

#toolbar {
    margin-top: 6px;
    text-align: right;
}

#main {
    padding-top: 25px;
}

#footer {
    margin-top: 36px;
    padding: 8px 12px 8px 12px;
    background-color: #000;
    color: #fff;
}

#leftcolumn {
    width: 139px;
}

#centercolumn {
    width: 561px;
    padding: 0px 17px 0px 17px;
}

#rightcolumn {
    width: 160px;
}

#menutable {
    width: 139px;
    border: 1px solid #000;
    margin: 0;
    padding: 0;
}

#menutable_inner {
    margin: 11px 14px 11px 14px;
}

#amazon {
    padding: 33px 0px 14px 0px;
    text-align: center;
}

#skyscraper {
    margin-bottom: 18px;
}

#headline {
    border: 1px solid #000;
}

#headline_inner {
    margin: 11px 14px 11px 14px;
}

#toolbar_searchkeyword {
    width: 152px;
    height: 18px;
    border: 1px solid #000;
    background: #FFF;
    margin: 0px 4px 0px 4px;
}

#toolbar_loginid {
    width: 90px;
    height: 18px;
    border: 1px solid #000;
    background: #FFF;
    margin: 0px 4px 0px 4px;
}

#toolbar_loginpass {
    width: 90px;
    height: 18px;
    border: 1px solid #000;
    background: #FFF;
    margin: 0px 4px 0px 4px;
}

#toolbar_autologin {
    margin-right: 4px;
}

#toolbar_logonuser {
    width: 90px;
    height: 18px;
    border: 1px #ddd solid;
    color: #000;
    background-color: #eee;
    margin: 0px 4px 0px 4px;
}

table.amazon_itempic {
    width: 77px;
    margin-bottom: 16px;
}

td.amazon_itempic {
    width: 70px;
}

td.amazon_shadow_v {
    width: 7px;
    background-image: url(../img/bg_shadow_v.gif);
    background-repeat: no-repeat;
}

td.amazon_shadow_h {
    width: 70px;
    height: 7px;
    background-image: url(../img/bg_shadow_h.gif);
    background-repeat: no-repeat;
}

td.amazon_shadow_corner {
    width: 7px;
    height: 7px;
    background-image: url(../img/bg_shadow_corner.gif);
    background-repeat: no-repeat;
}

td.amazon_leftspace {
    width: 32px;
}

td.amazon_rightspace {
    width: 25px;
}

td.amazon_caption {
    text-align: center;
}

div.menurect {
    margin: 10px 8px 12px 8px;
}

div.dashedline {
    border-top: 1px #000 dotted;
}

div.solidline {
    border-top: 1px #000 solid;
}

img.space_separator {
    width: 1px;
    height: 14px;
}

img.space_linegap {
    width: 1px;
    height: 4px;
}

div.content_indent {
    margin: 12px 12px 12px 12px;
}

div.content_section {
    margin-bottom: 8px;
}

div.content_quote {
    margin: 12px 12px 12px 12px;
    padding: 4px 4px 4px 4px;
    border: 1px solid #000;
    background-color: #fff;
}

div.content {

}

table.form_table {
    width: 537px;
    margin-bottom: 8px;
}

table.form_table th {
    width: 25%;
    text-align: left;
    font-weight: normal; 
    font-size: 13px;
    font-weight: normal;
    padding: 4px 0px 4px 0px;
}

table.form_table td {
    width: 75%;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 0px 4px 0px;
}

table.confirm_table {
    width: 537px;
    border-spacing: 0;
    margin-bottom: 8px;
}

td.confirm_table {
    background-color: #000;
}

table.confirm_table_inner {
    width: 100%;
    border-spacing: 1px;
}

table.confirm_table_inner th {
    width: 25%;
    text-align: left;
    font-weight: normal; 
    font-size: 13px;
    font-weight: normal;
    padding: 4px 4px 4px 4px;
    background-color: #fff;
}

table.confirm_table_inner td {
    width: 75%;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 4px 4px 4px;
    background-color: #fff;
}

table.content_table {
    width: 100%;
}

table.content_table th {
    text-align: center;
    font-weight: normal; 
    font-size: 13px;
    font-weight: bold;
    padding: 4px 0px 4px 0px;
}

table.content_table td {
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 0px 4px 0px;
}

.invisible {
    display: none;
}

div.titlebar {
    height: 29px;
    background-image: url(../img/bg_title2.gif);
    background-repeat: no-repeat;
    color: #fff;
}

div.titlebar_inner {
    padding: 8px 8px 0px 8px;
}

div.img_align_left {
    margin: 5px 5px 5px 5px;
    float: left;
}

div.img_align_right {
    margin: 5px 5px 5px 5px;
    float: right;
}

div.img_align_center {
    margin: 5px 5px 5px 5px;
}

td.content_tag_td {
    padding: 2px;
}

div.avatar_align_left {
    float: left;
    width: 170px;
    height: 75px;
}

table.img {
    padding-right: 4px;
}

td.img {
    background-color: #fff;
}

td.img_shadow_v {
    width: 7px;
    background-image: url(../img/bg_shadow_v.gif);
    background-repeat: no-repeat;
}

td.img_shadow_h {
    height: 7px;
    background-image: url(../img/bg_shadow_h.gif);
    background-repeat: no-repeat;
}

td.img_shadow_corner {
    width: 7px;
    height: 7px;
    background-image: url(../img/bg_shadow_corner.gif);
    background-repeat: no-repeat;
}

td.img_caption {
    text-align: center;
}

table.img_desc {
    width: 99px;
    height: 75px;
}

table.img_desc td {
    text-align: center;
}

div.toolbar_section {
    float: right;
    margin: 0px 0px 0px 16px;
}

ul.submenu {
    margin: 0px;
    position: relative;
    left: -6px;
    list-style: none url(/hkbf/img/icon_delta.gif) outside;
}


/*--------- news --------- */

#news {
    margin-bottom: 48px;
}

#news_trackback {
    width: 320px;
    margin: 0px 4px 0px 4px;
}

.news_summary {
    margin-bottom: 8px;
}

.news_titlebar {
    height: 70px;
    background-image: url(../img/bg_title.gif);
    background-repeat: no-repeat;
    color: #fff;
}

.news_titlebar_inner {
    padding: 5px 8px 8px 8px;
}

.news_img_topright {
    margin: 0px 0px 10px 10px;
    float: right;
}

.news_img_bottom {
    margin: 10px 10px 0px 0px;
    float: left;
}

.news_trackbacks_entry {
    padding: 4px 8px 4px 8px;
}

.news_avatar {
    margin: 8px 16px 8px 16px;
    border: 1px solid #000; 
}

.news_comments_table_text {
    padding: 8px 8px 8px 8px;
}

.news_comments_pagectrl {
    text-align: center;
    margin: 0px 0px 16px 0px;
}

.news_comments_empty {
    text-align: center;
    padding: 40px 0px 40px 0px;
}

.news_archive {
    margin-bottom: 12px;
}

.news_sourcelink {
    margin: 12px 12px 0px 12px;
}

/* tables */

table.news_header {
    width: 100%;
}

td.news_datetime {

}

td.news_contact {
    width: 30%;
    text-align: right;
}

table.news_footer {

}

td.news_parmalink {
    padding: 0px 16px 0px 0px;
}

td.news_comment {
    padding: 0px 16px 0px 0px;
}

td.news_trackback {
    padding: 0px 16px 0px 0px;
}

table.news_comments_table {
    width: 100%;
    margin-bottom: 8px;
}

td.news_comments_table_left {
    width: 25%;
    font-size: 13px;
    font-weight: normal;
}

td.news_comments_table_right {
    width: 75%;
    font-size: 13px;
    font-weight: normal;
}

table.news_img {

}

td.news_img {

}

td.news_img_shadow_v {
    width: 7px;
    background-image: url(../img/bg_shadow_v.gif);
    background-repeat: no-repeat;
}

td.news_img_shadow_h {
    height: 7px;
    background-image: url(../img/bg_shadow_h.gif);
    background-repeat: no-repeat;
}

td.news_img_shadow_corner {
    width: 7px;
    height: 7px;
    background-image: url(../img/bg_shadow_corner.gif);
    background-repeat: no-repeat;
}

td.news_img_caption {
    text-align: center;
}


/*--------- forum --------- */

td.forum_icon {
    width: 15px;
    padding: 4px 2px 4px 2px;
}

td.forum_title {
    width: 60%;
    padding: 4px 4px 4px 4px;
}

td.forum_threads {
    width: 1%;
    padding: 4px 4px 4px 4px;
    text-align: center;
}

td.forum_posts {
    width: 1%;
    padding: 4px 4px 4px 4px;
    text-align: center;
}

td.forum_recentlypost {
    width: 1%;
    padding: 4px 4px 4px 4px;
    text-align: center;
}

th.forum_icon {
    width: 15px;
    padding: 4px 2px 4px 2px;
}

th.forum_title {
    width: 60%;
    padding: 4px 4px 4px 4px;
}

th.forum_threads {
    width: 1%;
    padding: 4px 4px 4px 4px;
    text-align: center;
}

th.forum_posts {
    width: 1%;
    padding: 4px 4px 4px 4px;
    text-align: center;
}

th.forum_recentlypost {
    width: 1%;
    padding: 4px 4px 4px 4px;
    text-align: center;
}


/*--------- links --------- */

table.links_table {
    width: 100%
}

table.links_table th {
    width: 170px;
    padding: 2px 0px 2px 0px;
}

table.links_table td {
    padding: 2px 0px 2px 16px;
}


/*--------- mypage --------- */

table.mypage_avatar {
    margin: 8px 32px 8px 32px;
}

td.mypage_avatar_gap {
    width: 16px;
}

div.mypage_img_align_left {
    float: left;
    width: 255px;
    height: 75px;
}

table.mypage_img_desc {
    width: 184px;
    height: 75px;
}

table.mypage_img_desc td {
    text-align: center;
}

table.clan_desc {
    
}

table.clan_desc th {
    text-align: left;
    font-weight: bold;
    padding: 2px;
    width: 30%;
}

table.clan_desc td {
    text-align: left;
    font-weight: normal;
    padding: 2px;
    width: 70%;
}

table.achievement {
    width: 100%;
    margin-bottom: 8px;
}

table.achievement th {
    text-align: left;
    font-weight: normal;
    width: 60%;
}
