@charset "utf-8";




/* 共通wrapper*/

#wrapper{
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	text-align: left;
	height: auto;
	
	}




/* header帯*/


#header_wrap{
	width: 100%;
	height: 100px;
	margin: 0 auto;
	min-width: 1200px;
	
	}

#header_x{
	height: 151px;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	background-image: url(../img/topheder.png),url(../img/header_list_x.png);
	background-repeat: no-repeat,repeat-x;	
	background-position:  center center,left top;
	z-index: 1;
	position: absolute;
	top: 0;  
    left: 0;  
	}
	
	
	
#header_txt_area{
	height: 72px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	vertical-align: middle;
	}	
	

	
#header_left_txt{
	height: 72px;
	width: 485px;
	float:left;
	display: table-cell;
	position: relative;
	left: 0;
	vertical-align: middle;
	text-align: center;
	line-height: 72px;
	
	}
	
.header_left_txt p {
    display: inline-block;
	
}	

#header_right_txt{
	height: 72px;
	width: 485px;
	float:left;
	display: table-cell;
	position: absolute;
	right : 0px;
	vertical-align: middle;
	text-align: center;
	line-height: 72px;
	
	
	}
	
.header_right_txt p {
    display: inline-block;
}

/* mai_wrap*/

#main_wrap{
	width: 100%;
	margin: 0 auto;
	fontsize: 10px;
	}
	

#mainCotents{
	width: 1200px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}	
	
	
	
/* 共通タイトル　class*/	

.page_title{
	width: 1000px;
	height: auto;
	
	}	
	


	
	
	

/* 共通見出し*/


#contents_heder{
	width: 1200px;
	height: 6840px;
	}	
	
	
	
/* 共通ヘッダー*/
/* indexのみ独自*/

#header{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	position: relative;	
	
	width: 100%;
	height: 10px;
	position: absolute;
	top: 80px;
	left: 10px;
	color: #A18146;
	letter-spacing: 0.00em;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 0.81em;
	*font-size:0.81em;
}  
	
#header_tel{
	width: 200px;
	height: 42px;
	position: absolute;
	top: 35px;
	right: 35px;
	font-size:2.8em;
	*font-size:2.8em;
	color: #EA5DD4;
	text-shadow: 1px 1px 2px #333333;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;	
	}	
	
	
#wrapper header a:hover {
	            /* Safari 1.x */

}	
/* 共通メニューボタン*/

#menu_wrap{
	height: 60px;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;	
	z-index: 10;
	
}



/* 共通フッター*/


#footer_x{
	height: 60px;
	width: 100%;
	min-width: 1200px;
	background-image: url(../img/footer_list_x.png);
	background-repeat: repeat-x;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;	
	}
	
	
#footer_menu{
	height: 60px;
	max-width: 1200px;
	width: 100%;
	line-height: 60px;
	text-align: center;
	list-style-type: none;
	margin: 0 auto;
	color: #FFFFFF;	
	}	
	
#footer_menu_line{
	height: 60px;
	width: 1px;
	background-image: url(../img/footer_menu_line.png);
	background-repeat: no-repeat;
	float: left;
	font-size: 1.2em
	}	
	
	
#footer_menu a{  
  text-align: center;  
  display:block;  
  width: 100%;  
  color: white;  
  text-decoration: none;
}  
  
#footer_menu a:hover{  

  color: white;  
} 	
	
/* 商品一覧のリストの設定 */
#footer_menu ul {
 width: 100%;
 display: table;
 table-layout: fixed;
 border-left: solid 1px #fff;
}
	
#footer_menu li {
 display: table-cell;
 border-right: solid 1px #fff;
}	
	
#footer_menu_allmenu{
	height: 60px;
	float: left;
	min-width: 240px;
	margin-right: 15px;
	text-align: center;
	margin-left: 15px;
	}	
	
	


#footer{
	height: 50px;
	min-width: 1200px;
	margin-top: 20px;
	text-align: center;	
	overflow:hidden;
	line-height:0;
	}

#footer p#copyright{
	color: #000;
	font-size: 13px;
	vertical-align: middle;
	padding: 20px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif!important;
}



/* スクロール用*/

html {
height: 100%;
overflow-y: scroll;
}

html {
margin-bottom:1px;
height:100%;
}



/* ボタン半透明設定*/


#wrapper a:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity: 0.50;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.50;              /* Safari 1.x */

}


a.warapper :hover {
	
		/* ボタンposion設定*/
	background-position: 0 2px;
	/*Transition*/
	-webkit-transition: All 0.1s ease;
	-moz-transition: All 0.1s ease;
	-o-transition: All 0.1s ease;
	-ms-transition: All 0.1s ease;
	transition: All 0.1s ease;
}


/* 文字設定*/

.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


.display_inline {
    display:inline;}
	
	
/* スクロール設定*/
	
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
