@charset "utf-8";

/* ----- 基本 ----- */
*{
	margin:0;
	padding:0;
	font-family:Verdana,"ＭＳ Ｐゴシック",sans-serif;
	}
body{
	background-color:#FEF3F1;
	background-image:url(http://www.iyashi-ya.com/images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:center top;
	color:#39332C;
	font-size:small;
	line-height:100%;
	}
img,table{border:0;}
li{list-style-type:none;}
small{font-size:80%;}
big{font-size:120%;}
textarea{font-size:small;}
.mLeft20{margin-left:20px;}
.par{margin-bottom:15px;}
.parw{margin-bottom:30px;}
.mb{padding-bottom:5px;}
.mt{padding-top:5px;}
/* .hidden{display:none;} */
div#container{
	margin:0 auto;
	padding:7px 10px 15px 10px;
	width:750px;
	background-color:#FFFFFF;
	position:relative;
	}

/* ----- 見出し ----- */
h1,h2,h3,h4{font-size:small;}
h1{
	width:100px;
	height:70px;
	float:left;
	}
h2.description{
	margin-left:10px;
	width:196px;
	height:70px;
	float:left;
	}
h2.telephone{
	width:238px;
	height:70px;
	float:right;
	}
h3.menu{
	margin-bottom:2px;
	padding-top:2px;
	}
h4.name{
	margin-bottom:10px;
	font-size:medium;
	}

