/*--------------------------------------------------------------
Tailor Papa のスタイルシート  2018/01/28
---------------------------------------------------------------*/


body {
text-align: center;
background-color:#ffffff;/*全体の背景色-----------------*/
background-image:  url(../img/WallPaper_new.png);
background-repeat: repeat;
font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
font-size:16px;/*基本の文字サイズ-----------------*/
line-height:170%;
color:#444444;;/*基本の文字色-----------------*/
margin-top:20px;/*コンテンツボックスを上から少し離しています-----------------*/
margin-bottom:20px;
margin-left:0;
margin-right:0;
}


/*テキストリンクの色*/
a:link    {text-decoration:underline;color:#4e2029;} /* e1dddd f0f0e0 */

/*訪問済みのリンクの色*/ 
a:visited {text-decoration:underline;color:#999999;}  

/*クリック時のリンクの色*/
a:active  {text-decoration:underline;color:#f7f999;}  

/*マウスの上にカーソルがあるときのリンクの色*/
a:hover   {text-decoration:underline;color:#d6b431;}  /* e2be34 e2d5a3 c90332 ffffcc */

/* パンくずリストのリンク-----------------*/
/*テキストリンクの色*/
#breadcrumb a    {text-decoration: none;
					color: #ffffff;}

 /*サイトタイトルテキストリンクの色*/
h1 a:link     {color:#471B1B;text-decoration:none;} 

/*左メニュー・訪問済みのリンクの色*/
h1 a:visited  {color:#471B1B;text-decoration:none;}  

/*左メニュー・クリック時のリンクの色*/ 
h1 a:active   {color:#471B1B;text-decoration:underline;}

/*左メニュー・マウスの上にカーソルがあるときのリンクの色*/  
h1 a:hover    {color:#471B1B;text-decoration:underline;}  


h1,h2,h3 {
margin:0px;
padding:0px;
font-weight:normal;
}


/*pタグ空白消去*/
p {
margin:0px;
padding:0px;
}


/*IMGボーダー非表示*/
img  {
border: none;
vertical-align:top;
}



/*TABLEボーダー非表示*/
table  {
border:none;
}


/*IE--BRバグ回避*/
br  {
letter-spacing:normal;
}


/*リスト空白消去*/
ul,ol,li  {
margin:0px;
padding:0px;
list-style:none;
}


 /* メインタイトルのフォントサイズ,色*/
h1    {
font-size:24px;       /*タイトル部分文字サイズ-----------------*/
text-decoration:none;
line-height:140%;
font-weight:bold;
margin-top:15px;
margin-bottom:0px;
margin-left:10px;
} 


#container{
width:270px;
margin:0 auto;
background-color:#daa520; /* 左サイドを含む外枠の薄めのワインレッド-----------------*/
padding:0px;
text-align:center;
margin-bottom:4px;
}

/* メインフレーム部の濃いワインレッド-----------------*/
#mainframe {
	text-align: center;
	margin-left:auto;margin-right:auto;
	background-position: center top;
	width: 1030px;
	background-color:  #4e2029;
}

/* メインコンテンツ部の薄いクリーム色-----------------*/
#maincontents {
	text-align: center;
	margin-left:auto;margin-right:auto;
	background-position: center top;
	width: 1024px;
	background-color:  #f0f0e0;
}

/* トップの濃いワインレッド-----------------*/
#top {
	clear: both;
	text-align: left;
	background-color: #4e2029;
	background-image: url();
	background-position: center top;
	background-repeat: repeat-x;
	font-size: 0.8em;
	color: #ffffff;
	width: 1024px;
	height: 21px;
	padding-top: 0px;
	padding-bottom: 5px;
}

/* トップ下の薄いワインレッド-----------------*/
#under {
	clear: both;
	background-color: #8e6069;
	background-position: center top;
	color: #ffffff;
	width: 1024px;
	height: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* 左サイドのフレーム、黄土色-----------------*/
#leftside {
	text-align: left;
	width: 172px;
	height: 1185px;
	float: left;
	font-size: 0.9em;
	margin-top:3px;
	margin-bottom: 1.5em;
	border-width: 1em;
	background-color: #e2d5a3;
}

/* グローバルナビの濃いワインレッド色-----------------*/
#globalNavi {
	text-align: left;
	width: 160px;
	height: 240px;
	float: left;
	font-size: 0.9em;
	margin-bottom: 0em;
	margin: 5px;
	border-width: 1em;
	background-color: #4e2029;
}


#navbar {
  margin: 0;
  padding: 0;
  list-style-type: none; 
  width: 160px;
}

#navbar li {
  width: 160px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: inline;
}

