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

article, aside, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

*{
	margin:0;
	padding:0;
	list-style-type:none;
	outline: none;
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
.clearfix {
	overflow: hidden;
}
*html .clearfix {
	zoom: 1;/*IE6用*/
}
table {
	border-collapse: separate;
	border-spacing:0;
}
a {
	color: #bfa161; 
	text-decoration: none;
}
a:hover {
	color: #bfa161; 
	text-decoration: underline;
}
.b {
	font-weight: bold;
}
.c {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.u {
	text-decoration: underline;
}
.r {
 color: #cb161f;
}
.gold {
	color: #bfa161;
}
p {
	padding-bottom: 8px;
}
	
body {
	margin: 0; 
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", メイリオ, Osaka, "ヒラギノ角ゴ Pro W3";
	color: #f8f5dd;
	font-size: 95%;
	line-height: 1.7;
	background: url(../images/bg2.png) repeat-x #000000;
	text-align: center;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	width: 962px;
	margin: 0 auto;
	height: 85px;
}
#header_text {
	width: 950px;
	height: 18px;
	padding: 2px 12px 0 0;
	text-align: right;
	color: #edead4;	
	font-size: 11px;
	font-weight: normal;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#header_text a {
	text-decoration: none;
	color: #edead4;	
}
#header_logo {
	float: left;
	line-height: 1;
}
#header_center {
	float: left;
	line-height: 1;
}
#header_tel {
	float: right;
	line-height: 1;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gnavi {
	clear: both;
	margin: 1px auto 0;
	width: 962px;
	height: 49px;
}
#gnavi ul li{
	float: left;
	list-style: none;
}

/*------------------------------------------------------------
	コンテンツ部分
------------------------------------------------------------*/
#container {
	clear: both;
	width: 962px;
	margin :0 auto;
	position: relative;
	z-index: 0;
}

.main {
	padding: 0;
	border: 1px solid #bfa161;
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/

#contents_left {
	clear: both;
	float: left;
	margin-top: 31px;
	width: 762px;
	display: inline;
}
#contents_left img {
	margin: 0 16px 18px 0;
	/*border: 1px solid #e8e8e8;*/
}
#contents_left li {
	float: left;
	list-style: none;
}

#contents_right {
	float: right;
	width: 200px;
	margin-top: 15px;
}


/*------------------------------------------------------------
	TOP
------------------------------------------------------------*/
#news {
	width: 962px;
	height: 205px;
	margin: 30px 0 20px;
	background:url(../images/top/news_bg.png) no-repeat;
	border-bottom: 1px solid #bfa161;
	text-align: left;
}
.news_box {
	overflow: auto;
	float:left;
	width: 685px;
	height: 145px;
	padding: 0 5px 10px 40px;
	scrollbar-arrow-color: #bfa161;
	scrollbar-face-color: #000;
	scrollbar-3dlight-color: #333;
	scrollbar-darkshadow-color: #222;
	scrollbar-highlight-color: #222;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #222;
}
.news_box li {
	padding: 6px 0;
	border-bottom: 1px dotted #b08b54;
	font-size: 14px;
}
.news_box li a{
	color: #bfa161;
}

.news_text {
	padding: 4px 0;
	border-bottom: 1px dotted #b08b54;
	font-size: 14px;
}
.news_text a{
	color: #bfa161;
}
#blog	{
	float:right;
	width: 200px;
}
#blog	img {
	padding: 7px 10px 13px 0;
}

#delivery {
	padding: 20px 0;
}

#shoeshine-tokyo {	
	width: 842px;
	margin : -17px 0 40px;
	padding: 30px 50px 20px 70px;
	text-align: left;
	font-size: 90%;
	line-height: 1.7;
	background: url(../images/top/shoeshine-tokyo_bg.png) no-repeat;
	border-bottom: 1px solid #bfa161;
}
#shoeshine-tokyo p {
	padding-bottom: 12px;
}

