@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
ol,ul {
    list-style:none;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}

/*--------------------------*/

body {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f5f5f5;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h1 {
	float: left;
}

/*
header
-----------------------*/

#header {
	width: 900px;
	margin: 0 auto;
	height: 88px;
	overflow: hidden;
}
#header a {
	outline: none;
}

#globalNav {
	float: left;
	margin: 0 0 0 37px;
}
#globalNav ul li{
	float: left;
}
#infoNav {
	float: left;
	padding: 15px 0 0 27px !important;
	padding: 7px 0 0 27px;
	line-height: 1;
}
#infoNav img {
	vertical-align: bottom;
}
#headerBottom {
	background: url(../images/h2_bg.jpg) repeat-x left top;
}
#headerBottomInner {
	height: 52px;
	background: url(../images/h2_bg2.jpg) no-repeat center top;
}
#headerBottomInner h2 {
	width: 885px;
	margin: 0 auto;
	padding: 16px 0 0 15px;
}

/*
footer
-----------------------*/
#footer {
	background: url(../images/footer_bg.jpg) repeat-x left top;
	background-color: #f5f5f5;
	padding: 15px 0 15px 0;
	clear: both;
	color: #666666;
}
#footerInner {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#footer a {
	color: #666666;
}
#footer li {
	font-size: 70% !important;
	font-size: 65%;
	line-height: 1.5;
	float: left;
	margin: 0 1em 5px 0;
	font-weight: bold;
}
#footer li.title {
	border-right: 1px solid #999;
	padding-right: 10px;
}
#footer li.sub {
	font-weight: normal;
}
#footer ul {
	clear: both;
}
#footer p {
	position: absolute;
	top: 0;
	right: 0;
}

/*
contents
---------------------*/
#contents {
	width: 900px;
	margin: -4px auto 0 auto;
	background: url(../images/subnav_bg_0.gif) no-repeat left top;
	padding-top: 5px;
}

/* subnav */

#subnav {
	float: left;
	width: 149px;
	background: url(../images/subnav_bg_1.gif) repeat-y left top;
	
	padding-top: 25px;
}
#subnavInner {
	background: url(../images/subnav_bg_2.jpg) no-repeat left bottom;
	min-height: 300px;
}
#subnav ul {
	padding-left: 3px;
	border-top: 1px solid #e5e5e5;
}
#subnav li {
	min-height: 30px;
	border-bottom: 1px solid #e5e5e5;
	background: url(../images/subnav_li_bg.gif) no-repeat left center;
	font-size: 75%;
	line-height: 1.5;
	padding: 0 5px 0 13px;
}
#subnav li.current {
	background: url(../images/subnav_li_bg_current.gif) no-repeat left center;
}
#subnav li a {
	color: #30527a;
	text-decoration: none;
	display: block;
	padding: 6px 0;
}
#subnav li.current a {
	color: #FFF;
}
#subnav li a:hover {
	text-decoration: underline;
}

/* main */

#main {
	width: 725px;
	float: right;
	padding-top: 27px;
	color: #666;
}
#main a {
	color: #666;
}
#main a:hover {
	color: #999;
}
#main h3 {
	margin-bottom: 20px;
}
#main h4 {
	margin-bottom: 10px;
	background: url(../images/h4_bg.gif) no-repeat left center;
	padding: 0 0 0 15px;
	font-size: 90%;
	font-weight: bold;
	color: #172d4d;
}
#main h4.num1 {
	background: url(../images/num_1.gif) no-repeat left center;
	padding: 0 0 0 32px;
	min-height: 28px;
	line-height: 28px;
}
#main h4.num2 {
	background: url(../images/num_2.gif) no-repeat left center;
	padding: 0 0 0 32px;
	min-height: 28px;
	line-height: 28px;
}
#main h4.num3 {
	background: url(../images/num_3.gif) no-repeat left center;
	padding: 0 0 0 32px;
	min-height: 28px;
	line-height: 28px;
}
#main h4.num4 {
	background: url(../images/num_4.gif) no-repeat left center;
	padding: 0 0 0 32px;
	min-height: 28px;
	line-height: 28px;
}
#main h4.num5 {
	background: url(../images/num_5.gif) no-repeat left center;
	padding: 0 0 0 32px;
	min-height: 28px;
	line-height: 28px;
}
#main h5 {
	margin: 0 0 10px 0;
}
#main li {
	font-size: 75%;
	line-height: 1.5;
}
.mainIndent {
	padding: 0 10px;
	
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#main p{
	font-size: 75%;
	line-height: 1.7;
	margin: 0 0 1em 0;
}

#main p.note {
	font-size: 70% !important;
	font-size: 65%;
}

.numContent {
	margin: 0 0 20px 33px;
}
.block {
	margin:0 0 25px 0;
}


#pageTop {
	text-align: right;
	margin: 20px 0 0 0;
	clear: both;
}

/*
top
----------------------*/

#keyImage {
	height: 247px;
	background: url(../images/top/key_bg.jpg) repeat-x left top;
}
#keyImageInner {
	background: url(../images/top/key_bg2.jpg) no-repeat center top;
	height: 247px;
	text-indent: -9999em;
}

