@charset "utf-8"; /*utf-8の場合*/
/* CSS Document */
/*------------初期設定---------------*/
html {
	overflow-y:scroll; /* Firefox 向けスクロールバーズレ対応*/
}
body,h1,h2,h3,h4,h5,img,ul,li {
    margin:0;
	padding:0;
	border:none;
}
body {
	width:100%;
	text-align:center; /* IE 向けセンタリング指定 */
}
#all {
    margin:0 auto;/* Firefox 向けセンタリング指定 */
	padding:0;
	text-align:center;
}
ul,li {
    list-style:none;
}
p {
    margin:0;
	padding:0; 
}
.clear {
    clear:both;
}
h1,h2,h3,h4,h5 {
	 clear:both;
}
.left {
    float:left;
}
.right {
   float:right;
}
#bread {
    color:#666666;
}
#bread a{
    color:#ff1493;
}
/*-----------------------------------*/
/*--------------font-----------------*/
body {
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka;
	color:#666666;
	line-height:180%;
	font-size:10px;
}
/*-----------------------------------*/
/*-------------corsor---------------*/
body {cursor:url(/common/img/icon27.cur), default;}
a:link, a:visited, a:active, a:hover{cursor:url(/common/img/icon28.cur), default;}
/*-----------------------------------*/
/*-----------リンク関連--------------*/
a:link, a:visited {
	color:#ff1493;
	text-decoration:none;
}
a:active,a:hover {
	color:#ff1493;
	text-decoration:underline;
}
/*-----------------------------------*/
/*------------背景関連---------------*/
#header_bg {
    background:url(../img/header_bg.gif) repeat-x bottom;
	width:100%;
}
#middle {
    background:url(../img/contents_bg.jpg) repeat-x top #FFFFFF;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;

}
#contents_bg {
    background:url(../img/in_bg.png) repeat-y top center;
	width:970px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	padding:0;
}
#footer {
    background-color:#FFFFFF;
}
/*-----------------------------------*/
/*------------line---------------*/
#pink_line {
    height:8px;
    width:100%;
    background:url(../img/pink_line.jpg) repeat-x;
	overflow:hidden;
}
.in_line {
    background:url(../img/gray_line.gif) repeat-x bottom;
	margin-right:15px;
    width:100%;
    float:left;
    clear:both;
	height:22px;
}
.in_gray_line {
    background:url(../img/in_gray_line.gif) repeat-x;
    height:1px;
    margin:15px 0;
	overflow:hidden;
    width:625px;
    clear:both;
}
#footer_line {
    height:2px;
    width:100%;
	float:left;
    background:url(../img/footer_line.gif) repeat-x;
	margin:0;
	overflow:hidden;
}
/*-----------------------------------*/
/*---------------header-----------------*/
#header {
    height:92px;
	width:950px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	font-size:12px;
}
#header_title {
    float:left;
    width:400px;
	text-align:left;
	margin:15px;
}
#header_title h1 {
   color:#ff1493;
   font-size:10px;
}
#header_global_navi {
    float:right;
	width:450px;
	height:28px;
	margin-top:64px;
	margin-bottom:0px;
}
/*-----------------------------------*/

/*------------contents---------------*/
#contents {
	text-align:left;
	width:920px;
	margin:0 auto;
	padding:15px;
	clear:both;
}
/*-----------------------------------*/
/*------------room---------------*/
.room_title {
    background-color:#f9e0ed;
	font-size:small;
	font-weight:bold;
	color:#ff1493;
	padding:3px 10px;
}
#contents a {
    color:#ff1493;
}
td a{
    color:#ff1493;
}
.room_info {
    padding:3px 10px;
}
.room_details {
    background-color:#eeeded;
	padding:0px 10px;
}
.room_details p{
    margin:0;
	padding:0;
}
.room_details_in {
	height:35px;
	width:450px;
	overflow:hidden;
}
/*-----------------------------------*/
/*--------------footer---------------*/
#re_page_top {
    float:right;
	margin-right:10px;
}
#footer {
    width:950px;
	height:53px;
	margin:0 auto;
	font-size:10px;
}
#footer_links {
    text-align:left;
	float:left;
	padding:5px 0 30px 0;
}
#footer_copy {
    text-align:left;
	float:right;
	padding:5px 0 30px 0;
}
#footer a:link, #footer a:visited {
	color:#666666;
	text-decoration:none;
}
#footer a:active,#footer a:hover {
	color:#ff1493;
	text-decoration:underline;
}
/*-----------------------------------*/
#contents_inside {
  font-size:12px;
  float:left;
  margin:0pt 0pt 0pt 5px;
  overflow:hidden;
  width:910px;
  text-align:left;
}

#contents_inside_bg {
  background-color:#F8F7F7;
  float:left;
  margin:15px 0pt;
  padding:15px;
  width:890px;
}

.yajirushi {
  margin-right:5px;
  margin-bottom:2px;
  vertical-align:middle;
}

