@charset "UTF-8";

/* ================================================================================

基本レイアウト CSS

================================================================================ */

body {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", arial,helvetica,clean,sans-serif;
background: #FFF;
color: #000;
text-align: center;
}

div,dl,dt,dd,ul,ol,li,input,textarea,p,blockquote,th,td { line-height: 1.5; }

h1,h2,h3,h4,h5,h6 { line-height: 1.3; font-weight: bold; }
strong, em { font-weight: bold; }

input { padding: 0 2px; vertical-align: middle; }

sup { font-size: 65%; }

#Primary pre { font-family:"ＭＳ ゴシック", "Osaka－等幅" }

/*----------------------------------------------------
Base Link Color
----------------------------------------------------*/
a:link { color: #003366; text-decoration: none; }
a:active, a:visited { color: #330099; text-decoration: none; }
a:hover { color: #990000; text-decoration: none; }

/*----------------------------------------------------
Outside Browser
----------------------------------------------------*/
.browserOut { position: absolute; left: -9999px; top: -9999px; }
.disp-no { display: none; }

/*----------------------------------------------------
Noscript
----------------------------------------------------*/
div#NoScriptTop noscript p { font-size: 120%; font-weight: bold; color: #CC0000; text-align: left; }

/*----------------------------------------------------
JumpMenu
----------------------------------------------------*/
div#JumpMenu { position: absolute; left: -9999px; top: -9999px; }

/*----------------------------------------------------
Width
----------------------------------------------------*/
div#Container { width: 950px; background-color: #FFF; margin: 0 auto; }

/*----------------------------------------------------
Header
----------------------------------------------------*/
div#Header { width: auto; height: 90px; text-align: left; overflow: hidden; }
div#Logo { width: 358px; height: 72px; float: left; margin-top: 10px; }
div#HeaderR { width: 580px; float: right; text-align: right; margin-top: 15px; }

/*----------------------------------------------------
FontChange
----------------------------------------------------*/
div#FontChange { width: 277px; height: 24px; overflow: hidden; float: right; margin-top: 25px;
background: url(../../img/font_btn.gif) left top no-repeat; }
div#FontSize { width: 127px; height: 24px; float: left; }
div#FontChange li { float: left; width: 50px; }
#FontChange li a {
width: 50px;
display: block;
overflow: hidden;
height: 0 !important;
height /**/:24px;
padding-top: 25px;
background-image: url(../../img/font_btn.gif);
}

/*----------------------------------------------------
Global Navigation
----------------------------------------------------*/
#gnaviBox { width: 950px; height: 60px; overflow: hidden;
background: url(../../img/navi.gif) left top no-repeat; }
#gnaviBox li { float: left; list-style: none; }
#gnaviBox li a {
display: block;
overflow: hidden;
height: 0 !important;
height /**/:60px;
padding-top: 61px;
background-image: url(../../img/navi.gif);
}

#gnavi01, #gnavi04 { width: 238px; }
#gnavi02, #gnavi03 { width: 237px; }

/*----------------------------------------------------
Position of background image
----------------------------------------------------*/
/* Default */
#gnavi01 a { background-position:  0     0; }
#gnavi02 a { background-position: -238px 0; }
#gnavi03 a { background-position: -475px 0; }
#gnavi04 a { background-position: -712px 0; }

/* Position */
#gnavi01 a.stay { background-position:  0     -60px; }
#gnavi02 a.stay { background-position: -238px -60px; }
#gnavi03 a.stay { background-position: -475px -60px; }
#gnavi04 a.stay { background-position: -712px -60px; }

/* Mouse Over */
#gnavi01 a:hover { background-position:  0     -60px; }
#gnavi02 a:hover { background-position: -238px -60px; }
#gnavi03 a:hover { background-position: -475px -60px; }
#gnavi04 a:hover { background-position: -712px -60px; }

/*----------------------------------------------------
Header Utility
----------------------------------------------------*/
* html div#HeaderUtility { width: auto; height: 33px; background: url(../../img/bg_obi.gif) left bottom repeat-x; }/*IE6.0以下に適用*/
div#HeaderUtility { width: auto; background: url(../../img/bg_obi.gif) left bottom repeat-x; }

/*----------------------------------------------------
HeaderUtility 第２階層以下　プリント表示切り替え
----------------------------------------------------*/
ul#BreadColumn { width: 700px; float: left; text-align: left; padding: 8px 0 10px 15px; }
ul#BreadColumn li { display: inline; font-size: 11px; line-height: 1.2; }

ul#SiteMapPrint { width: 210px; height: 26px; float: right; padding-right: 15px; }
ul#SiteMapPrint li { font-size: 11px; }
li#Print { width: 110px; height: 18px; overflow: hidden; }
li#SiteMap { float: left; padding: 8px 0 1px 0; line-height: 1.2; }
li#Monitor { display: none; }
li#PrintButton { display: none; }

li#Print { float: right; width: 110px; height: 18px; margin-top: 5px; }
li#Print a { display: block; width: 110px; height: 18px;
background: url(../../img/btn_print.gif) 0 0 no-repeat; }
li#Print a:hover { background: url(../../img/btn_print.gif) 0 -18px no-repeat; }
li#Print a span { visibility: hidden; }

/*----------------------------------------------------
Contents
----------------------------------------------------*/
div#Wrapper { width: auto; margin-top: 15px; }
div#Wrapper1C { width: auto; margin-top: 15px; text-align: left; }

/*----------------------------------------------------
Contents：3Column
----------------------------------------------------*/
div#WrapperA { width: 220px; float: left; }
div#WrapperB { width: 710px; float: right; }
div#MainContents { width: 470px; float: left; text-align: left; }
div#LeftContents { width: 220px; text-align: left; }
div#RightContents { width: 220px; float: right; text-align: left; }

/*----------------------------------------------------
Contents：2Column
----------------------------------------------------*/
div#Primary { width: 710px; float: right; text-align: left; }
div#Secondary { width: 220px; float: left; text-align: left; }

/*----------------------------------------------------
FooterUtility
----------------------------------------------------*/
ul#FooterUtility { margin-top: 30px; text-align: left; clear:both; }
ul#FooterUtility li { display: inline; font-size: 85%; }
ul#FooterUtility li a { color: #000000; text-decoration: none; }
ul#FooterUtility li a:hover { color: #CC0000; }

/*----------------------------------------------------
Footer
----------------------------------------------------*/
div#Footer { height: 35px; border: solid #CCC 1px; padding: 8px; margin-bottom: 40px; }
div#Footer address { width: 620px; float: left; font-size: 11px; text-align: left; }
p#Copyright { width: 290px; float: right; font-size: 11px; text-align: left; }

/*----------------------------------------------------
Footer-new
----------------------------------------------------*/
div#Footer-n { border: solid #CCC 1px; padding: 8px 40px; margin-bottom: 40px; text-align:left; }
div#Footer-n dl { border-bottom:solid #ccc 1px; padding-bottom:10px;}
div#Footer-n dt,div#Footer-n dd { line-height:1.4;}
div#Footer-n dt,div#Footer-n dd {font-size:11px; /font-size:12px; font-size:12px\9;}
div#Footer-n dd { margin-top:-1.4em; padding-left:21em; /padding-left:22em; padding-left:22em\9;}
p#Copyright-n { font-size: 11px; padding-top:5px; text-align: center; }






