@charset "utf-8";

/*------------------------------------------------------------------------------
Suken - CSS Modules Import
URL: http://www.chart.co.jp/
Date: 2011-03-01
c 2011 Suken Shuppan.
------------------------------------------------------------------------------*/

/* ----------------------------------------

Font Riset

Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4

---------------------------------------- */

/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */

body {
    line-height: 1.231;
    font-size: 13px;
    *font-size:small; /* for IE6/7 */
    *font:x-small; /* for IE in quirks mode */
}

/* Nudge down to get to 13px equivalent for these form elements
------------------------------- */

select, input,
button, textarea {
    font-size: 99%;
}

/* To help tables remember to inherit
------------------------------- */

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

/* Bump up IE to get to 13px equivalent for these fixed-width elements
------------------------------- */

pre, code, kbd,
samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

/* ----------------------------------------

	add ODS

---------------------------------------- */

/* Reset
------------------------------- */

address, caption, cite, code,
dfn, em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: 400;
}

/* Font
------------------------------- */

html>/**/body {
    font-size /*\**/: small\9; /* for IE8 */
}


/* ----------------------------------------

	Common

---------------------------------------- */

html {
    background-color: #f5f5f5;
}

body	{
    height: 100%;
    margin: 0;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
    color: #444;
}

a:link {
    color: #1979ab;
    text-decoration: none;
}

a:visited {
    color: #704a99;
    text-decoration: none;
}

a:hover,
a:visited:hover {
    text-decoration: underline;
}

a:active {
    color: #1979ab;
}

div#wrap_common {
    margin: 0 auto;
    font-size: 92.3%; /* fontsize 12px */
}

div#wrap {
    width: 900px;
    margin: 0 auto;
    padding: 0 20px 20px;
    overflow: hidden;
    background-color: #fff;
    font-size: 116.7%;
}

/* ----------------------------------------

Header

---------------------------------------- */

div#Header {
    position: relative;
    width: 940px;
    margin: 0 auto;
    padding-top: 15px;
    line-height: 1.67;
}

div#Header * {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

div#Header img {
    vertical-align: bottom;
}

div#Header #Tgl01 {
    position: absolute;
    top: 0;
    left: 940px;
    z-index: 100;
}

div#Header p.Skip {
    height: 0;
    width: 0;
    overflow: hidden;
}

div#Header #SiteID {
    float: left;
    width: 190px;
    padding-bottom: 13px;
}

div#Header ul#HdrNav {
    float: right;
    width: 740px;
    padding: 23px 0 13px;
    text-align: right;
}

div#Header ul#HdrNav li,
div#Header ul#HdrNav form,
div#Header ul#HdrNav div {
    display: inline;
}

div#Header ul#HdrNav li {
    margin-left: 20px;
}

div#Header ul#HdrNav li a {
    padding-left: 10px;
    background: url(../images/icon_arrow_01.png) 0 0.5em no-repeat;
    font-size: 83.4%;
}

div#Header ul#HdrNav li.HdrBtn a {
    padding-left: 0;
    background: none;
}

div#Header ul#HdrNav input.Text {
    width: 141px;
    height: 14px;
    padding: 3px 3px 3px 20px;
    border: none;
    background: #fff url(/files/img/common/icon_srch_01.png) 5px 50% no-repeat;
    color: #aaa;
}

div#Header ul#HdrNav img,
div#Header ul#HdrNav input {	vertical-align: middle;}

div#GlbWrap {
    clear: both;
    padding-top: 20px;
    background: #fff;
    zoom: 1;
}

ul#GlobalNav {
    width: 900px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 20px rgba(51,51,51,0.15);
    -moz-box-shadow: 0px 5px 20px rgba(51,51,51,0.15);
    -ms-box-shadow: 0px 5px 20px rgba(51,51,51,0.15);
    box-shadow: 0px 5px 20px rgba(51,51,51,0.15);
}

div#Header ul#GlobalNav li {
    position: relative;
    float: left;
    width: 152px;
}

div#Header ul#GlobalNav li#GNav01 { width: 141px;}
div#Header ul#GlobalNav li#GNav06 { width: 151px;}