#navbar a {
  text-indent: -9999px; 
  text-decoration: none;
  display: block;
  width: 160px;
  height: 40px; 
  background-image: url(../img/navibuttonLink8.jpg);
  background-repeat: no-repeat;
}

#menu1 a { background-position: 0 0; } 
#menu2 a { background-position: 0 -40px; }
#menu3 a { background-position: 0 -80px; }
#menu4 a { background-position: 0 -120px; }
#menu5 a { background-position: 0 -160px; }

#globalnavi a:hover {
  text-decoration: none;
  background-image: url(../img/navibuttonLink8.jpg);
  background-repeat: no-repeat;
}

#menu1 a:hover { background-position: -160px 0; } 
#menu2 a:hover { background-position: -160px -40px; }
#menu3 a:hover { background-position: -160px -80px; }
#menu4 a:hover{ background-position: -160px -120px; }
#menu5 a:hover{ background-position: -160px -160px; }

/* 仕立て直しのボタン -----------------------------*/
#reformbutton {
	text-align: center;
	vertical-align: middle;
	width: 169px;
	height: 20px;
	float: left;
	font-size: 0.9em;
	margin-top: 0px;
	margin-left: 1px; 
	border-width: 1em;
	background-color: #e2d5a3;
}

/* Skype Callのボタン -----------------------------*/
#skypcallbutton { 
	text-align: center;
	vertical-align: middle;
	width: 169px;
	height: 20px;
	float: left;
	font-size: 0.9em;
	margin-top: 0px;
	margin-left: 1px; 
	border-width: 1em;
	background-color: #e2d5a3;
}

/* コンテンツのフレーム、薄い黄土色-----------------*/
#content {
	text-align: left;
	margin-bottom: 1.5em;
	float: right;
	width: 824px;
	height: 450px;
	font-size: 0.9em;
	margin-top:3px;
	margin-left:8px;
	border-color: #000000;
	border-width: 10em;
	background-image: url(../img/suite2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/* イントロダクションのフレーム、-----------------*/
#intro {
	line-height: 120%;
	width: 68%;
	color: #666666
	margin-left:30px;
	padding-left: 1em;
}

#intro:first-letter {
	font-size: 2em;
	float: left;
	font-weight: normal;
	padding-right: 0.2em;
	padding-top: 0.2em;
	display: block;
}

/* メインコンテンツ内部の濃い黄土色(What's new) -----------------*/
#news {
	text-align: left;
	text-indent: 1em;
	vertical-align: top;
	line-height: 1.3;
	margin-top:20px;
	margin-left: 0.7em;
	background-position: left top;
	width: 564px;
	height: 22px;
	color: #444411; 
	background-color:  #e2d5a3;  /* #996600  */
}

#newslast {
	font-size: 1em;
	text-align: left;
	text-indent: -1em;
	line-height: 1.3em;
	margin-top:20px;
	margin-left:50px;
	background-position: left top;
	width: 550px;
	height: 70px;
	color: #000000;
}

#newszero {
	font-size: 1em;
	text-align: left;
	text-indent: -1em;
	line-height: 1.3em;
	margin-top:20px;
	margin-left:50px;
	background-position: left top;
	width: 550px;
	height: 190px;
	color: #000000;
}

#newsone {
	font-size: 1em;
	text-align: left;
	text-indent: -1em;
	line-height: 1.3em;
	margin-top:20px;
	margin-left:50px;
	background-position: left top;
	width: 450px;
	height: 190px;
	color: #000000;
}

#newstwo {
	font-size: 1em;
	text-align: left;
	text-indent: -1em;
	line-height: 1.3em;
	margin-top:20px;
	margin-left:50px;
	background-position: left top;
	width: 550px;
	height: 180px;
	color: #000000;
}

#newsthree {
	font-size: 1em;
	text-align: left;
	text-indent: -1em;
	line-height: 1.3em;
	margin-top:30px;
	margin-left:50px;
	background-position: left top;
	width: 450px;
	height: 70px;
	color: #000000;
}

#newsfour {
	font-size: 1em;
	text-align: left;
	text-indent: -1em;
	line-height: 1.3em;
	margin-top:20px;
	margin-left:50px;
	background-position: left top;
	width: 450px;
	height: 20px;
	color: #000000;
}

