@charset "utf-8";

/*============目次===========
ver.1.1 20080218
1: *
2: body
3: #container
4: #header
5: search
6: globalNav
7: contents
8: sub
9: #categoryNav
10: #sub .categoryNav2
11: #categoryNav3
12: main main02
13: #footer
14: .pagetop
15: .blockend
16: hr.separator
17: .clearfix
18: .navihidden
19: a
20: space
21: suggest
============================*/
/*========================
■ 3: #container
========================*/
div#container {
    padding: 0; 
    text-align: left;
    width: 100%;
	min-width: 980px;
    background: url(../img/bg_header_top.gif) no-repeat top center;
    background: url(../img/bg_header_top2.gif) no-repeat top center\9;
	background-size: 100% 50px;
}


/*========================
■4: #header
========================*/
#header {
    background: url(../img/bg_header.gif) repeat-x top;
    width: 980px;
    height: 50px;
    margin: 0 auto;
}

#logo{
    width: 185px;
    height: 50px;
    float: left;
}

#guideNav{ 
    float: right;
    padding-top: 15px;
    font-size: .8em;
}

#guideNav ul{ 
    padding-right: 8px;
}

#guideNav li{
    float: left;
    display: block;
    margin: 0;
}

#guideNav a{
    text-decoration: underline;
    color: #DBE7FB;
    float: left;
    display: block;
    padding-left: 9px;
}

#guideNav .sep{
    background: url(../img/sep01.gif) center left no-repeat;
    margin-left: 7px;
}


/*========================
■5: search
========================*/
#search {
    border: solid #5f76ad 1px;
    width: 228px;
    float: right;
    margin: 10px 9px 0px 8px;
    display: inline;
    padding: 5px 0;
}

#textField, #SS_searchQuery {
    width: 135px;
    vertical-align: middle;
    border: solid 1px #666;
    height: 18px;
    font-size: .8em;
}

#search img {
    vertical-align: middle;
    margin-left: 8px;
}

#submit {
    margin: 0 5px ;
    vertical-align: middle;
}

/*========================
■6: globalNav
========================*/
#globalNav {
    clear: left;
	width:100%;
    background: url(../img/bg_globalNav.gif) repeat-x bottom right #8a95bd;
}	

#globalNav ul{
    width: 980px;
    margin: 0 auto;
    list-style: none;
    font-size: .8em;
}

#globalNav li{
    float: left;
    text-align: center;
    letter-spacing: .1em;
}

#globalNav a,
#globalNav a.end{
    text-decoration: none;
    background: url(../img/bg_globalNav0.gif) no-repeat bottom right;
    color: #fff;
    display: block;
    margin: 0;
    padding: 4px 10px 8px;
}

#globalNav ul li.m01 {
    background: url(../img/bg_globalNav0.gif) no-repeat bottom left;
}

#globalNav a:hover {
    background: url(../img/bg_globalNav3.gif) repeat-x bottom right #8a95bd;
}

#globalNav ul li.m01{
    width: 152px;
}
#globalNav ul li.m02{
    width: 255px;
}
#globalNav ul li.m03{
    width: 140px;
}
#globalNav ul li.m04{
    width: 244px;
}
#globalNav ul li.m05{
    width: 189px;
}


/*========================
■7: contents
========================*/
#contents{
    width: 980px;
    margin: 0 auto;
}

#location ol{
    margin: 0;
    padding: 2px 15px 0;
    font-size: .8em;
    list-style: none;
}

#location ol li{
    display: inline;
    float: left;
}

/*========================
■8: sub
========================*/
#sub {
    display: inline;
    float: left;
    width: 185px;
    margin: 10px 0px 20px 5px;
 
}

/*========================
■9: #categoryNav
========================*/
#categoryNav {
    border: solid 1px #ccc;
    margin: 0 auto 10px;
    width: 185px;
}

#categoryNav h2 {
    font-size: .75em;
    background: url(../img/bg_categoryNav1.gif) bottom;
    margin: 0;
    padding: 5px 5px;
    line-height: 1.2em;
}

#categoryNav ul.section {
    font-size: .75em;
}

#categoryNav ul li {
    background: #fff;
    border-top: solid #ccc 1px;
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

#categoryNav ul li a,
#categoryNav ul li dfn{
    padding: 3px 5px 3px 15px;
    vertical-align: baseline;
    background: url(../img/arrow1.gif) no-repeat 5px 6px;
    zoom: 1;
    display: block;
}

