@charset "utf-8";
/**
 * reset.css
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    background: #1A1A1A;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

a {
    text-decoration:none;
}

a:link,a:visited {
    color: #404040;
}

img {
    vertical-align: bottom;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
 * YUI fonts.css
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 10px;
    color: #5a5a5a;
}

table {
    font-size:inherit;
    font:100%;
}

/**
 * header,footer,container base
 */
#header {
    padding: 0 0 12px 0;
    width: 100%;
    background: #fff url(/common/img/header_bg.gif) repeat-x left top;
}

#g_contents {background: #FFF;}

#container {
    margin: 0 auto;
    width: 950px;
}

#footer {
    width: 100%;
}

/**
 * header
 */
#header_inner {
    margin: 0 auto;
    width: 950px;
}

#header_inner h1 {
    display: block;
    float: left;
}

#header_words {
    float: left;
    margin: 26px 0 0 21px;
}

#header_words img {
    vertical-align: top;
}

#global_navi {
    float: right;
    margin: 14px 0 0 0;
}

#global_navi ul li {
    float: left;
    margin: 0 3px 0 0;
}

/**
 * container columns
 */
#index_maincolumn {
    float: left;
    width: 590px;
}

#index_rightcolumn {
    float: right;
    width: 330px;
}

#maincolumn {
    float: left;
    width: 700px;
}

#rightcolumn {
    float: right;
    width: 220px;
}

/**
 * container pagetop
 */
#pagetop {
    padding: 50px 0 0 0;
    clear: both;
    text-align: right;
}

/**
 * footer
 */
#footer {
    padding: 20px 0;
    border-top: 2px solid #278298;
    background: #1a1a1a;
}

#footer_inner {
    margin: 0 auto;
    width: 950px;
}

#footer_inner ul li {
    float: left;
    padding: 0 10px;
    font-size: 85%;
    border-left: 1px solid #666;
}

#footer_inner ul li a:link,
#footer_inner ul li a:visited {
    color: #fff;
    text-decoration: none;
}
#footer_inner ul li a:hover,
#footer_inner ul li a:active {
    color: #fff;
    text-decoration: underline;
}


#footer_inner ul li.footer_first {
    padding: 0 10px 0 0;
    border-left: none;
}

#footer_inner small {
    display: block;
    padding: 20px 0 0;
    text-align: right;
}

/**
 * clear
 */
div.clear {
    clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