#oderrequest {
	font-size: 1em;
	text-align: left;
	text-indent: -1em;
	line-height: 1.3em;
	margin-top:110px;
	margin-left:33px;
	background-position: left top;
	width: 564px;
	height: 40px;
	color: #000000;
}

#subcontents {
	height: 10px;
	font-size: 1em;
	text-align: center;
	margin-top:2px;
	margin-left:20px;
	background-position: center top;
	width: 600px;
	height: 20px;
	color: #000000;
}

/* フッター部の濃いワインレッド色-----------------*/
#footer {
	clear: both;
	background-color: #4e2029;
	background-image: url();
	background-position: center top;
	background-repeat: repeat-x;
	font-size: 0.8em;
	color: #ffffff;
	width: 1024px;
	height: 41px;
	padding-top: 0px;
	padding-bottom: 0.5em;
}

/* Career Page ----------------------------------------*/
/* NEXT イントロダクションのフレーム、-----------------*/
#leftsidecareer {
	text-align: left;
	width: 170px;
	height: 550px;
	float: left;
	font-size: 0.9em;
	margin-top:3px;
	margin-bottom: 1.5em;
	border-width: 1em;
	background-color: #e2d5a3;
}

#careerintro {
	margin-top: 30px;
	margin-bottom: 10px;
}

#careerintro:first-letter {
	font-size: 2em;
	float: left;
	font-weight: normal;
	padding-right: 0.2em;
	padding-top: 0em;
	display: block;
}

#careercontent {
	text-align: left;
	margin-bottom: 1.5em;
	float: right;
	width: 824px;
	height: 450px;
	font-size: 0.9em;
	margin-top:3px;
	margin-left:5px;
	border-color: #000000;
	border-width: 10em;
	background-image: url(../img/career2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#careerone {
	line-height: 120%;
	width: 65%;
	color: #666666
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 1em;
	padding-left: 1em;
	font-weight: normal;
}

#careertwo {
	line-height: 120%;
	width: 65%;
	color: #666666
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 3em;
	padding-left: 1em;
	font-weight: normal;
	text-align: right;
}

#careersubcontents {
	height: 10px;
	font-size: 1em;
	text-align: center;
	margin-top:135px;
	margin-left:20px;
	background-position: center top;
	width: 600px;
	height: 20px;
	color: #000000;
}

/* Service Page ----------------------------------------*/
/* NEXT イントロダクションのフレーム、-----------------*/
#leftsideservice {
	text-align: left;
	width: 170px;
	height: 550px;
	float: left;
	font-size: 0.9em;
	margin-top:3px;
	margin-bottom: 1.5em;
	border-width: 1em;
	background-color: #e2d5a3;
}

#serviceintro {
	margin-top: 30px;
	margin-bottom: 10px;
}

#serviceintro:first-letter {
	font-size: 2em;
	float: left;
	font-weight: normal;
	padding-right: 0.2em;
	padding-top: 0.1em;
	display: block;
}

#servicecontent {
	text-align: left;
	margin-bottom: 1.5em;
	float: right;
	width: 824px;
	height: 450px;
	font-size: 0.9em;
	margin-top:3px;
	margin-left:5px;
	border-color: #000000;
	border-width: 10em;
	background-image: url(../img/Dominique3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

#serviceone {
	text-align: left;
	text-indent: -1.3em;
	margin-top:10px;
	margin-left:35px;
	margin-bottom: 0px;
	background-position: left top;
	width: 540px;
	height: 40px;
	color: #000000;
}

#servicesubcontents {
	height: 10px;
	font-size: 1em;
	text-align: center;
	margin-top:195px;
	margin-left:20px;
	background-position: center top;
	width: 600px;
	height: 20px;
	color: #000000;
}

/* Price Page ----------------------------------------*/
/* NEXT イントロダクションのフレーム、-----------------*/

#leftsideprice {
	text-align: left;
	width: 170px;
	height: 725px;
	float: left;
	font-size: 0.9em;
	margin-top:3px;
	margin-bottom: 1.5em;
	border-width: 1em;
	background-color: #e2d5a3;
}

#priceintro {
	margin-top: 30px;
	margin-bottom: 10px;
}

#pricenews {
	text-align: left;
	text-indent: 1em;
	vertical-align: top;
	line-height: 1.3em;
	margin-top:20px;
	margin-left: 0.5em;
	background-position: left top;
	width: 642px;
	height: 20px;
	color: #444411; 
	background-color:  #e2d5a3;  /* #996600  */
}

