﻿@charset "utf-8";

/*--------------------------------------------------
  == Nifty Biz Common Style ==
  --------------------------------------------------
  File       : common.css
  Date       : 2008.06.11
  Last Update: 2008.07.23
  
  更新履歴:
  -- 2008.07.03　.section を更新
  -- 2008.07.04　#side-bar を更新 #side-bar-top 追加
  -- 2008.07.08　.section-c2 追加
  -- 2008.07.14　#content の margin-top を padding-top に変更
  -- 2008.07.17　#banner コメントアウト
                 Flash部分対応　#main-visual 修正, .swf-disable-message 追加
  -- 2008.07.23　文字サイズ変更不具合対応
  　　　　　　　 ・h1 修正　ここにfloatは使うべからず
                 フッター調整
				 ・.flinkL、.flinkR 追加 調整
  -- 2008.08.05　検索窓一時非表示　#header form 更新
  -- 2008.10.16　検索窓非表示　#header form 更新
  -- 2009.02.09  ホスティング仕様機能メニュー #nav-local-func追加
  -- 2009.02.13　aspとアウトの横移動用　#nav-local .side追加
  -- 2009.03.24  #site-catchcopy a SEO対策のため追加
  -- 2009.06.10  #base line-height 1.3em→1.4em
--------------------------------------------------*/

body{
color:#333;
background:#fafafa url(../images/common/body_bg.gif) repeat 0 0;
font-size:100.01%;
font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
text-align:center;
}

#base{
margin:0 auto;
padding-bottom:44px;
border-bottom:1px solid #bababa;
width:770px;
background:#fff url(../images/common/base_bg.gif) repeat 0 0;
line-height:1.4em;
font-size:75%;
text-align:left;
}


/* Paragraph, Sentence, Character
-------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6{
font-weight:bold;
font-size:100%;
}

h1{
font-weight:normal;
}


/* Anchor
-------------------------------------*/

a{
text-decoration:underline;
}

/*___ default set ___*/

a:link{
color:#2373d6;
}

a:visited{
color:#5b6c80;
}

a:hover,
a:focus,
a:active{
color:#ff2900;
}

/*___ button & navigation set ___*/

#privacy-policy a{
text-decoration:none;
}

#policy-website{
margin-top:2px;
}

#policy-website a{
text-decoration:none;
}

#topic-path a:link,
#topic-path a:visited,
#footer a:link,
#footer a:visited,
.link-pagetop-01 a:link,
.link-pagetop-01 a:visited,
.nav-section-01 a:link,
.nav-section-01 a:visited,
.list-sitemap a:link,
.list-sitemap a:visited{
color:#2373d6;
}

#topic-path a:hover,
#topic-path a:focus,
#topic-path a:active,
#footer a:hover,
#footer a:focus,
#footer a:active,
.link-pagetop-01 a:hover,
.link-pagetop-01 a:focus,
.link-pagetop-01 a:active,
.nav-section-01 a:hover,
.nav-section-01 a:focus,
.nav-section-01 a:active,
.list-sitemap a:hover,
.list-sitemap a:focus,
.list-sitemap a:active{
color:#ff2900;
}


/* Header
-------------------------------------*/

#header{
padding-bottom:33px;
position:relative;
width:770px;
background:url(../images/common/header_bg.gif) no-repeat 0 100%;
}

#header form,
#fontsize-switch{
position:absolute;
}

#site-logo{
padding:21px 0 0 21px;
float:left;
}

#site-logo p{
display:inline;
}

h1{
padding:46px 0 0.5em 0;
margin-left:320px;
width:441px;
line-height:1.2em;
font-size:85%;
text-align:right;
}
/*
h1{
margin:46px 9px 0.5em 0;
width:450px;
float:right;
line-height:1.2em;
font-size:85%;
text-align:right;
}
*/