/*#pane3 {
	overflow: auto;
	height: 200px;

	scrollbar-arrow-color: #bfa161;
	scrollbar-face-color: #000;
	scrollbar-3dlight-color: #333;
	scrollbar-darkshadow-color: #222;
	scrollbar-highlight-color: #222;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #222;	
}*/

/*------------------------------------------------------------
	shoeshine2
------------------------------------------------------------*/
#premium_care {
	width: 962px;
	margin: 30px 0 20px;
	background:url(../images/shoeshine/premium_care_bg.png) no-repeat;
	border-bottom: 1px solid #bfa161;
	text-align: left;
}
.premium_care_box {
	width: 820px;
	padding: 0 5px 5px 50px;
	font-size: 14px;
}
.premium_care_text {
	padding: 4px 0;
	border-bottom: 1px dotted #b08b54;
	font-size: 14px;
}

/*------------------------------------------------------------
	パティーヌ
------------------------------------------------------------*/
#patine {
	clear: both;
	width: 746px;
	padding: 0 0 10px 1px;
	margin: 0 16px 20px 0;
	text-align: left;
	display: inline;
}
#patine p {
	padding: 5px 0 15px;
}
.patine_left {
	clear: both;
	float: left;
	width: 360px;
	padding-right: 18px;
}
.patine_right {
	float: right;
	width: 360px;
	padding-right: 18px;
}
.patine_text {
	clear: both;
	width: 690px;
	padding: 0 0 30px 40px;
	/*font-size: 15px;*/
	text-align: left;
}

/*------------------------------------------------------------
	box
------------------------------------------------------------*/
.left_box {
	clear: both;
	width: 746px;
	margin: 0 15px 20px 0;
	padding: 0 0 10px 1px;
}
.left_box img {
	float: left;
}

.left_box_text {
	float: right;
	width: 364px;
	padding-left: 20px;
	text-align: left;
}
.left_box_text dt{
	/*font-size: 15px;*/
	font-weight: bold;
	line-height: 1.5;
	color: #bfa161;
}
.left_box_text dd{
	padding: 0 0 5px 15px;
	/*font-size: 14px;*/
	line-height: 1.5;
	color: #e8e8e8;
}

.left_box2 {
	clear: both;
	width: 762px;
	margin: 0 0 20px 0;
}
.left_box2 img {
	float: left;
}
.left_box2 a:hover img {
	opacity: 0.80;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}

.left_box3 {
	clear: both;
	width: 762px;
	margin: 0 0 20px 0;
}
.left_box3_text {
	float: left;
	width: 429px;
	padding: 0 16px 0 20px;
	text-align: left;
}
.left_box3 img {
	float: right;
}

.left_box_text2 {
	float: right;
	width: 204px;
	padding: 0 16px 10px 0;
	text-align: left;
}
.left_box_text2 dt{
	/*font-size: 16px;*/
	font-weight: bold;
	line-height: 1.7;
	color: #bfa161;
}
.left_box_text2 dd{
	padding: 0 0 5px 5px;
	/*font-size: 15px;*/
	line-height: 1.5;
	color: #e8e8e8;
}

.left_box_text2_2 {
	width: 560px;
	padding: 0 0 10px 100px;
	text-align: left;
}
.left_box_text2_2 dt{
	/*font-size: 15px;*/
	font-weight: bold;
	line-height: 1.7;
	color: #bfa161;
}
.left_box_text2_2 dd{
	padding: 0 0 5px 5px;
	/*font-size: 15px;*/
	line-height: 1.5;
	color: #e8e8e8;
}

.left_box_text3 {
	float: right;
	width: 347px;
	padding-right: 5px;
	/*font-size: 15px;*/
	text-align: left;
}

.left_box_text3 dt{
	padding-top: 2px;
	/*font-size: 15px;*/
	line-height: 1.5;
	color: #bfa161;
}
.left_box_text3 dd{
	padding: 0 0 5px 15px;
	/*font-size: 14px;*/
	line-height: 1.5;
	color: #e8e8e8;
}