#pricecontent {
	text-align: left;
	margin-bottom: 1.5em;
	float: right;
	width: 824px;
	height: 700px;
	font-size: 0.9em;
	margin-top:3px;
	margin-left:5px;
	border-color: #000000;
	border-width: 10em;
	background-image: url(../img/reform3.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#priceone {
	text-align: left;
	text-indent: -1.3em;
	margin-top:10px;
	margin-left:7px;
	margin-bottom: 0px;
	background-position: left top;
	width: 320px;
	height: 0px;
	color: #000000;
}

th.priceclass {
	width: 180px;
	background-color:  #ffffff;  /* #e2d5a3  */
	text-align: center;
}

td.priceclass {
	width: 150px;
	background-color:  #ffffff;  /* #e2d5a3  */
	padding-left: 16px;
	text-align: center;
}

#pricetwo {
	float: left;
	text-align: left;
	text-indent: -1.3em;
	margin-top:0px;
	margin-left:330px;
	margin-bottom: 0px;
	background-position: left top;
	width: 320px;
	height: 0px;
	color: #000000;
}

#pricethree {
	float: left;
	text-align: left;
	text-indent: none;
	margin-top:440px;
	margin-left:20px;
	margin-bottom: 0px;
	background-position: left top;
	width:3500px;
	height: 140px;
	color: #000000;
}

#pricesubcontents {
	height: 10px;
	font-size: 0.9em;
	text-align: center;
	margin-top:470px;
	margin-left:20px;
	background-position: center top;
	width: 600px;
	height: 20px;
	color: #000000;
}

/* Order Page ----------------------------------------*/
/* NEXT イントロダクションのフレーム、-----------------*/

#leftsideorder {
	text-align: left;
	width: 170px;
	height: 605px;
	float: left;
	font-size: 0.9em;
	margin-top:3px;
	margin-bottom: 1.5em;
	border-width: 1em;
	background-color: #e2d5a3;
}

#orderintro {
	margin-top: 30px;
	margin-bottom: 10px;
}

#orderintro:first-letter {
	font-size: 2em;
	float: left;
	font-weight: normal;
	padding-right: 0.2em;
	padding-top: 0.1em;
	display: block;
}

#ordercontent {
	text-align: left;
	margin-bottom: 1.5em;
	float: right;
	width: 824px;
	height: 590px;
	font-size: 0.9em;
	margin-top:3px;
	margin-left:5px;
	border-color: #000000;
	border-width: 10em;
	background-image: url(../img/order.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#orderone {
	text-align: left;
	text-indent: -1.3em;
	margin-top:10px;
	margin-left:39px;
	margin-bottom: 0px;
	background-position: left top;
	width: 520px;
	height: 80px;
	color: #000000;
	background-color: #ffffff;
}

#orderarrow {
	text-align: left;
	text-indent: -1.3em;
	margin-top:0px;
	margin-left:39px;
	margin-bottom: 0px;
	background-position: center top;
	width: 520px;
	height: 40px;
	color: #000000;
	background-color: #f0f0e0;
	background-image: url(../img/orderarrow.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#ordertwo {
	text-align: left;
	text-indent: -1.3em;
	margin-top:0px;
	margin-left:39px;
	margin-bottom: 0px;
	background-position: left top;
	width: 520px;
	height: 40px;
	color: #000000;
	background-color: #ffffff;
}

#orderthree {
	text-align: left;
	text-indent: -1.3em;
	margin-top:0px;
	margin-left:39px;
	margin-bottom: 0px;
	background-position: left top;
	width: 520px;
	height: 40px;
	color: #000000;
	background-color: #ffffff;
}

#orderfour {
	text-align: left;
	text-indent: none;
	line-height: 1.3em;
	margin-top:20px;
	margin-left:39px;
	margin-bottom: 0px;
	padding: 4px;
	background-position: left top;
	width: 520px;
	height: 130px;
	color: #000000;
	background-color: #ffffff;
}

#orderfive {
	text-align: left;
	text-indent: none;
	line-height: 1.3em;
	margin-top:8px;
	margin-left:39px;
	margin-bottom: 0px;
	padding: 4px;
	background-position: left top;
	width: 402px;
	height: 20px;
	color: #000000;
	background-color: #f0f0e0;
}

