@charset "utf-8";
/* CSS Document */

/*-----------------------------------
	common
-------------------------------------*/

body{
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	line-height:1.8;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS P ゴシック", "MS P Gothic", sans-serif;
	background:#FFFFFF;
}

.font11{
	font-size:11px;
}
body{
	color:#626262;
	outline:none;
}
a{
	color:#A9814D;
}
a:hover{
	color:#A84200;
	text-decoration:none;
}

html, body{ 
	scrollbar-base-color: #ffcccc;
}

h1,h2,h3,h4{
	margin:0;
	padding:0;
}

img{
	border:none;
	vertical-align: bottom;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}
dl,dt,dd{
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

.clear{
	clear:both;
}

a:hover img.linkimg{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	/*background:none!important;*/
	}

.imgRight{
	float:right;
}

.imgLeft{
	float:left;
}

.fontB{
	font-weight:bold;
}

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

			ヘッダー
			
------------------------------------------*/
header{
	width:100%;
	min-width:1000px;
	background:url(../images/headrBg.jpg) repeat-x top;
}

div#contents{
	width:1000px;
	margin:0 auto 20px;
	padding:0 20px;
	text-align:left;
	overflow:hidden;
	color:#ffffff;
	position:relative;
	top:-50px;

}


div#headerInner{
	width:1000px;
	height:220px;
	margin:0 auto;
	position:relative;
}

header h2#logo{
	width:316px;
	height:62px;
	position:absolute;
	top:10px;
	left:20px;
	z-index:20;
}

header div#fb{
	position:absolute;
	top:7px;
	right:0;
	width:162px;
	height:35px;
	overflow:hidden;
}

header div#headerInner h1{
	color:#d8b88e;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding:5px 0 0 200px;
}

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

			フッター
			
------------------------------------------*/

footer{
	clear:both;
	background:#202020;
	width:100%;
	min-width:1000px;
	overflow:hidden;
	position:relative;
	background:url(../images/fotterBg.jpg) repeat-x;
}

div#footerInner{
	width:980px;
	margin:0 auto;
}

footer p#footer_adress{
	float:right;
	width:150px;
	text-align:left;
	line-height:20px;
}

small{
	display:block;
	margin:0 auto;
	clear:both;
	width:300px;

}

footer a{
	color:#626262;
	text-decoration:none;
}
footer aside{
	display:block;
	float:left;
	width:700px;
	margin:30px 0 0;
}
footer aside ul{
	text-align:left;
	width:600px;
	height:50px;
	margin-left:10px;
}

footer aside ul li{
	list-style-type:disc;
	float:left;
	margin:0px 10px 5px 15px;
	position: relative;
}
	
p.arrow_box {
	display: none;
	text-align:center;
	width:140%;
	position: absolute;
	padding: 3px 10px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#333; color: #fff;
	fotn-size:9px;
	top:-45px;
	left:-30px;
}
	
.arrow_box:after {
	position: absolute;
	top:100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: solid transparent;
	border-color: rgba(51, 51, 51, 0);
	border-top-color:#333;
	border-width:7px;
	pointer-events: none;
	content: " ";
}


#footer_logo{
	margin-top:10px;
}

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

			ナビ
			
------------------------------------------*/

nav{
	width:100%;
	min-width:1000px;
	height:50px;
	background: url(../images/menuBg.jpg) repeat-x;
	position:absolute;
	top:100px;
	z-index:10;
	left: 0px;
}

nav ul{
	width:1000px;
	margin:0 auto;
}
nav ul li{
	float:left;
}

nav ul li#menu1{
	margin:8px 79px 0 28px;
}
nav ul li#menu2{
	margin:8px 180px 0 0;
}
nav ul li#menu3{
	margin:8px 130px 0 0;
}

nav ul li#menu4{
	margin:8px 50px 0 0;
}

div#mainImg{
	width:100%;
	min-width:1000px;
	z-index:9;
	position:relative;
	top:-100px;
}

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

			アクセス
			
------------------------------------------*/
article#access{
	width:800px;
	margin:0 auto;
	display:block;
}
article#access h3:first-child{
	margin:0;
}


article#access h3{
	margin-top:50px;
}
div.prof{
	overflow:hidden;
}
div.adress{
	float:left;
	width:400px;
	color:#d8b88e;
	line-height:1.2;
}
div.prof p{
	color:#d8b88e;
	font-size:12px;
}

div.prof ul li{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
div.adress dl{
	width:400px;
	margin-top:20px;
}
div.adress dt{
	float:left;
	width:90px;
	padding:5px;
	display:block;
}

div.adress dd{
	margin-left:100px;
	padding:5px;
}

dd:after{
clear:both; 
}

div.map{
	float:right;
	width:380px;
	margin-bottom:40px;
	text-align:right;
}
div#notice{
	border:solid 1px #7d0000;
	color:#a40000;
	line-height:25px;
	padding:10px;
}

div#branch{
	margin:50px 0 20px;
	padding-top:30px;
	border-top: dashed 1px #d8b88e;
}
div#branch ul{
	margin-left:20px;
	list-style:disc;
	color:#d8b88e;
}

dvi#area{
	clear:both;
}

table#company{
	clear:both;
	width:800px;
	margin:20px 0;
	border:#FFFFFF solid 1px;
}
table#company td,table#company tr{
	border:solid 1px #666666;
}
table#company td{
	padding:5px;
}

article#brands{
	width:800px;
	margin:0 auto;
	font-size:13px;
	line-height:30px;
}

article#brands h3{
	clear:both;
	margin-top:50px;
}

article#brands img{
	margin:10px;
}

article#brands ul{
	clear:both;
	display:block;
}

article#brands ul li{
	list-style-type: disc;
	margin-left:40px;
	color:#A9814D;
}

article#concept{
	float:left;
	width:700px;
	margin:0 0 0 80px;
	font-size:13px;
	line-height:30px;
}

div#pageTitle{
	width:100%;
	min-width:1000px;
	height:129px;
	background:url(../images/title_bg2.jpg) repeat-x;
	position:relative;
	top:-68px;
}

div#sideImg{
	float:right;
	width:150px;
}

div#sideImg ul li{
	margin-bottom:10px;
}

div#brands{
	width:884px;
	margin:20px auto;
	background: url(../images/topBrandBg.jpg) repeat-x;
	overflow:hidden;
}

div#brands ul{
	margin:0 auto;
}

div#brands ul li{
	display:block;
	float:left;
	width:400px;
	padding:20px;
/*	border: dashed 1px #999999;*/
}

div#brands ul li span{
	text-align:right;
}
.borderimg{
	padding:5px;
	background:#e5e5e5;
	box-shadow:0 1px 3px #aaa;
	-webkit-box-shadow:0 1px 3px #aaa;
	-moz-box-shadow:0 1px 3px #aaa;
}

aside#siteLink{
	position:fixed;
	right:0;
	top:150px;
	z-index:100;
}

aside#siteLink ul li{
	margin:5px 0;
	padding-bottom:10px;
	background:url(../images/sb_line.jpg) bottom no-repeat;
}


aside#siteLink ul li:last-child{
	background:none;
}