/* 検索窓用ここから */
/* 検索窓を利用しない時は下と差し替え
#header form{
display:none;
}*/
/* 検索窓利用時は上のdisplay:none;と差し替え*/
#header form{
padding:8px 0 0 120px;
top:7px;
right:9px;
width:208px;
min-height:37px;
height:auto !important;
height:37px;
background:url(../images/common/sitesearch_bg.gif) no-repeat 0 0;
}

#header input{
margin-right:7px;
float:left;
}

#header form .text{
padding:0;
width:147px;
height:17px;
}
/* 検索窓用ここまで */

#fontsize-switch{
right:9px;
bottom:2px;
}

#fontsize-switch dt,
#fontsize-switch dd{
float:left;
}

#fontsize-switch ul{
width:87px;
height:33px;
background:url(../images/common/fontsize_bg.gif) no-repeat 0 0;
}

#fontsize-switch li{
margin:5px 5px 0 0;
float:left;
}


/* Topic Path
-------------------------------------*/

#topic-path{
margin:0 1px;
padding:5px 8px;
background:url(../images/common/topicpath_bg.gif) repeat-x 0 0;
font-size:85%;
}


/* Global Navigation
-------------------------------------*/

#nav-global li{
float:left;
}


/*new Local Navigation
-------------------------------------*/

#N_nav-local{
margin-left:8px;
padding-left:5px;
width:747px;
height:44px;
background:url(../images/common/N_ln_bg.gif) no-repeat 0 0;
}

#N_nav-local li{
float:left;
}

#N_nav-local .side{
padding:4px 6px 0 0;
float:right;
width:161px;
text-align:right;
}

#N_nav-local-func{
width:521px;
margin:0;
padding:15px 10px;
border-top:1px #999 dotted;
border-bottom:1px #999 dotted;
}

#N_nav-local-func li{
padding:3px 12px 0px 10px;
background:url(../images/common/blt_arrow_04.gif) no-repeat 0 center;
white-space:nowrap;
float:left;
}


/* Local Navigation
-------------------------------------*/

#nav-local{
width:752px;
height:29px;
background:url(../images/common/ln_bg.gif) no-repeat 0 0;
}

#nav-local li{
padding:4px 0 0 6px;
float:left;
}

#nav-local .side{
padding:4px 6px 0 0;
float:right;
width:161px;
text-align:right;
}

#nav-local-func{
width:521px;
margin:0;
padding:15px 10px;
border-top:1px #999 dotted;
border-bottom:1px #999 dotted;
}

#nav-local-func li{
padding:3px 12px 0px 10px;
background:url(../images/common/blt_arrow_04.gif) no-repeat 0 center;
white-space:nowrap;
float:left;
}

/* Content
-------------------------------------*/

#content,
#nav-global,
#nav-local{
margin:0 9px;
}

#content{
padding-top:17px;
}

#main-visual{
width:770px;
}

.swf-disable-message{
margin:15px 9px 0 9px;
padding:8px 10px;
border:1px solid #f32f00;
background-color:#fffcf9;
color:#f32f00;
}


/* Main
-------------------------------------*/

#main{
float:left;
width:560px;
}

body.wide #main{
float:none;
width:752px;
}

.section{
margin:0 10px 30px 10px;
}

.section.after{
padding-bottom:15px;
background:url(../images/common/line_01.gif) repeat-x 0 100%;
}

/*___ 2colum w付はwide.dwt用 ___*/
.section-c2,
.section-c2-w {
margin-bottom:30px;
}

.section-c2 .col1,
.section-c2 .col2{
width:260px;
float:left;
}

.section-c2-w .col1,
.section-c2-w .col2{
width:355px;
float:left;
}

.section-c2 .col1,
.section-c2-w .col1{
padding-right:10px;
}

.section-c2 .col2,
.section-c2-w .col2{
padding-left:10px;
}

.section-c2 h4,
.section-c2-w h4{
margin-top:0;
}

/* Side Bar
-------------------------------------*/

#side-bar,
#side-bar-top{
width:182px;
margin-top:0;
float:right;
}

#side-bar{
margin-top:48px;
}