#categoryNav ul li span {
    padding: 3px 5px 3px 15px;
    vertical-align: middle;
    background: url(../img/arrow1.gif) no-repeat 5px 6px #d6d7ec;
    zoom: 1;
    display: block;
}

#categoryNav ul li ul {
    font-size: 1em;
}

#categoryNav ul li ul li,
#categoryNav ul li ul li.Navi_end {
    background: #fff;
    border-style: none;
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

#categoryNav ul li ul li a,
#categoryNav ul li ul li dfn{
    padding: 2px 5px 2px 15px;
    vertical-align: baseline;
    background: url(../img/arrow2.gif) no-repeat 5px 4px;
    zoom: 1;
    display: block;
}

#categoryNav ul li ul li span {
    padding: 2px 5px 2px 15px;
    vertical-align: middle;
    background: url(../img/arrow2.gif) no-repeat 5px 4px #d6d7ec;
    display: block;
}

#categoryNav ul li ul li.Navi_end a,
#categoryNav ul li ul li.Navi_end dfn{
    padding: 2px 5px 4px 15px;
    vertical-align: baseline;
    background: url(../img/arrow3.gif) no-repeat 5px 4px;
    zoom: 1;
    display: block;
}

#categoryNav ul li ul li.Navi_end span {
    padding: 2px 5px 4px 15px;
    vertical-align: middle;
    background: url(../img/arrow3.gif) no-repeat 5px 4px #d6d7ec;
    zoom: 1;
    display: block;
}

#categoryNav ul li ul li ul{
    font-size: 1em;
}

#categoryNav ul li ul li ul li {
    background: #fff;
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

#categoryNav ul li ul li ul li a,
#categoryNav ul li ul li ul li dfn{
    padding: 2px 5px 2px 20px;
    vertical-align: baseline;
    background: url(../img/arrow8.gif) no-repeat 15px 2px;
    zoom: 1;
    display: block;
}

#categoryNav ul li ul li ul li span {
    padding: 2px 5px 2px 20px;
    vertical-align: middle;
    background: url(../img/arrow8.gif) no-repeat 15px 2px #d6d7ec;
    zoom: 1;
    display: block;
}
#categoryNav ul li ul li ul li ul li a,
#categoryNav ul li ul li ul li ul li dfn{
    padding: 2px 5px 2px 30px;
    vertical-align: baseline;
    background: url(../img/arrow9.gif) no-repeat 25px 2px;
    zoom: 1;
    display: block;
}
#categoryNav ul li ul li ul li ul li span {
    padding: 2px 5px 2px 30px;
    vertical-align: middle;
    background: url(../img/arrow9.gif) no-repeat 25px 2px #d6d7ec;
    zoom: 1;
    display: block;
}

/*========================
■10: #sub .categoryNav2　（お問い合わせ以外：グレーカラム）
========================*/
#sub .categoryNav2 {
    background: #eee;
    border: solid 1px #ccc;
    margin: 0 auto 10px;

    width: 185px;
}

#sub .categoryNav2 h2 {
    font-size: .75em;
    background: url(../img/bg_categoryNav2.gif) bottom;
    color: #fff;
    margin: 0;
    padding: 3px 5px;
    line-height: 1.2em;
}

#sub .categoryNav2 ul {
    font-size: .75em;
}

#sub .categoryNav2 ul li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

#sub .categoryNav2 ul li a {
    padding: 3px 5px 3px 15px;
    vertical-align: baseline;
    background: url(../img/arrow1.gif) no-repeat 5px 6px;
    zoom: 1;
    display: block;
}

#sub .categoryNav2 .dashed {
    border-top: dashed #999999 1px;
    margin: 5px;
}

#sub .categoryNav2 ul li ul a {
    padding: 3px 5px 3px 12px;
    margin: 0 0 5px 12px;
    vertical-align: baseline;
    background: url(../img/arrow9.gif) no-repeat 3px 3px;
    line-height: 1em;
    display: block;
}

/*========================
■11: #categoryNav3 （お問い合わせのみ使用：ブルーカラム）
========================*/
#categoryNav3 {
    border: solid 1px #ccc;
    margin: 0 auto 10px;
    width: 185px;
}