.left_box_text3_2 {
	float: right;
	width: 307px;
	padding-right: 5px;
	/*font-size: 15px;*/
	text-align: left;
}

.left_box_text3_2 dt{
	padding-top: 2px;
	/*font-size: 15px;*/
	line-height: 1.5;
	color: #bfa161;
}
.left_box_text3_2 dd{
	padding: 0 0 5px;
	font-size: 14px;
	line-height: 1.5;
	color: #e8e8e8;
}

.left_box_text4 {
	clear: both;
	width: 700px;
	padding: 0 0 0 10px;
	/*font-size: 15px;*/
	text-align: left;
}

.subtitle {
	width: 595px;
	height: 22px;
	padding: 3px 0 5px 7px;
	margin: 4px 0;
	color: #d6af51;
	font-weight: bold;
	background: url(../images/subtile_bg.jpg) repeat-y;
}
.left_box_text4 dt {
	padding-left: 20px;
	font-weight: bold;
	color: #d6af51;
}
.left_box_text4 dd {
	padding: 0 0 6px 30px;
}
.left_box_text4 dd a {
	color: #edead4;
}
.left_box_text4 dd a:hover {
	color: #cb161f;

}
.left_box_text4_box {
	border: 1px dotted #d6af51;
	margin: 5px 0;
	padding: 3px 7px;
	color: #d6af51;
}
.left_box_text4_box a {
	text-decoration: underline;
}
.left_box_text4_box2 {
	border: 1px dotted #d6af51;
	margin: 5px 0;
	padding: 15px 15px 10px;
	color: #d6af51;
}

.left_box_text5 {
	float: right;
	width: 670px;
	padding: 0 30px 20px 20px;
	/*font-size: 16px;*/
	text-align: left;
}

.left_box_text6 {
	float: right;
	width: 404px;
	padding-left: 20px;
	text-align: left;
}
.left_box_text6 dt{
	padding: 2px 0 10px 0;
	font-size: 17px;
	color: #bfa161;
}
.left_box_text6 dd{
	padding: 0 0 5px 15px;
	font-size: 14px;
	line-height: 2.0;
	color: #e8e8e8;
}
.left_box_text6 p {
	padding-bottom: 15px;
}

.left_box_text7 {
	float: right;
	width: 600px;
	padding: 10px 0px 0 35px;
	font-size: 16px;
	text-align: left;
}
.left_box_text7 dt{
	padding: 2px 0;
	font-size: 16px;
	color: #bfa161;
}
.left_box_text7 dd{
	padding: 0 0 5px 15px;
	font-size: 14px;
	line-height: 2.0;
	color: #e8e8e8;
}

.left_box_text8 {
	width: 746px;
	padding: 0 0px 0 50px;
	font-size: 16px;
	text-align: left;
}

.left_box_text9 {
	width: 686px;
	padding: 0 16px 0 50px;
	font-size: 14px;
	text-align: left;
}
.left_box_text10 {
	float: left;
	width: 449px;
	padding: 0 0 0 20px;
	text-align: left
}
.left_box_text11 {
	float: right;
	width: 520px;
	padding: 0 0 0 5px;
	text-align: left
}

.right_box {
	height: 128px;
}
.right_box1 {
	padding: 15px 0 30px;
}
.right_box2 {
	padding: 0 0 30px;
}

/*------------------------------------------------------------
	table
------------------------------------------------------------*/
.table {
	width: 590px;
	border-collapse: collapse;
	text-align: center;
	background: url(../images/guide/table_bg.jpg) no-repeat #f8f5dd;
	color: #333;
	font-weight: bold;
}
.table th{
	padding: 3px;
	border: 1px solid #b08b54;
	background: #000;
	color: #bfa161;
}
.table td{
	padding: 3px;
	border: 1px solid #b08b54;
}

