@charset "UTF-8";
/************************************************
*	developer									*
************************************************/

/************************************************
*	Reset										*
************************************************/

h1,h2,h3,h4,h5,div,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}
a{
color:#7F4316;
}

img {
border-style: none;
}
/************************************************
*	clear										*
************************************************/
div:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/************************************************
*	Layout  									*
************************************************/
body {
		font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

div#header {
	color: #333333;
	background-color:transparent;
        background-image:url(http://www.h-or.com/img/header_bg.jpg);
        background-position:center top;
        background-repeat:no-repeat;
	text-align:center;
	margin:0 auto;
	padding: 0px;
	width: 100%;
        height:230px;
}

div#content {
	font-size: 100%;
	color: #333333;
	background-color:transparent;
	text-align: center;
	margin:0 auto;
	padding: 0px;
	width: 800px;
}


div#main {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	width: 580px;
	float: right;
}


div#sub {
	font-size: 100%;
	color: #333333;
	background-color:transparent;
	text-align: left;
	margin-top: 0px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	width: 200px;
	float: left;
        clear:left;
}


div#footer {
	font-size: 80%;
	color: #333333;
	background-color:transparent;
        background-image:url(http://www.h-or.com/img/footer_bg.jpg);
        background-position:left bottom;
        background-repeat:no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
        height:80px;
	clear: both;
}
div#footer a
{
      color:#7E5331;
      text-decoratin:none;
}
div#footer a:hover{
      color:#000000;
      text-decoration:underline;
}

/************************************************
*	header  									*
************************************************/

div#header .inner {
        width:800px;
        height:200px;
        margin:0 auto;
        text-align:left;
}

div#header h1 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 90%;
	font-weight: normal;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#header h1 a {
	text-decoration: none;
	color: #333333;
	background-color:transparent;
}

div#header img a {
	margin: 0px;
	border: none;
}

div#header p {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	line-height: 140%;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 0px;
}


/************************************************
*	Content 					     		    * 
************************************************/

div#main .inner {
	padding-right: 20px;

}

div#main .inner a{
color:#7F4316;
}



/* 見出し */
div#main h2 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image:url(http://www.h-or.com/img/h3.jpg);
        width:575px;
        height:36px;
	background-position:left top;
        background-repeat:no-repeat;
	margin-top: 15px;
	padding-top: 15px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	clear: both;
        line-height:100%;
        text-indent:50px;
}

div#main h3 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	clear: both;
}
/* ハイパーリンク */
div#main a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}

div#main a:hover {
	text-decoration: underline;
	color: #006699;
	background-color: #ffffff;
}
/* 段落 */
div#main p {
	line-height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.menu {
	padding-top: 20px;
}

/* 画像 */
div#main img {
	border: none;
	margin-bottom: 10px;
}
/* リスト */
div#main ol,div#main ul {
	margin-top: 0;
	margin-left: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
}

div#main ol li,div#main ul li {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/* 引用 */
div#main blockquote {
	color: #333333;
	background-color: #eeeeee;
	line-height: 140%;
	margin-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-top: 3px;
	margin-left: 0;
	padding-left: 10px;
	margin-right: 0;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

div#main blockquote p {
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
}

/* 引用元情報 */
div#main cite {
	font-style: italic;
}

/* 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
div#main dl {
	margin-top: 5px;
	margin-bottom: 5px;
}


div#main dt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 10px;
}

div#main dd {
	padding-left: 5px;
}

/* 画像左配置 */
.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* 画像左配置 */
div#main .imageleft{
	margin-right: 10px;
	float: left;
}
/* 画像右配置 */
div#main .imageright{
	margin-left: 10px;
	float: right;
}

/* 続き */
div#main .extended {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	display: block;
}

div#main .entry-tags {
    margin: 10px 0 10px 10px; 
	clear: both;
}
div#main .entry-tags-header,
div#main .entry-tags-list,
div#main .entry-tag { display: inline; }
div#main .entry-tags-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#main .posted img {
	border: none;
	margin-bottom: -5px;
}

div.comment-reply {
	margin-left: 20px;
}


/* コメンター画像 */
.asset-meta img {
	position: relative;
	top: 14px;
}

