@charset "utf-8";


/*-- 基本設定 --*/
body {
	/* font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	font-family: "ヒラギノ角ゴ pro W3","MS Pゴシック",verdana, arial, sans-serif;
	font-size: 75%;
	line-height: 2;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

/*-- リンクカラー --*/
a {
	color: #000000; 
}

a:hover {
	color: #ff0000;
}


/*-- 画面全体 --*/
#backgnd {
        background: #c0c0c0;
}

#container{
	background: #c0c0c0 url(../images/container_bg.gif) center repeat-y ;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
	width: 840px;

}

/*-- ヘッダー --*/
#header {
	background: #c0c0c0 url(../images/storeheader.jpg) center no-repeat ; 
	position: relative;    
	/* left: center; */ 	
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 840px;
	height: 135px;
}

#store a {
	position: absolute;
	top:40px;
	left:20px;
	width: 450px;
	height:60px;
	display: block;
	margin: auto;
	ovreflow:hidden;
	}

#store h1 {
	color: #1a1a64;
	position: absolute; 
	font-size: 19pt;
	font-weight: bold;
	left: 30px;
	top: 4px;
}

#store h2 {
	position: absolute; 
	font-size: 11pt;
	font-weight: bold;
	left: 20px;
	top: 100px;
	color: #1a1a64;
}


#corp a {
	position: absolute;
	top:25px;
	left:653px;
	width: 180px;
	height:40px;
	display: block;
	margin: auto;
	ovreflow:hidden;
	}

#corp p {
	position: absolute;
	right: 6px;
	top: 6px;
	font-size: 8pt;
	color: #1a1a64;
}

/*-- サブメニュー --*/
#submenu {
	float: left;  
	width: 200px;
	margin-top: 20px;
        /* margin-left: -100%; */ 
	margin-bottom: 50px;
	padding-left: 10px; 
	color: #ffffff;
}

#submenu h3 {
	background: #0076bc url(../images/submenu.gif)  no-repeat;
	font-size: 100%;
	border: 1px solid #353535;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 188px; 
	
}

#fab2 {
    padding: 5px;
	background: #c0c0c0; 
}

#info {
	margin-top: 10px;
}

#info2 {
	top: 320px;
    padding: 5px;
	background: #c0c0c0; 
}	 


#call {
	margin-top: 10px;
	padding: 5px;
	height: 130px; 
	border: solid 1px #000000;
	color:#000000;
}
#call2 {
	margin-top: 10px;
	padding-left: 20px;
	color:#000000;
	line-height: 1.2em;
}

#post,#tel {
	margin-top: 3px;
}

.submenus a {
	background: #ffffff url(../images/circle2.gif) 10px center no-repeat ;
	padding: 2px 0 2px 30px;
	text-decoration: none;
	display: block;
	border-right: 1px solid #353535;
	border-bottom: 1px solid #353535;
	border-left: 1px solid #353535;
	padding-right: 10px;
	width: 148px;
}

.submenus a:hover {
	background: #deebfd url(../images/circle2.gif) 10px center no-repeat;
}

/*--バナー --*/
#webself {
	margin: 10px 5px;
}

/*-- フッター --*/
#footer {
	background: url(../images/footer.gif) left 15px no-repeat;
	color: #ffffff; 
	clear: both;
	height: 80px;
	padding-top: 20px;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}	


