@charset "UTF-8";

/*====================================================================
  このファイルはutf-8です
====================================================================*/
/*====================================================================
  all
====================================================================*/
*
{
	margin : 0px;
	padding: 0px;
	line-height      :1.5em;
}
* { box-sizing : border-box }
* { -moz-box-sizing : border-box }

body
{
	font-family         : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', sans-serif;
	font-size           :12px;
	color               :#333333;
	text-align          :center;
	
}

img
{
	border              :0px solid #000000;
	vertical-align      :bottom;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-style : normal;
	font-weight: normal;
}

div,
blockquote,
p,
pre,
ul,
ol,
li,
dl,
dt,
dd
{
	border: 0;
	list-style: none;
	
}

table
{
	border-collapse: collapse;
	border-spacing : 0px;
	empty-cells    : show;
	font-size      : 12px;
}

td
{
	vertical-align   :top;
}

textarea
{
	padding: 2px 0;
	font-size   :12px;
	overflow: auto;
}

input[type="text"]:focus,
textarea:focus
{
	background-color :#FFFFCC;
	border           :2px solid #FF99FF;
}

label:hover
{
	background-color :#FFAAAA;
	cursor:pointer;
}

/* ===================================================================
	Link
=================================================================== */
a
{
	text-decoration :underline;
}
a:link,
a:visited {color:#834e44; text-decoration :underline; }
a:hover,
a:active  {color:#834e44; text-decoration :none; }



/* ===================================================================
	
=================================================================== */

.clear{
	clear:both;
	}

.clear_r{
	clear:right;
	}

.clear_l{
	clear:left;
	}


/* ===================================================================
	
=================================================================== */

.a_left{text-align:left;}
.a_right{text-align:right;}

.kurega{text-align:left;
margin:0;
padding:0 0 0 15px;
background: url(../hotel-img/hotel-header_menu_icon.gif) left center no-repeat;
}