.table2 {
	width: 590px;
	border-collapse: collapse;
	text-align: center;
	font-weight: bold;
	background: url(../images/guide/table_bg.jpg) no-repeat #f8f5dd;
		color: #333;
}
.table2 th{
	padding: 3px;
	border: 1px solid #b08b54;
}
.table2 td{
	padding: 3px 0 3px 20px;
	border: 1px solid #b08b54;
	text-align: left;
}
	
.w220 {
	widht: 220px;
}
.w185 {
	widht: 185px;
}

/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/
.table3 {
	width: 716px;
	border-collapse: collapse;
	text-align: center;
	background: ;
	font-weight: bold;
}
.table3 th{
	width: 150px;
	padding: 10px;
	border: 1px solid #b08b54;
	background: #000;
	color: #f8f5dd;
}
.table3 td{
	padding: 10px;
	border: 1px solid #b08b54;
	text-align: left;
}

/*------------------------------------------------------------
	マップ
------------------------------------------------------------*/
#google_map {
	float: left;
}
#map_frame {
	padding: 5px;
	border: 1px solid #bfa161;
}
#map a {
	color: #f8f5dd;
}


/*------------------------------------------------------------
	PageTOP
------------------------------------------------------------*/
#page_top {
	margin: 0 auto;
	width: 962px;
	text-align: center;
}
#page_top img {
	float: right;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	margin: 0 0 15px 0;
	border-top: 1px solid #bfa161;
}
#brand {
	margin: 0 auto;
	width: 972px;
	text-align: center;
}
#brand img {
	margin: 30px 20px 23px;
	border: 1px solid #333;
}
#brand a:hover img  {
	border: 1px solid #e8b25a;
}
#brand li {
	float: left;
}

#footer_menu_bg {
	clear: both;
	margin: 0 auto;
	width: 1160px;
	background: url(../images/footer/footer_menu_bg.jpg)  no-repeat;
	text-align: center;
}
#footer_menu {
	height: 70px;	
	padding: 20px 99px;	
	line-height: 1.5;	
}

#footer_menu dl {
	float: left;
	text-align: left;
}
#footer_menu dt {
	width: 135px;
	font-size: 14px;
	color: #bfa161;
}
#footer_menu dd {
	font-size: 13px;
	color: #e8e8e8;
}

#footer_menu dd a {
	color: #e8e8e8;
	text-decoration: none;
}
#footer_menu dd a:hover {
	color: #bfa161;
	text-decoration: underline;
}

#footer_menu ul {	
	margin: 0 auto;
	padding: 3px 0;
	text-align: left;
	color: #e8e8e8;
}
#footer_menu ul li {
	float: left;
	width: 135px;
	text-align: left;
	font-size: 12px;
}
#footer_menu ul li a {
	color: #e8e8e8;
	text-decoration: none;
}
#footer_menu ul li a:hover {
	color: #bfa161;
	text-decoration: underline;
}
#footer_logo {
	float: right;
}

#footer_text {
	clear: both;
	font-size: 13px;
	color: #c1bd8e;
}
#footer_text a {
	color: #c1bd8e;
	text-decoration: none;
}
#footer_text a:hover {
	color: #bfa161;
	text-decoration: underline;
}

#area {
	margin: 0 auto;
	padding: 8px	200px 8px 0;
	text-align: center;
}
p.tooltip{
	line-height:1.5;
	color:white;
	width:460px;
	background:#000;
	border:1px solid #e8b25a;
	padding: 8px;
	text-align: left;
}
p.tooltip a {
	color:#00CCFF;
	text-decoration: none;
}

#copyright {
	margin: 0 auto;
	width: 1160px;
	padding: 15px 0 5px;		
	font-size: 12px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;	
	background: url(../images/footer/footer_menu_bg2.jpg) no-repeat;
	font-style: italic;
}
#copyright a {
	color: #c1bd8e;
	text-decoration: none;
}
#copyright_right {
	float: right;
	padding-right: 100px;
	color: #333;
}
#copyright_right a {
	color: #333;
}
#copyright_right a:hover {
	color: #c1bd8e;
}