/* コメントフォーム */
div#main textarea{
	width: 440px;
}
/* コメントフォーム文字サイズ */
div#main input,div#main textarea {
	font-size: 100%;
}
div#main label {
	margin-bottom: 0.8em;
	width: 11em;
	float: left;
	clear: both;
	white-space: nowrap;
}

/* ご予約画像右寄せ */
p.reserveImage
{
	text-align:right;
}

/************************************************
*	 Sidebar 					     	    * 
************************************************/

div#sub .inner {
	padding-right: 0px;
        float:left;
}
div#sub .inner img
{
      margin-left:10px;
}

/* サイドバーリスト */
div#sub dl {
	clear:both;
}

div#sub dt {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color:transparent;
        background-image:url(http://www.h-or.com/img/contents-menu.gif);
        background-position:left top;
        background-repeat:no-repeat;
	font-size:2px;
	text-indent:-9999px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2px;
}

div#sub dd {
	font-size: 100%;
}
	
div#sub ul
{
	width:193px;
	list-style: none;
	margin:0;
	padding: 0;
}

div#sub ul li
{
	width: 158px;
	_width: 193px;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana,"ＭＳ ゴシック";
	margin:0;
	color:#7F4316;
	padding: 8px 0 13px 35px;
	background:url(http://www.h-or.com/img/icon_topcategory.gif) no-repeat;
}

div#sub ul li a
{
	font-weight:bold;
	font-family:Verdana,"ＭＳ ゴシック";
	color:#7F4316;
	text-decoration:none;
}

div#sub ul li a:link{color:#7F4316;text-decoration:none;}
div#sub ul li a:visited{color:#7F4316;text-decoration:none;}
div#sub ul li a:active{color:#7F4316;text-decoration:none;}
div#sub ul li a:hover{color:#7F4316;text-decoration:none;}


/*-- sub --*/

div#sub ul.sub-category
{
	width:153px;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: left;
}

div#sub ul.sub-category li{
	width: 148px;
	_width: 148px;
	margin: 0 0 5px 0;
	padding: 0;
	color:#7F4316;
	font-weight:normal;
	background: none;
}

div#sub ul.sub-category li a
{
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-family:Verdana,"ＭＳ ゴシック";
	color:#7F4316;
	text-decoration:none;
}

div#sub ul.sub-category li a:link{background: none;color:#7F4316;text-decoration:none;}
div#sub ul.sub-category li a:visited{background: none;color:#7F4316;text-decoration:none;}
div#sub ul.sub-category li a:active{background: none;color:#7F4316;text-decoration:none;}
div#sub ul.sub-category li a:hover{background: none;color:#7F4316;text-decoration:none;}


/*--
div#sub ul {
	width:193px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

div#sub ul li {
	background-image:url(http://www.h-or.com/img/icon_topcategory.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size: 75%;
	padding: 0 0 10px 0;
	line-height:250%;
}

div#sub ul li li {
	font-size: 100%;
	margin-left: 20px;
		
}
	
div#sub ul li a {
        background-position:left top;
        background-repeat:no-repeat;
	text-decoration: none;
	color:#7F4316;
        padding-left:35px;
	background-color:transparent;
	margin: 0;
}

div#sub ul li a:hover{
	text-decoration: underline;
	color: #000000;
	background-color:transparent;
        background-position:left top;
}


div#sub ul li ul li{
	margin: 0;
	padding: 0;
}

--*/

/* サイドバー段落 */
div#sub p{
	line-height: 20px;
	margin: 0;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/* サイドバータグクラウド */
div#sub .module-tagcloud .module-content
	{text-align: left; }

div#sub .module-tagcloud .module-content .module-list
	{ list-style: none; }

div#sub .module-tagcloud .module-content .module-list .module-list-item
	{ display: inline; }

