@charset "utf-8";
/*　YUIデフォルトリセットについて
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/* YUIデフォルトリセットcssここから */
html {
/*color:#000; background:#FFF; */
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
hr {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
/* color:#000; */
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
	font-size:100%;
}
/* YUIデフォルトリセットcssここまで */
/* 全体部分に関するcssここから */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../image/bg2.png);
}
/* 全体部分に関するcssここまで */
/* リンク機能に関するcssここから */
a {
	text-decoration: none;/* color: #00F;
	vertical-align: middle; */
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #F60;
} 
/* リンク機能に関するcssここまで */
/* フォントに関するcss*ここから */
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 25px;
	font-weight: bold;
	/* color: #333; */
	/* text-align: left; */
	padding-top: 23px; 
}
h2 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	/* color: #FFF; */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* text-align: left; */
}
h3 {
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 120%;
	/* color: #333; */
	font-weight: bold;
	/* text-align: left; */
}
p {
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", CI, Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	/* text-align: left; */
}
/* フォントに関するcss*ここまで */
/* レイヤーDIVに関するcssここから */
/* apDiv1は全体白背景のw960px　*/
#apDiv1 {
	position:absolute;
	left:109px;
	top:18px;
	width:861px;
	height:1262px;
	z-index:1;
	background-color: #FFF;
}
/* apDiv2レイヤーはてっぺんのNavi　*/
#apDiv2 {
	position:absolute;
	left:109px;
	top:10px;
	width:812px;
	z-index:5;
	background-color: #E2E1D8;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #4D709A;
	border-bottom-width: 6px;
	padding-top: 20px;
	float: left;
	padding-left: 50px;
	background-image: url(../image/bg2.png);
}
#apDiv2 ul li {
	float: left;
	list-style-type: none;
	font-weight: bold;
	margin: 0px;
}
#apDiv2 ul li a {
	height: auto;
	width: 90px;
	position: relative;
	vertical-align: bottom;
	text-align: center;
	border-left-width: 1px;
	border-left-style:solid;
	border-left-color:  #E2E1D8;
	background-image: url(../image/Gnavi-bg3dbluevisit.png);
}
#apDiv2 a:link {
	text-decoration: none;
	color:#FFF;
	background-color:#E2E1D8;
	padding: 6px 10px;
	display: block;
}
#apDiv2 a:visited {
	text-decoration: none;
	color:#CCC;
	background-color:#E2E1D8;
	padding: 6px 10px;
	display: block;
	background-image: url(../image/Gnavi-bg3dbluevisit.png);
}
#apDiv2 a:hover {
	/* color:#FFF; */
	background-image: url(../image/Gnavi-bg3blueover.png);
}
#apDiv2 a:active {
	color:#000;
	background-color:#999;
	background-image: url(../../parts/Gnavi-bg3dbluevisit.png);
}
/* apDiv4レイヤーはトップキャッチ　*/
#apDiv4 {
	position:absolute;
	left:160px;
	top:91px;
	width:651px;
	z-index:6;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-bottom-width: 4px;
	height: 100px;
	padding: 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../image/shinkansentop.jpg);
}
#apDiv4 h1 {
	color: #000;
}
/* apDIV6レイヤーは右コラム部分 */
#apDiv6 {
	position:absolute;
	left:851px;
	top:59px;
	width:120px;
	height:1213px;
	z-index:2;
	background-repeat: no-repeat;
	background-color: #C4D5DF;
	background-position: 0px 44px;
	background-image: url(../image/rincarnlogogrey-t.jpg);
}
#apDiv6 h2 {
	color: #666;
	text-align: left;
	padding-top: 64px;
}
/* apDiv12レイヤーはフッターNavi部分 */
#apDiv12 {
	position:absolute;
	left:110px;
	top:1273px;
	width:861px;
	z-index:16;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #4D709A;
	border-bottom-color: #4D709A;
	padding-top: 8px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-color: #E2E1D8;
	color: #333;
	text-align: center;
}
#apDiv12 p {
	text-align: center;
}
#apDiv12 p a {
	background-color: #E2E1D8;
	text-align: center;
	color: #00F;
}
#apDiv14 {
	position:absolute;
	left:160px;
	top:220px;
	width:642px;
	height:148px;
	z-index:27;
	color: #333;
	font-weight: bold;
	font-size: large;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #4E83B5;
	background-color: #C4D5DF;
}
/* Div17は著作権です　*/
#apDiv17 {
	position:absolute;
	left:852px;
	top:1282px;
	width:106px;
	z-index:19;
	background-color: #E2E1D8;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	font-size: 10px;
	padding-right: 4px;
	padding-left: 8px;
}
#apDiv17 p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	color: #666;
}
/* Div18は右コラムのNaviです　*/
#apDiv18 {
	position:absolute;
	left:851px;
	top:226px;
	width:120px;
	height:306px;
	z-index:21;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;/* color: #999; */
}
#apDiv18 ul {
	height: 60px;
	width: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
	border-top-style: none;
}
#apDiv18 ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	list-style-type: none;/* color: #FFF; */
}
#apDiv18 ul li a {
	display: block;
	height: 60px;
	line-height: 60px;
	width: 120px;
	text-align: left;
	text-decoration: none;/* color: #FFF; */
}
#apDiv18 ul li a:link {
	color: #FFC;
	/* background-color: #000; */
	background-image: url(../image/subnavi-bgblue.png);
}
#apDiv18 ul li a:visited {
	color: #8FACCF;
	background-image: url(../image/subnavi-bgblue.png);
}
#apDiv18 ul li a:hover {
	color: #333;
	background-color: #C4D5DF;
	background-image: url(../image/subnavi-bgoverblue.png);
}
#apDiv18 ul li a:active {
	color: #333;
	background-color: #E2E1D8;
	background-image: url(../image/subnavi-bgactiveblue.png);
}
/* apDiv21はPageTopへ */
#apDiv21 {
	position:absolute;
	left:854px;
	top:1245px;
	width:80px;
	height:20px;
	z-index:25;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 4px;
	background-color: #333;
}
#apDiv21 a {
	color: #FFF;
	text-decoration: none;
	width: 60px;
	background-color: #333;
}
#apDiv22 {
	position:absolute;
	left:160px;
	top:399px;
	width:654px;
	z-index:30;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #666;
	height: 850px;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: 0px 462px;
	background-image: url(../image/hotelsnap2.jpg);
}
#apDiv23 {
	position:absolute;
	left:696px;
	top:222px;
	width:80px;
	height:84px;
	z-index:31;
}
#apDiv25 {
	position:absolute;
	left:850px;
	top:558px;
	z-index:27;
	border: 1px solid #069;
}
#apDiv26 {
	position:absolute;
	left:849px;
	top:717px;
	z-index:28;
	border: 1px solid #666;
	height: 62px;
	width: 119px;
}
#apDiv50 {
	position:absolute;
	left:851px;
	top:1161px;
	width:119px;
	height:62px;
	z-index:33;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
/* レイヤーDIVに関するcssここまで */

