@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
============================*/
/*========================
■ 1: *　
========================*/
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 100%;
    font-style: normal;
}


/*========================
■ 2: body　
========================*/
body {
    color: #333;
    line-height: 1.2em;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: Arial, Roboto, sans-serif;
}

/*========================
■ 3: #container
========================*/
div#container {
    padding: 0; 
    text-align: left;
    width: 100%;
	min-width: 980px;
    background: url(/common/img/bg_header_top.gif) no-repeat top center;
    background: url(/common/img/bg_header_top2.gif) no-repeat top center\9;
	background-size: 100% 50px;
}


/*========================
■4: #header
========================*/
#header {
    background: url(/common/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(/common/img/bg_globalNav0.gif) no-repeat bottom right;
    color: #fff;
    display: block;
    margin: 0;
    padding: 4px 10px 8px;
}

#globalNav ul li.m01 {
    background: url(/common/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: 230px;
}
#globalNav ul li.m02{
    width: 250px;
}
#globalNav ul li.m03{
    width: 250px;
}
#globalNav ul li.m04{
    width: 250px;
}

/*========================
■7: contents
========================*/
#contents{
    width: 980px;
    margin: 0 auto;
    background: url(../img/bg_bottom.gif) bottom repeat-x;
}

#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 11px;
 
}

/*========================
■9: #categoryNav
========================*/
#categoryNav {
    border: solid 1px #ccc;
    margin: 0 auto 10px;
    width: 185px;
}

#categoryNav h2 {
    font-size: .8em;
    background: url(../img/bg_categoryNav1.gif) bottom;
    margin: 0;
    padding: 3px 5px;
    line-height: 1.2em;
}

#categoryNav ul.section {
    font-size: .8em;
}

#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: 1px 5px 1px 15px;
    vertical-align: baseline;
    background: url(../img/arrow2.gif) no-repeat 5px 4px;
    zoom: 1;
    display: block;
}

#categoryNav ul li ul li span {
    padding: 1px 5px 1px 15px;
    vertical-align: middle;
    background: url(../img/arrow2.gif) no-repeat 5px 4px #d6d7ec;
    display: block;
}

#categoryNav ul li ul li.Navi_end a{
    padding: 1px 5px 3px 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: 1px 5px 3px 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: 0 5px 0 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: 0 5px 0 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: 0 5px 0 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: 0 5px 0 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: .8em;
    background: url(../img/bg_categoryNav2.gif) bottom;
    color: #fff;
    margin: 0;
    padding: 3px 5px;
    line-height: 1.2em;
}

#sub .categoryNav2 ul {
    font-size: .8em;
}

#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: .8em;
    background: url(../img/bg_categoryNav3.gif) bottom;
    color: #fff;
    margin: 0;
    padding: 3px 5px;
    line-height: 1.2em;
}

#categoryNav3 ul {
    font-size: .8em;
}

#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;
    _margin: 10px 10px 20px 0;
	letter-spacing: 0px;
}

#main02 {
    clear: both;
    display: inline;
    float: right;
    width: 956px;
    margin: 10px 18px 20px 0;
    _margin: 10px 10px 20px 0;
	letter-spacing: 0px;
}

/*========================
■13: #footer
========================*/
#footer {
    width: 100%;
    clear: both;
    background: url(/common/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(/common/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;
}



/*========================
■14: .pagetop
========================*/
.pagetop {
    width: 100%;
    height: 30px;
    border-top: 1px dotted #b6b6b6;
    text-align: right;
    padding-top: 3px;
    _padding-top: 7px;
    position: relative;
    clear: both;
    margin: 15px auto 0;
}

.pagetop img {
    vertical-align: middle;
    margin-right: 3px;
}

.pagetop a:hover {
    color: #06c;
    text-decoration: underline;
}

.pagetop a,.pagetop a:visited {
    color: #039;
    text-decoration: underline;
}

/*========================
■15: .blockend
========================*/
.blockend {
    clear: both;
}

/*========================
■16: hr.separator
========================*/
hr.separator{
    display: none;
}

/*========================
■17: .clearfix
========================*/
.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 */

/*========================
■18: .navihidden
========================*/
.navihidden {
    border-style: none;
    height: 1px;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
    z-index: 100;
}

/*========================
■19: a
========================*/
a{
    text-decoration: underline;
    color: #003399;
}

a:hover {
    color: #0066cc;
}



#contents a:hover img {
	opacity:0.8;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}

#contents input[type="image"]:hover {
	opacity:0.8;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}

/*========================
■20: space
========================*/
.sp10 {height: 10px;}
.sp20 {height: 20px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt12 {margin-top: 12px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}

img {
    border: none;
}

#contents .alignLeft {text-align: left;}
#contents .alignRight {text-align: right;}
#contents .alignCenter {text-align: center;}


/*========================
 ■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;
}