#nav-side{
margin-bottom:15px;
padding-bottom:1px;
background:url(../images/common/sn_line.gif) no-repeat 0 100%;
}

/*
#banner{
margin-left:11px;
width:160px;
background:url(../images/common/banner_bg.gif) repeat 0 0;
}
*/

#banner li{
margin-top:5px;
}

#banner li.first{
margin-top:0;
}


/* Footer
-------------------------------------*/

#footer{
margin:0 9px;
}

#site-catchcopy{
font-size:85%;
}

/*seo対策*/
#site-catchcopy a{
text-decoration:none;
color:#333;
}

#site-catchcopy a:link{
color:#333;
}

#site-catchcopy a:visited{
color:#333;
}

#site-catchcopy a:hover,
#site-catchcopy a:focus,
#site-catchcopy a:active{
color:#333;
}
/*seo対策*/

#nav-footer{
margin:7px 0 10px 0;
padding:5px 8px 2px 8px;
border-top:1px solid #0b63ac;
border-bottom:1px solid #0b63ac;
font-size:85%;
}

#nav-footer li{
padding:0 0 3px 13px;
float:left;
background:url(../images/common/blt_arrow_01.gif) no-repeat 0 0.3em;
line-height:1.3em;
}

#nav-footer li a{
white-space:nowrap;
}

#nav-footer .l2{
width:16.5em;
}

#nav-footer .l1,
#nav-footer .l3,
#nav-footer .l4{
width:11em;
}

.flinkR{
width:330px;
text-align:right;
float:right;
}

.flinkL{
width:420px;
float:left;
}

#link-setsuzoku{
font-size:85%;
margin-bottom:5px;
}

#copyright{
margin-top:2px;
}


/* footer02(SEO対策)
-------------------------------------*/
#footer02{
margin:0 1px 5px 1px;
padding:15px 9px;
_padding:15px 9px 0px 9px;
background:#f7f7f7;
border-top:#eaeaea 1px solid;
border-bottom:#eaeaea 1px solid;
}

#footer02 a:visited{
color:#1a4474;
}

#footer02 h2{
margin-bottom:8px;
_margin-bottom:4px;
padding:5px 5px 5px 18px;
background:url(../images/common/footer02_h2.gif) no-repeat left top;
font-weight:bold;
color:#666666;
}

#footer02 #alpha{
float:left;
width:290px;
min-height:150px;
}

#footer02 #alpha ul{
margin:0 5px;
}

#footer02 #alpha ul li{
margin-left:17px;
list-style-image:url(../images/common/footer02_ico01.gif);
margin-bottom:5px;
}

#footer02 #beta{
float:left;
margin-left:10px;
padding-left:10px;
border-left:#eaeaea 1px solid;
width:439px;
min-height:150px;
}


#footer02 #beta p,
#footer02 #beta ul{
margin:0 10px;
}

#footer02 #beta li{
padding:0 6px 5px 10px;
background:url(../images/common/footer02_ico03.gif) no-repeat left top;
white-space:nowrap;
float:left;
}

#footer02 #beta .pr{
padding-right:0px !important;
}

#footer02 #beta dl{
margin:0 0px 5px 10px;
padding-left:10px;
background:url(../images/common/footer02_ico03.gif) no-repeat left top;
}

#footer02 #beta dt{
margin-right:10px;
white-space:nowrap;
/*float:left;*/
}

#footer02 #beta dd{
/*float:left;*/
color:#666666;
}

/*
#footer02 #beta dl{
margin:0 10px 5px 10px;
}

#footer02 #beta dt{
padding:0 10px;
background:url(../images/common/footer02_ico02.gif) no-repeat left;
white-space:nowrap;
float:left;
}

#footer02 #beta dd{
float:left;
color:#666666;
}*/

/* Clear Fix
-------------------------------------*/

.section,
.clear,
#footer{
zoom:1;
}

.section:after,
.clear:after,
#footer:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:".";
font-size:0;
}