/* ----- テキスト ----- */
.text_left,.alignLeft{text-align:left;}
.text_center,.alignCenter{text-align:center;}
.text_right,.alignRight{text-align:right;}
strong.attention{color:#8E806F;}
strong.red{color:#C5003F;}
.text_italic{font-style:italic;}
.underline{text-decoration:underline;}
strong.underline{
	font-weight:normal;
	border-bottom:1px solid #39332C;
	}
strong.bStrong{
	font-size:medium;
	line-height:150%;
	}
.red{color:#C5003F;}
strong.red a{color:#C5003F;}

/* ----- フロート ----- */
.float_left,.floatLeft{float:left;}
.float_right,.floatRight{float:right;}
.img_left,.img_right,.img_border{
	padding:1px;
	background-color:#FFFFFF;
	border:1px solid #8E806F;
	}
.img_left{
	margin:0 20px 10px 0;
	float:left;
	}
.img_right{
	margin:0 0 10px 10px;
	float:right;
	}
.img_border{margin-bottom:10px;}
.no_border{
	padding:0;
	background-color:transparent;
	border:0;
	}

/* ----- クリアー ----- */
.clear_left,.clear_right,.clear_all,.clearLeft,.clearRight,.clearBoth{
	height:0;
	overflow:hidden;
	}
.clear_left,.clearLeft{clear:left;}
.clear_right,.clearRight{clear:right;}
.clear_all,.clearBoth{clear:both;}

/* ----- マージン ----- */
.mt10{padding-top:10px;}
.mt15{padding-top:15px;}

/* ----- ul ----- */

/* ----- ul:四角アイコン箇条書き ----- */
ul.items,ul.list{margin-bottom:3px;}
ul.items li,ul.list li{
	margin-bottom:3px;
	padding-left:10px;
	background-image:url(http://www.iyashi-ya.com/images/icon/brown_square.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 5px;
	line-height:130%;
	}
ul.list li{
	margin-bottom:5px;
	background-position:0 6px;
	line-height:150%;
	}
ul.items li.last{margin-bottom:0;}

/* ----- ul:数字箇条書き ----- */
ul.items_number li{
	margin-bottom:8px;
	padding-left:23px;
	line-height:140%;
	}
ul.items_number li.one,ul.items_number li.two,ul.items_number li.three,
ul.items_number li.four,ul.items_number li.five,ul.items_number li.six,
ul.items_number li.seven,ul.items_number li.eight,ul.items_number li.nine,
ul.items_number li.ten{
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 1px;
	}
ul.items_number li.one{background-image:url(http://www.iyashi-ya.com/images/icon/one.gif);}
ul.items_number li.two{background-image:url(http://www.iyashi-ya.com/images/icon/two.gif);}
ul.items_number li.three{background-image:url(http://www.iyashi-ya.com/images/icon/three.gif);}
ul.items_number li.four{background-image:url(http://www.iyashi-ya.com/images/icon/four.gif);}
ul.items_number li.five{background-image:url(http://www.iyashi-ya.com/images/icon/five.gif);}
ul.items_number li.six{background-image:url(http://www.iyashi-ya.com/images/icon/six.gif);}
ul.items_number li.seven{background-image:url(http://www.iyashi-ya.com/images/icon/seven.gif);}
ul.items_number li.eight{background-image:url(http://www.iyashi-ya.com/images/icon/eight.gif);}
ul.items_number li.nine{background-image:url(http://www.iyashi-ya.com/images/icon/nine.gif);}
ul.items_number li.ten{background-image:url(http://www.iyashi-ya.com/images/icon/ten.gif);}
ul.items_number li.last{margin-bottom:0;}
ul.items_number li dl.items dt{line-height:100%;}

/* ----- ul:アスタリスク箇条書き ----- */
ul.items_asterisk li{
	margin-bottom:8px;
	padding-left:17px;
	background-image:url(http://www.iyashi-ya.com/images/icon/asterisk.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 3px;
	color:#3B5B05;
	line-height:140%;
	}
ul.items_asterisk li.last{margin-bottom:0;}

/* ----- ul:half ----- */
ul.listHalf li{
	width: 49%;
	float: left;
	}

/* ----- ul:END ----- */

/* ----- リンク ----- */
a:link,
a:visited{
	color:#496567;
	text-decoration:none;
	}
a:active,
a:hover{
	color:#496567;
	text-decoration:underline;
	}
a.pdf{
	padding-left:20px;
	background-image:url(http://www.iyashi-ya.com/images/icon/pdf.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:left center;
	height:16px;
	}

/* ----- ヘッダー ----- */
div#header{
	padding-bottom:10px;
	height:70px;
	overflow:hidden;
	}
div.header_address{
	margin:2px 29px 0 0;
	color:#474037;
	line-height:130%;
	text-align:right;
	float:right;
	}

/* ----- コンテンツ ----- */
div#contents{padding-bottom:10px;}
a.net_reserve{
	width:80px;
	height:18px;
	display:block;
	background-image:url(http://www.iyashi-ya.com/images/net_reserve.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 0;
	text-indent:-10000em;
	text-decoration:none;
	overflow:hidden;
	}
a.net_reserve:hover{background-position:0 -18px;}

/* ----- Flashメニュー ----- */
div#flash{
	margin-bottom:2px;
	width:748px;
	height:198px;
	border:1px solid #4C5D46;
	}
div#flash_sub{
	margin-bottom:2px;
	width:748px;
	height:98px;
	border:1px solid #4C5D46;
	}

/* ----- 左カラム ----- */
div#left_column{float:left;}
div.pagetop{text-align:right;}
div.white_pagetop,div.white_pageprev{
	margin-right:10px;
	font-size:x-small;
	}
div.white_pagetop a,div.white_pageprev a{
	height:13px;
	display:block;
	background-repeat:no-repeat;
	background-attachment:scroll;
	float:right;
	}
div.white_pagetop a{
	padding-right:13px;
	width:80px;
	background-image:url(http://www.iyashi-ya.com/images/icon/white_uparrow.gif);
	background-position:right top;
	}
div.white_pageprev{margin-top:10px;}
div.white_pageprev a{
	padding-left:17px;
	width:80px;
	background-image:url(http://www.iyashi-ya.com/images/icon/white_leftarrow.gif);
	background-position:left top;
	}
div.price_attention{color:#8E806F;}

/* ----- 左カラム：END ----- */

/* ----- 中央カラム ----- */
div#center_column{
	margin-top:18px;
	width:190px;
	float:left;
	}
dl.center_column,dl.center_column_only{
	background-image:url(http://www.iyashi-ya.com/images/190/brown_top.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:left top;
	float:left;
	}
dl.center_column dt,dl.center_column_only dt{
	margin-top:6px;
	padding:4px 10px 0 10px;
	width:170px;
	height:21px;
	background-color:#F3EBE3;
	background-image:url(http://www.iyashi-ya.com/images/icon/brown_dot.gif);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:2px 23px;
	}
dl.center_column_only dt{
	height:18px;
	background-image:none;
	}
dl.center_column dd,dl.center_column_only dd{
	padding:5px 5px 5px 10px;
	width:175px;
	background-color:#F3EBE3;
	background-image:url(http://www.iyashi-ya.com/images/190/brown_bottom.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:left bottom;
	}
dl.center_column_only dd{
	padding:0;
	width:190px;
	height:6px;
	background-color:transparent;
	background-position:left top;
	overflow:hidden;
	}

/* ----- キャンペーン ----- */
div#campaign,div#campaign2,div.consultButton{
	margin-bottom:10px;}
a.campaign,a.cPass,a.consultButton{
	width:190px;
	height:64px;
	display:block;
	background-image:url(http://www.iyashi-ya.com/images/campaign.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 0;
	text-indent:-10000em;
	text-decoration:none;
	overflow:hidden;
	}
a.campaign:hover{background-position:0 -64px;}
a.cPass{
	height:46px;
	background-image:url(http://www.iyashi-ya.com/images/pass.gif);
	}
a.cPass:hover{background-position:0 -46px;}
a.consultButton{background-image:url(http://www.iyashi-ya.com/images/consult_button.gif);}
a.consultButton:hover{background-position:0 -64px;}

/* ----- 癒屋について ----- */
div#about{padding-bottom:10px;}
ul.about li{
	margin-right:15px;
	padding-left:10px;
	background-image:url(http://www.iyashi-ya.com/images/icon/brown_square.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 4px;
	line-height:140%;
	display:inline;
	}
ul.about li.mr0{margin-right:0;}

/* ----- ちょっとお勉強＆アクセスマップ ----- */
a.study,a.access,a.media,a.faqButton{
	margin-bottom:10px;
	width:190px;
	height:30px;
	display:block;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 0;
	text-indent:-10000em;
	text-decoration:none;
	overflow:hidden;
	}
a.study{
	background-image:url(http://www.iyashi-ya.com/images/study.gif);
	}
a.access {
	margin-bottom: 0;
	background-image: url(http://www.iyashi-ya.com/images/access.gif);
}
a.media{background-image:url(http://www.iyashi-ya.com/images/media.gif);}
a.faqButton{background-image:url(http://www.iyashi-ya.com/images/faq.gif);}
a.study:hover,a.access:hover,a.media:hover,a.faqButton:hover{background-position:0 -30px;}

/* ----- 中央カラム：END ----- */

/* ----- コンテンツ：END ----- */

/* ----- フッター ----- */
div#footer{
	padding-top:10px;
	background-image:url(http://www.iyashi-ya.com/images/icon/white_dot.gif);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:2px 0;
	font-size:x-small;
	text-align:center;
	}
ul.footer_menu{margin-bottom:10px;}
ul.footer_menu li{
	padding-left:3px;
	display:inline;
	border-left:1px solid #474037;
	}
ul.footer_menu li.start{
	padding-left:0;
	border-left:0;
	}
div.copyright{margin-bottom:5px;}