div#sub .module-tagcloud .module-content .module-list li.taglevel1
	{ font-size: 170%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel2
 	{ font-size: 150%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel3
	{ font-size: 130%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel4
	{ font-size: 110%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel5
	{ font-size: 90%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel6
	{ font-size: 70%; }


div#sub li.item {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}

/************************************************
*	Footer  									*
************************************************/
/* 文責 */
div#footer address {
	padding-top: 20px;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%;
	font-weight: normal;
}
/* 段落 */
div#footer p {
}

/************************************************
* TopPage                                       *
************************************************/
div.news-box
{
	float:left;
	width:300px;
}

div.news-box dl.topics
{
	padding:10px;
	background:#fefefc;
	border:1px solid #bea089;
}

div.news-box dl.topics dt
{
	margin:0;padding:0;
}

div.news-box dl.topics dd
{
	margin-bottom:10px;
	padding-left:10px;
	padding-bottom:2px;
	border-bottom:1px dotted #bea089;
}

div.news-box dl.topics dd.noBorder
{
	margin-bottom:0;
	border:none;
}

div.top-inner01R
{
	float:right;
}

/************************************************
* StaffPage                                     *
************************************************/
div.staffImageArea img
{
	margin-right:10px;
}

div.staffLeftBox
{
	float:left;
	width:310px;
	text-align:left;
}

div.staffRightBox
{
	float:left;
	width:260px;
	margin-top:150px;
	text-align:left;
}

div.staffRightBox p.staffNameTitle
{
	background:url(http://www.h-or.com/img/staff/bg_staff_name.gif) repeat-x;
	background-position:10px bottom;
	line-height:1.4;
}

div.staffRightBox p.staffNameTitle span.staffName
{
	font-size:large;
}

/************************************************
* Hair                                          *
************************************************/

div.hairLeftBox
{
	float:left;
	margin-left:10px;
	width:265px;
}

div.hairLeftBox table tr th
{
	text-align:left;
}

div.hairLeftBox table tr th,div.hairLeftBox table tr td
{
	padding:4px 0;
	font-size:x-small !important;
}
div.hairLeftBox table tr td
{
	text-align:right;
}

div.hairRightBox
{
	float:right;
	width:265px;
}

div.hairRightBox table tr th
{
	text-align:left;
}

div.hairRightBox table tr th,div.hairRightBox table tr td
{
	padding:4px 0;
	font-size:x-small !important;
}

div.hairRightBox table tr td
{
	text-align:right;
}
div.hairRightBox table tr td.hairRemarks
{
	padding:0 0 10px 1em;
	text-align:left;
}

div.hairFootArea
{
	clear:both;
}

div.hairFootArea img
{
	margin-top:20px;
	margin-right:5px;
}

/************************************************
* Nail                                          *
************************************************/

div#nail01{}
div#nail02{display:none;}
div#nail03{display:none;}

div.nailLeftBox
{
	float:left;
	width:330px;
}

div.nailLeftBox table tr th
{
	padding:4px 0;
	text-align:left;
	font-size:x-small !important;
}

div.nailLeftBox table tr td
{
	padding:4px 0;
	text-align:right;
	font-size:x-small !important;
}

div.nailLeftBox table tr td.nailRemarks
{
	padding:0 0 10px 1em;
	text-align:left;
}

div.nailRightBox
{
	float:right;
}

div.nailFootArea
{
	clear:both;
}

div.nailFootArea img
{
	margin-top:20px;
	margin-right:5px;
}

div.tabChange
{
	border-bottom:1px solid #7F4316;
	padding-bottom:4px;
	color:#efefef;
	list-style-type:none;
}

div.tabChange a
{
	padding:4px 8px;
	background:#7F4316 !important;
	color:#fff !important;
}

/************************************************
* Lash Extension                                *
************************************************/

table.lashTable
{
	margin-bottom:20px;
	border-bottom:1px solid #bea089 !important;
}

table.lashTable th
{
	width:50%;
	padding:4px 0 4px 2em;
	text-align:left;
	font-size:x-small !important;
}

table.lashTable td
{
	padding:4px 0;
	text-align:left;
	font-size:x-small !important;
}

ul.lashOption
{
	margin:0 20px 0 10px !important;
	padding:0 !important;
	background:#fefefc;
	border:1px solid #bea089;
}

ul.lashOption li
{
	margin-left:20px !important;
	line-height:2;
}

div.lashFootArea img
{
	margin-top:20px;
	margin-right:5px;
}

/************************************************
* Care                                          *
************************************************/

table.careTable
{
	margin-bottom:20px;
	border-bottom:1px solid #bea089 !important;
}

table.careTable th
{
	padding:4px 0;
	width:30%;
	text-align:left;
	font-size:x-small !important;
}

table.careTable td
{
	padding:4px 0 4px 2em;
	text-align:left;
	font-size:x-small !important;
}

div.careFootArea img
{
	margin-top:20px;
	margin-right:5px;
}

/************************************************
* Cafe                                          *
************************************************/

div.cafeLeftBox
{
	float:left;
	width:240px;
}

div.cafeRightBox
{
	float:right;
	width:300px;
}

div.cafeRightBox table
{
	margin-bottom:10px;
}

div.cafeRightBox table tr th, div.cafeRightBox table tr td
{
	padding:4px 0;
	text-align:left;
	font-size:x-small !important;
}

div.cafeRightBox table tr td.foodTd
{
	text-align:right;
}

.crear{clear:both;}

div.cafeAccessBox
{
	margin-top:20px;
}

div.cafeAccessBox p
{
	text-align:right;
}

div.cafeAccessBox img
{
	margin:5px 5px 0 0; 
}

.cafe02
{
padding:4px 0;
text-align:left;
font-size:x-small !important;
}

/************************************************
* Company                                       *
************************************************/

table.companyTbl
{
	margin-bottom:20px;
}

table.companyTbl tr th
{
	width:120px;
	text-align:left;
	padding:0 0 10px 1.5em;
	font-size:x-small !important;
}

table.companyTbl tr td
{
	text-align:left;
	font-size:x-small !important;
	padding-bottom:10px;
}

dl.privacy
{
	margin:10px 0 20px 0.5em !important;
}

dl.noMargin
{
	margin-bottom:0 !important;;
}
ol.privacyOl
{
	line-height:1.5;
	margin-bottom:10px;
}

ol.privacyOl li
{
	margin-left:0.5em !important;
}

dl.privacy dt,dl.privacy dd
{
	line-height:1.5;
}

dl.privacy dt
{
	font-weight:bold;
}

/************************************************
* Hair Collection                               *
************************************************/

div.collection-inner01
{
	clear:both;
	width:185px;
	margin-left:5px;
	margin-bottom:20px;
	float:left;
}

div.collection-inner02
{
	width:185px;
	margin-bottom:20px;
	float:left;
}

div.collection-inner03
{
	width:185px;
	margin-bottom:20px;
	float:left;
}

div.collectionLeftBox
{
	float:left;
	width:310px;
	text-align:left;
}

div.collectionRightBox
{
	float:left;
	width:260px;
	margin-top:50px;
	margin-bottom:30px;
	text-align:left;
}

p.collectionComment
{
	border-top:1px solid #bea089 !important;
	margin-bottom:30px !important;
}

table.collectionTable
{
	border-bottom:1px solid #bea089 !important;
}

table.collectionTable tr th
{
	width:100px;
}

table.collectionTable tr th,table.collectionTable tr td
{
	text-align:left;
	padding:3px 0;
}

/************************************************
* Products                                *
************************************************/
div.products{
	width: 560px;
}

div.products:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.products-inner01{
	width: 170px;
	margin: 0;
	padding: 0;
	float: left;
}

div.products-inner02{
	width: 170px;
	margin: 0 0 0 25px;
	padding: 0;
	float: left;
}

div.products-inner03{
	width: 170px;
	margin: 0;
	padding: 0;
	float: right;
}

/************************************************
* shopInfo                                *
************************************************/
div.info-inner01{
	width: 560px;
	margin: 0 0 15px 0;
	padding: 0;
}

div.info-inner01 img{
	float: left;
}

div.info-inner01 table{
	width: 250px;
	float: right;
}

div.info-inner01 table th{
	width: 25%;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

div.info-inner01 table td{
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

/************************************************
* reserrve                                *
************************************************/
p.formTxt{
	text-align: right;
	color: #FF0000;
}

table.formTbl{
	width: 560px;
	font-size: 12px;
	margin: 0 0 20px 0;
	border-collapse: collapse;
}

table.formTbl th{
	width: 25%;
	padding: 8px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
}

table.formTbl th span{
	color: #FF0000;
}

table.formTbl td{
	padding: 8px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCCCCC;
}

p.formBtn{
	text-align: center;
}

div#outline {
	color: #333333;
	text-align: center;
	margin:0 auto;
	padding: 0px;
	width: 100%;
	background-image:url(http://www.h-or.com/img/body_bg.jpg);
        background-repeat:repeat-y;
        background-position:center top;
}