div#Header ul#GlobalNav ul li {
    display: block;
    width: 152px;
}

div#Header ul#GlobalNav ul {
    position: absolute;
    top: 61px;
    left: 0;
    display: none;
    overflow: hidden;
    zoom: 1;
}

div#Header ul#GlobalNav ul li {
    position: relative;
    margin-top: -1px;
    padding-top: 1px;
    background:#178ad3 url(/files/img/common/line_dotted_03.png) 0 0 repeat-x;
    opacity: .85; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=85); /* IE lt 8 */
    -ms-filter: "alpha(opacity=85)"; /* IE 8 */
    -khtml-opacity: .85; /* Safari 1.x */
    -moz-opacity: .85; /* FF lt 1.5, Netscape */
}

div#Header ul#GlobalNav ul li a {
    display: block;
    padding: 10px 10px 10px 22px;
    border-top: 1px;
    background: #178ad3 url(/files/img/common/icon_arrow_03.png) 10px 17px no-repeat;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    zoom: 1;
}

div#Header ul#GlobalNav ul li a:hover {
    background-color: #006;
    text-decoration: none;
}


/* ----------------------------------------

Footer

---------------------------------------- */

div#Footer {
    padding: 35px 0 0;
    background: #f5f5f5 url(../images/bg_ftr_01.jpg) 50% 0 no-repeat;
    line-height: 1.67;
}

div#Footer * {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

div#Footer img {
    vertical-align: bottom;
}

div#Footer div.InSec {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 35px;
    background: url(../images/line_ftr_01.png) 0 0 repeat-y;
}

div#Footer dl.FtrLink01 {
    float: left;
    width: 185px;
    padding: 1px 20px;
}

div#Footer dt {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    background: url(../images/icon_arrow_01.png) 0 0.55em no-repeat;
    font-weight: 700;
}

div#Footer dd {
    margin-bottom: 15px;
    padding-left: 10px;
}

div#Footer dd li {
    margin-top: 3px;
    padding-left: 8px;
    background: url(/files/img/common/icon_arrow_02.png) 0 0.7em no-repeat;
    font-size: 83.4%;
}

div#FtrBtm {
    width: 900px;
    margin: 0 auto;
    padding: 15px 0;
    background: url(/files/img/common/line_dotted_02.png) 0 0 repeat-x;
}

div#FtrBtm ul {
    float: right;
    width: 580px;
    overflow: hidden;
    text-align: right;
}

div#FtrBtm li {
    display: inline;
    margin-right: -11px;
    margin-left: 18px;
    padding-right: 10px;
    border-right: 1px solid #b3b2b2;
    line-height: 1.2;
    font-size: 83.4%;
    zoom: 1;
}

div#FtrBtm p#Copyright {
    font-size: 83.4%;
    color: #b3b2b2;
}


/* ----------------------------------------

Other

---------------------------------------- */

div#wrap {
    padding-top: 20px;
}

div#wrap strong,
div#wrap th {
    font-weight: 700;
}

div#wrap a:link {
    color: #1979ab;
    text-decoration: underline;
}

div#wrap a:visited {
    color: #704a99;
    text-decoration: underline;
}

div#wrap a:hover,
div#wrap a:visited:hover {
    text-decoration: none;
}

div#wrap a:active {
    color: #1979ab;
}

/* ----------------------------------------

ClearFix (基本的にクラス指定では使用しない)

---------------------------------------- */

/* Modern Browsers
------------------------------- */

div#wrap:after,
div#Header:after,
div#HdrTop:after,
ul#GlobalNav:after,
div#Footer div.InSec:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}

/* IE7
------------------------------- */

*:first-child+html div#wrap,
*:first-child+html div#Header,
*:first-child+html div#HdrTop:after,
*:first-child+html ul#GlobalNav,
*:first-child+html div#Footer div.InSec {
    zoom: 1;
}

/* Legacy IE
------------------------------- */

* html div#wrap,
* html div#Header,
* html div#HdrTop,
* html ul#GlobalNav,
* html div#Footer div.InSec {
    zoom: 1;
}

/* ----------------------------------------

TextStyle

---------------------------------------- */

.Em01{ font-weight: 700;}