#categoryNav3 h2 {
    font-size: .75em;
    background: url(../img/bg_categoryNav3.gif) bottom;
    color: #fff;
    margin: 0;
    padding: 3px 5px;
    line-height: 1.2em;
}

#categoryNav3 ul {
    font-size: .75em;
}

#categoryNav3 ul li {
    background: #eee;
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

#categoryNav3 ul li a {
    padding: 3px 5px 3px 15px;
    vertical-align: baseline;
    background: url(../img/arrow1.gif) no-repeat 5px 6px  ;
    zoom: 1;
    display: block;
}

/*========================
■12: main main02
========================*/
#main {
    clear: both;
    display: inline;
    float: right;
    width: 740px;
    margin: 10px 18px 20px 0;
	letter-spacing: 0px;
}

#main02 {
    clear: both;
/*	
    display: inline;
    float: right;
*/	
    width: 956px;
    margin: 10px 12px 20px 12px;
	letter-spacing: 0px;
}

/*========================
■13: #subfooter
========================*/
#subfooter {
    width: 100%;
    clear: both;
	background: linear-gradient(#e0e0e0 0%, #fff 20%);
	margin-bottom: 0;
}

#footerNav {
	width:960px;
	margin:0 auto;
    list-style: none;
    margin-bottom: 3px;
    padding: 15px 0 10px;
	box-sizing: border-box;
}

#footerNav .NavBox {
    font-size: .75em;
	margin-top: 10px;
	margin-bottom: 5px;
}

#footerNav .NavBox .col1, #footerNav .NavBox .col2, #footerNav .NavBox .col3, #footerNav .NavBox .col4 {
	float: left;
	padding: 0 10px;
	width: 25%;
}

#footerNav h2 {
	font-size: 1.2em;
 }

#footerNav h3 {
	font-size: 1em;
	padding: 2px 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #aaacb4;
 }
 

#footerNav .NavBox ul li {
	list-style: none;
    padding: 0 5px 0 15px;
    vertical-align: baseline;
    background: url(../img/arrow1.gif) no-repeat 5px 3px;
}

#footerNav a {
    text-decoration: none;
}

#footerNav a:hover {
    text-decoration: underline;
}

#footerNav .trademark {
    font-size: .75em;
	margin-top: 15px;
	border-top: 1px solid #aaacb4;
	padding: 15px 30px 5px;
}

/*========================
■13: #footer
========================*/
#footer {
    width: 100%;
    clear: both;
    background: url(../img/bg_footer.gif) repeat-x bottom;
}

#footer ul {
	width:960px;
	margin:0 auto;
    list-style: none;
    color: #8daef8;
    font-size: .8em;
    margin-bottom: 3px;
    padding: 7px 0 0;
	box-sizing: border-box;
}

#footer li {
    float: left;
    display: block;
    background: url(../img/arrow4.png) no-repeat;
    padding: 0 15px 0 9px;
}

#footer a {
    text-decoration: underline;
    color: #DBE7FB;
}

#copyright {
	width:960px;
	margin:0 auto;
    clear: both;
    height: 23px;
    padding: 2px 0 0 0;
	box-sizing: border-box;
	overflow: hidden;
}


/*========================
 ■21: suggest
 ========================*/
div.SS_suggest {
  font-weight: normal;
  z-index: 9;
  display: none;
  position: absolute;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
div.SS_suggest div.SS_suggestItemOff { 
  background-color: #FFF;
  border-top: 1px solid #CCC;	
  padding: 2px 0px 2px 0px;	
  width: 100%;
}
div.SS_suggest div.SS_suggestItemOn {
  background-color: #ECF5FA;
  border-top: 1px solid #CCC;	
  padding: 2px 0px 2px 0px;	
  width: 100%;
}
div.SS_suggest span.SS_suggestKey {
  font-size: .8em;
  padding-left: 4px;
}
div.SS_suggest span.SS_suggestRate {
  width: 100px;
}

/*========================
 ■22: ac_menu
 ========================*/
#ac_menu,
#smart_search {
	display: none;
}

/*========================
 ■23: attention
 ========================*/
.attention {
	font-size:.8em;
	padding:10px 2px 10px 8px;
	border:1px #f9a5a5 solid;"
}

.attention .a_title {
	font-weight: bold;
}

.attention .a_detail {
	margin-left:.5em;
	margin-top:8px;
}