#topBottom {
	width: 900px;
	margin: 25px auto 0 auto;
	padding: 0 0 30px 0;
}

#topBottom .company {
	width: 675px;
	background: url(../images/top/vertical_line.gif) repeat-y right top;
	float: left;
}

#topBottom h3 {
	margin-bottom: 10px;
}
#topBottom .company .list {
	margin: 15px 0 0 10px;
}
#topBottom .company .list .item {
	border-right: 1px dotted #b3b3b3;
	padding-right: 18px;
	margin-right: 18px;
	float: left;
}
#topBottom .company .list .item .ph {
	float: right;
	margin: 0 0 0 5px;
}
#topBottom .company .list .item.i0 {
	width: 300px;
}
#topBottom .company .list .item.i1 {
	width: 295px;
	border: none;
	padding: 0;
	margin: 0;
}
#topBottom .company .list .item li {
	font-size: 65%;
	line-height: 1.4;
	margin-bottom: 5px;
	color: #666666;
	background: url(../images/top/icon_list.gif) no-repeat left 0.4em;
	padding: 0 0 0 5px;
}
#topBottom .company .list .item a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}
#topBottom #news {
	float: right;
	width: 201px;
}
#topBottom #news dl {
	font-size: 65%;
	line-height: 1.4;
}
#topBottom #news dt {
	font-weight: bold;
	color: #4c688b;
	margin-bottom: 5px;
}
#topBottom #news dd {
	color: #666666;
	margin-bottom: 10px;
}
#topBottom #news p.yamaba_mall {
  text-align: center;
}
#topBottom #news p.yamaba_mall_comment {
	color: #666666;
	font-size: 65%;
	margin: 5px 0;
}

/*
callcenter
----------------------*/
#main .cols {
	zoom:1;
}
#main .cols:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#main .col4 {
	margin: 0 0 15px -10px;
}
#main .col4 .item {
	width: 146px !important;
	width: 140px;
}
#main .col3 {
	margin: 0 0 15px -10px;
}
#main .col3 .item {
	width: 206px !important;
	width: 200px;
}
#main .cols .item {
	padding: 10px;
	background-color: #FFF;
	float: left;
	border: 1px solid #d9d9d9;
	margin-left: 10px;
}
#main .cols .item p {
	font-size: 70% !important;
	font-size: 65%;
	line-height: 1.5;
}
#main .cols .item ul {
	border-top: 1px dotted #999;
	padding: 10px 0 0 0;
}
#main .cols .item li {
	list-style: disc outside;
	font-size: 70% !important;
	font-size: 65%;
	margin: 0 0 0 15px;
}

/*
callcenter
----------------------*/
dl.privacyList {
	font-size: 75%;
	line-height: 1.5;
}
dl.privacyList dt {
	font-weight: bold;
	margin: 0 0 5px 0;
}
dl.privacyList dd {
	margin: 0 0 15px 0;
}

/*
works
----------------------*/

.worksList {
	margin: 23px 0 0 0;
	padding: 25px 0 0 0;
	border-top: 1px solid #CCC;
}

#main .worksList h5 {
	margin: 0 0 15px 0;
}
.worksList .item {
	border-right: 1px dotted #b3b3b3;
	padding-right: 18px;
	margin-right: 18px;
	float: left;
}
.worksList .item .ph {
	float: right;
	margin: 0 0 0 5px;
}
.worksList .item.i0 {
	width: 332px;
}
.worksList .item.i1 {
	width: 325px;
	border: none;
	padding: 0;
	margin: 0;
}
.worksList .item li {
	font-size: 65%;
	line-height: 1.4;
	margin-bottom: 5px;
	color: #666666;
	background: url(../images/top/icon_list.gif) no-repeat left 0.4em;
	padding: 0 0 0 5px;
}
.worksList .item a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*
modules
----------------------*/
.cf {
	zoom:1;
}
.cf:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.infoTable {
	width: 100%;
}
.infoTable th,
.infoTable td {
	border: 0;
	font-size: 75%;
	line-height: 1.5;
	padding: 5px 0;
	vertical-align: top;
	background: url(../images/dotted.gif) repeat-x left bottom;
}
.infoTable th {
	font-weight: bold;
	text-align: left;
}
ul.num {
	list-style: decimal inside;
}
ul.num li {
	margin: 0 0 0.5em 0;
}
ul.disc {
	list-style: disc inside;	
}

/* 2 column */

.leftCol {
	width: 48%;
	float: left;
}
.rightCol {
	width: 48%;
	float: right;
}

#contents .mb30 {
	margin-bottom: 30px;
}

/*
sitemap
-------------------*/

#contents .sitemap ul {
	margin-bottom: 20px;
}
#contents .sitemap ul a{
	color: #666;
}

#contents .sitemap ul ul {
	margin: 0.5em 0 0 1em;
}
#contents .sitemap ul li{
	font-size: 75%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#contents .sitemap ul li li {
	font-size: 100%;
	font-weight: normal;
}
