@charset "utf-8";

@import "reset.css";

/* util */
.clearfix:after { content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both; }
.clearfix { zoom: 100%; }

/* global */
body {
background-color: #e7e7e7;
text-align: center;
}
a {
color: #000;
}
a:hover {
color: #f00;
}

/* wrapper */
#wrapper {
position: relative;
width: 790px;
margin: 0 auto;
border-left: 1px solid #dadada;
border-right: 1px solid #dadada;
background-color: #fff;
text-align: left;
}

/* header */
#header {
border-top: 3px solid #000;
}
#header h1 {
float: left;
margin: 8px 0 8px 14px;
}
#header ul {
float: right;
margin-top: 30px;
}
#header li {
display: inline;
float: left;
margin-right: 1em;
}
#header ul li a {
display: block;
padding: 4px 5px 4px 20px;
background: #c4d2da url(../img/header_list_arrow.png) 5px center no-repeat;
text-decoration: none;
}
#header ul li a:hover {
background-color: #a2b0b8;
color: #000;
}

/* global navigation */
#navi {
clear: both;
}
#navi ul li {
float: left;
text-indent: -9999px;
}
#navi ul li a {
display: block;
height: 45px;
}
#navi ul li.home a {
width: 121px;
background: #fff url(../img/navi_home.png) left top no-repeat;
}
#navi ul li.about a {
width: 210px;
background: #fff url(../img/navi_about.png) left top no-repeat;
}
#navi ul li.service a {
width: 154px;
background: #fff url(../img/navi_service.png) left top no-repeat;
}
#navi ul li.cases a {
width: 140px;
background: #fff url(../img/navi_cases.png) left top no-repeat;
}
#navi ul li.faq a {
width: 165px;
background: #fff url(../img/navi_faq.png) left top no-repeat;
}
#navi ul li a:hover {
background-position: 0 -45px;
}

/* main */
#main {
clear: both;
_margin-right:-3px;	/* for ie6 */
font-size: 1.2em;
}

/* breadcrumbs */
#breadcrumbs {
position: absolute;
margin: 0 10px;
*margin: 0;	/* ie6,7 only */
}
#breadcrumbs ul li {
display: inline;
*padding: 0 10px;	/* ie6,7 only */
*background: #fff url(../img/main_icon_grater.png) right center no-repeat;	/* ie6,7 only */
}
#breadcrumbs ul li.last {
*background: none;	/* ie6,7 only */
color: #999;
}
#breadcrumbs ul li:after {
content: " >";
}
#breadcrumbs ul li.last:after {
content: "";
}

/* footer */
#footer {
clear: both;
padding-top: 15px;
border-top: 1px solid #000;
}
#footer .misc {
margin: 0 10px 40px;
}
#footer .misc ul {
margin-left: 10px;
padding-bottom: 10px;
}

#footer .misc li {
float: left;
margin-right: 5px;
margin-bottom: 0.25em;
border-left: 1px solid #000;
padding-left: 5px;
line-height: 130%;
white-space: nowrap;
font-family:"ＭＳ Ｐゴシック", sans-serif !important;
font-size:10px;
}

#footer .misc li.category {
clear:both;
margin-right: 0;
border-left: none;
padding-left: 0;
}
#footer .misc li.first {
border-left: none;
}
#footer .misc li a {
line-height: 100%;
}
#footer .about {
margin-bottom: 10px;
}
#footer .about ul {
clear: left;
margin-left: 10px;
}
#footer .about li {
float: left;
margin-right: 5px;
border-left: 1px solid #000;
padding-left: 5px;
}
#footer .about li.first {
border-left: none;
}
#footer .about li a {
display: block;
line-height: 100%;
}
#footer .copyright {
clear: left;
position: relative;
height: 15px;
background-color: #000;
color: #fff;
}
#footer .copyright p {
margin-left: 10px;
}
#footer .copyright img {
position: absolute;
right: 0;
bottom: 0;
}