#ordersubcontents {
	height: 10px;
	font-size: 0.9em;
	text-align: center;
	margin-top:50px;
	margin-left:20px;
	background-position: center top;
	width: 600px;
	height: 20px;
	color: #000000;
}

/* Map Page ----------------------------------------*/
/* NEXT イントロダクションのフレーム、-----------------*/

#leftsidemap {
	text-align: left;
	width: 170px;
	height: 800px;
	float: left;
	font-size: 0.9em;
	margin-top:3px;
	margin-bottom: 1.5em;
	border-width: 1em;
	background-color: #e2d5a3;
}

#mapintro {
	margin-top: 30px;
	margin-bottom: 0px;
}

#mapintro:first-letter {
	font-size: 2em;
	float: left;
	font-weight: normal;
	padding-right: 0.2em;
	padding-top: 0.2em;
	display: block;
}

#mapnews {
	text-align: left;
	text-indent: 1em;
	vertical-align: top;
	line-height: 1.3em;
	margin-top:20px;
	margin-left: 0.5em;
	background-position: left top;
	width: 620px;
	height: 20px;
	color: #444411; 
	background-color:  #e2d5a3;  /* #996600  */
}

#mapcontent {
	text-align: left;
	margin-bottom: 1.5em;
	float: left;
	width: 820px;
	height: 700px;
	font-size: 0.9em;
	margin-top:5px;
	margin-left:5px;
	padding-left: 5px;
	border-color: #000000;
	border-width: 10em;
	background-image: url(../img/map.jpg); 
	background-repeat: no-repeat;
	background-position: right top;
}

#mapone {
	text-align: left;
	text-indent: -1.3em;
	margin-top:10px;
	margin-left:5px;
	margin-bottom: 0px;
	background-position: left top;
	width: 623px;
	height: 170px;
	color: #000000;
}

td.mapclass {
	width: 623px;
	height: 101px;
	background-color:  #ffffff;  /* #e2d5a3  */
	padding-left: 20px;
	text-align: left;
}

td.mapclass2 {
	width: 623px;
	height: 101px;
	background-color:  #ffffff;  /* #e2d5a3  */
	padding-left: 20px;
	text-align: center;
}

#maptwo {
}

#mapthree {
	float: left;
	text-align: left;
	text-indent: none;
	margin-top:240px;
	margin-left:20px;
	margin-bottom: 0px;
	background-position: right top;
	width:623px;
	height: 340px;
	color: #000000;
}

#mapsubcontents {
	height: 10px;
	font-size: 0.9em;
	text-align: center;
	margin-top:470px;
	margin-left:-30px;
	background-position: center top;
	width: 720px;
	height: 20px;
	color: #000000;
}

/* Reform Page ----------------------------------------*/
/* NEXT イントロダクションのフレーム、-----------------*/

#leftsidereform {
	text-align: left;
	width: 170px;
	height: 600px;
	float: left;
	font-size: 0.9em;
	margin-top:3px;
	margin-bottom: 1.5em;
	border-width: 1em;
	background-color: #e2d5a3;
}

#Reformintro {
	line-height: 120%;
	width: 68%;
	color: #666666
	margin-left:30px;
	padding-left: 1em;
	margin-top: 30px;
	margin-bottom: 10px;
}

#Reformintro:first-letter {
	font-size: 2em;
	float: left;
	font-weight: normal;
	padding-right: 0.2em;
	padding-top: 0.2em;
	display: block;
}

#Reformcontent {
	text-align: left;
	margin-bottom: 1.5em;
	float: right;
	width: 824px;
	height: 450px;
	font-size: 0.9em;
	margin-top:3px;
	margin-left:5px;
	border-color: #000000;
	border-width: 10em;
	background-image: url(../img/tailoredsuite.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

#Reformone {
	text-align: left;
	text-indent: -1.3em;
	margin-top:10px;
	margin-left:35px;
	margin-bottom: 0px;
	background-position: left top;
	width: 530px;
	height: 40px;
	color: #000000;
}

#Reformtwo {
	text-align: left;
	text-indent: -1.3em;
	margin-top:40px;
	margin-left:38px;
	margin-bottom: 0px;
	background-position: left top;
	width: 382px;
	height: 180px;
	color: #000000;
	background-image: url(../img/cutting.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#Reformsubcontents {
	height: 10px;
	font-size: 0.9em;
	text-align: center;
	margin-top:5px;
	margin-left:20px;
	background-position: center top;
	width: 600px;
	height: 20px;
	color: #000000;
}