@charset "utf-8";

/*  ------------------------------------------
	Description:	CSS file for screen media
	Filename:		import.css
	Version:		1.00
-------------------------------------------------------------- */


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
*{zoom: 1;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-size: 75%;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 1em;
	margin-bottom: 10px;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
	outline: none;
}

/* =Fonts
-------------------------------------------------------------- */
body, input, textarea{ font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Lucida Grande",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif; }
input[type=submit] { font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Lucida Grande",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif; }
pre { font-family: "Courier 10 Pitch", Courier, monospace;}
code { font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Lucida Grande",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif; }


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	color: #fff;
}
input,
textarea {
	color: #333;
}
hr {
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 60px;
	border-bottom: 1px dotted #ccc;
}

/* Text elements */
p {	margin-bottom: 18px;}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {	list-style: upper-alpha;}
ol ol ol {	list-style: lower-roman;}
ol ol ol ol {	list-style: lower-alpha;}
ul ul,
ol ol,
ul ol,
ol ul {	margin-bottom: 0;}
dl {	margin: 0 0 24px 0;}
dt {	font-weight: bold;}
dd {	margin-bottom: 10px;}
th,
td {
	padding: 10px 15px;
	text-align: left;
}


strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: normal;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

a,
a:link,
a:visited  {
	color: #999;
	cursor: hand;
	cursor: pointer;
	outline: none;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #fff;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}



/* Extension CSS
-------------------------------------------------------------*/

/* 文字サイズ */
.fs08 {font-size: .75em;}
.fs09 {font-size: .9em;}
.fs11 {font-size: 1.1em;}
.fs12 {font-size: 1.2em;}
.fs13 {font-size: 1.3em;}
.fs14 {font-size: 1.4em;}
.fs15 {font-size: 1.5em;}
.fs20 {font-size: 2.0em;}
.fs24b {font-size: 2.4em; font-weight:bold; line-height:1em;}
.fs40b {font-size: 4.0em; font-weight:bold; line-height:1em;}

/* 文字寄せ */
.TaL{text-align: left !important}
.TaR{text-align: right !important}
.TaC{text-align: center !important}

/* 画像回りこみ */
#main .imgFR {float: right; padding: 0 10px 0 20px;}
#main .imgFR2 {float: right; padding: 0 0px 0 20px;}
#main .imgFR3 {float: right; padding: 0 ;}
#main .imgFL {float: left; padding: 0 20px 0 10px;}
#main .imgFL2 {float: left; padding: 0 20px 0 0px;}
#main .imgFL3 {float: left; padding: 0;}

/* カラー */
.blue {color: #676baa;}
.red {color: red;}
.grey {color: #cbcbcb;}

/* マージン */
.M0		{margin: 0}
.M5		{margin: 5px}
.M10	{margin: 10px;}
.M15	{margin: 15px;}
.M20	{margin: 20px;}

.MB0	{margin-bottom: 0 !important}
.MB5	{margin-bottom: 5px !important}
.MB10	{margin-bottom: 10px !important}
.MB15	{margin-bottom: 15px !important}
.MB20	{margin-bottom: 20px !important}
.MB25	{margin-bottom: 25px !important}
.MB30	{margin-bottom: 30px !important}
.MB40	{margin-bottom: 40px !important}
.MB50	{margin-bottom: 50px !important}
.MB60	{margin-bottom: 60px !important}
.MB70	{margin-bottom: 70px !important}
.MB80	{margin-bottom: 80px !important}
.MB90	{margin-bottom: 90px !important}
.MB100	{margin-bottom: 100px !important}

.ML10	{margin-left: 10px;}
.MR06	{margin-right: 6px;}
.MR10	{margin-right: 10px;}

.MLR5	{margin:0 5px;}

/* パディング */
.P0		{padding: 0}
.P5		{padding: 5px}
.P10	{padding: 10px;}
.P15	{padding: 15px;}
.P20	{padding: 20px;}

.PB0	{padding-bittom: 0}
.PB5	{padding-bittom: 5px}
.PB10	{padding-bittom: 10px;}
.PB15	{padding-bittom: 15px;}
.PB20	{padding-bittom: 20px;}

.PL10	{padding-left: 10px;}
.PR10	{padding-right: 10px;}
.PR20	{padding-right: 20px;}
.PR30	{padding-right: 30px;}

.PLR5	{padding-left: 5px;padding-right: 5px;}
.PLR10	{padding-left: 10px;padding-right: 10px;}
.PLR15	{padding-left: 15px;padding-right: 15px;}
.PLR20	{padding-left: 20px;padding-right: 20px;}
.PLR25	{padding-left: 25px;padding-right: 25px;}


.W-381{width:381px;}
.W-640{width:640px;}

/* 回り込み */
.F-Right{float:right;}
.F-Left{float:left;}
.ClearBoth {clear:both;width: 100%;}

/* 注意書き */
.cautionSmall {font-size: .9em;}
.caption{
	clear: both;
	text-align: right;
	font-size: .8em;
	margin: 10px 0 20px;
}


/* =common css
-------------------------------------------------------------- */
body{
	background: #fff;
	position: relative;
}

#wrapper{
	float: left;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
}

#header,
#key,
#footer{
	float: left;
	width: 100%;
}

#container{
	display: block;
	clear: none;
	width: 910px;
	padding: 0 16px 20px;
	margin: 0 auto;
}

#main{
	float: left;
	clear: none;
	width: 910px;
	min-height:400px;
	padding-top: 20px;
}




/* header CSS 
-------------------------------------------------------------- */
#header {
	height: 141px;
	background: left top repeat-x url(../images/common/bg-head.gif);
}
#header .inner{
	display: block;
	clear: both;
	width: 919px;
	height: 61px;
	padding: 14px 12px 10px 27px;
	margin: 0 auto;
	}
	/*logo area*/
	#siteLogo,
	#siteLogo a{
		float: left;
		width: 155px;
		height: 50px;
	}
	/*header Menu area*/
	#hMenu{
		float: right;
		width: 659px;
		height: 54px;
		overflow: hidden;
		margin: 0;
		list-style: none;
		text-align: right;
		}
		#hMenu li{
			display: inline;
			padding-left: 7px;
}


#headInfo{
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 95px;
	border-bottom: 1px solid #fff;
	background: #000;
	background: rgba(0,0,0,0.8);
	}
	#headInfo .inner{
		display: block;
		clear: both;
		width: 919px;
		height: 95px;
		padding: 0 12px 0 0;
		margin: 0 auto;
		}
		#headInfo .inner h3{
			float: left;
			width: 155px;
			height: 54px;
			padding: 20px 0 0 20px
			}
			#headInfo .inner h3 a{
				float: left;
				width: 155px;
				height: 54px;
				padding: 0;
				overflow: hidden;
				text-indent:-9999em;
				background: url(../images/common/logo2.png) no-repeat;
	}
	#headInfo .pagetop{
		float: right;
		width: 132px;
		height: 23px;
		margin-bottom: 12px;
	}
	
	/*header Menu area2*/
	#hMenu2{
		float: right;
		width: 700px;
		height: 41px;
		overflow: hidden;
		margin: 0;
		list-style: none;
		text-align: right;
		}
		#hMenu2 li.hMenuShiryo{
			float: right;
			width: 132px;
			height: 33px;
			padding-left: 4px;
		}
		#hMenu2 li.hMenuTel{
			float: right;
			width: 0;
			height: 41px;
			padding-left: 335px;
			overflow: hidden;
			background: left -4px no-repeat url(../images/common/tel2.png);
}

/* Navigation CSS
-------------------------------------------------------------- */
#gNav{
	display: block;
	clear: none;
	width: 948px;
	height: 56px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
	#gNav li,
	#gNav li a{
		float: left;
		clear: none;
		height: 54px;
		overflow: hidden;
		background: left top no-repeat url(../images/common/gnav.jpg);
		}
		#gNav li a{
			text-indent: -9999em;
	}
	#gNav li.gNav01 a { background-position: 0px 0px; width: 190px;}
	#gNav li.gNav02 a { background-position: -190px 0px; width: 190px;}
	#gNav li.gNav03 a { background-position: -379px 0px; width: 189px;}
	#gNav li.gNav04 a { background-position: -568px 0px; width: 189px;}
	#gNav li.gNav05 a { background-position: -758px 0px; width: 190px;
	}
	#gNav li.gNav01 { background-position: 0px -56px; width: 190px;}
	#gNav li.gNav02 { background-position: -190px -56px; width: 190px;}
	#gNav li.gNav03 { background-position: -379px -56px; width: 189px;}
	#gNav li.gNav04 { background-position: -568px -56px; width: 189px;}
	#gNav li.gNav05 { background-position: -758px -56px; width: 190px;
	}
	#gNav li.gNav01.on a { background-position: 0px -56px; width: 190px;}
	#gNav li.gNav02.on a { background-position: -190px -56px; width: 190px;}
	#gNav li.gNav03.on a { background-position: -379px -56px; width: 189px;}
	#gNav li.gNav04.on a { background-position: -568px -56px; width: 189px;}
	#gNav li.gNav05.on a { background-position: -758px -56px; width: 190px;
}


/* breadcrumb CSS 
-------------------------------------------------------------- */

#breadcrumb{
	float: left;
	width: 100%;
	height: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	list-style: none;
	}
	#breadcrumb li{
		display: inline;
	}
	#breadcrumb li.first{
		padding-left: 0px;
		background: none;
}



/* /index.html CSS
-------------------------------------------------------------- */
#key{
	height: 523px;
	text-align: center;
	background: url(../images/index/main-head.jpg) bottom repeat-x #444544;
	overflow: hidden;
}

.indexTitle{
	float: left;
	width: 910px;
	height: 43px;
	background:url(../images/common/title-bg.gif);
	margin-bottom: 0;
	position: relative;
}

.indexTitle h2 {
	float: left;
	color:#FFF;
	font-size:1.4em;
	font-weight:bold;
	margin: 7px 0 0 24px;
}

#indexContent {
	float: left;
	color:#333;
	width: 830px;
	border:20px solid #F7E4D7;
	padding: 20px 20px 20px 20px;
	margin-bottom:30px;
	font-size: 1.1em;
	line-height: 1.8;
	clear:both;
}


#indexContent2 {
	float: left;
	color:#333;
	width: 910px;
	font-size: 1.1em;
	line-height: 1.8;
	margin-bottom:60px;
}



/* roomtype CSS
-------------------------------------------------------------- */
#roomtypebox{
	width:800px;
	padding:0;
	margin:0 auto 0 auto;
	}

.shousaibt{
	width:269px;
	border:0;
	text-decoration:none;
	padding: 10px 0 0 0;
	margin: 0 auto 0 auto;
	}
	
	
	
/* equipment CSS
-------------------------------------------------------------- */	
	
#equipment{
	padding: 0;
	margin: 0;
	word-wrap: break-word;
	}
	
#equipmentname {
	padding: 0;
	margin: 0 0 5px 0;
	width: 198px;
	word-wrap: break-word;
	}

#equipment ul.thumbnail { list-style-type: none; }
ul.thumbnail li {
 float: left;
 margin: 0 5px 8px 4px;
}
#equipment ul.thumbnail li img {
 border: 0;
 width: 198px;
 height: 145px;
}
#equipment ul.thumbnail li a { display: block; }

#equipment .clearfix:after {
 content: ".";
 display: block;
 height: 0;
 line-height: 0;
 clear: both;
 visibility: hidden;
}
#equipment .clearfix { display: inline-block; }

/* MacIE用 */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* location CSS
-------------------------------------------------------------- */

#location {
	width: 830px;
	margin: 0;
	}
#location .inner {
	width: 830px;
	margin: 0;
}

#location #gmap {width:830px; height:300px; margin:0 auto; padding:0; overflow:hidden; border:0;}

#mapContainer {width:830px; height:300px;}
#mapContainer td {vertical-align:top;}
#mapContainer td.colL {width:600px; height:300px;}
#mapContainer td.colR {width:230px; height:300px;}
#mapContainer td.colR #searchParking {width:230px; height:40px; margin:20px}
#mapContainer td.colR #searchParking #address {width:120px;}
#mapContainer td.colR #parkinglist {width:230px; height:300px; margin:0 0 0 20px; border:solid 1px #CCCCCC; overflow-x:hidden;}
#mapContainer td.colR #parkinglist #resultItems {width:100%;}
#mapContainer td.colR #parkinglist #resultItems td {text-align:left; padding:8px 8px 8px 10px; background:#ffffff;}
#mapContainer td.colR #parkinglist #resultItems td a {text-decoration:none;}
#mapContainer td.colR #parkinglist #resultItems td.on {background:#f7f7f7;}

#locationname {
	padding: 0;
	margin: 0 0 5px 0;
	width: 198px;
	word-wrap: break-word;
	}

#location ul.thumbnail { list-style-type: none; }
ul.thumbnail li {
 float: left;
 margin: 0 5px 8px 4px;
}
#location ul.thumbnail li img {
 border: 0;
 width: 198px;
 height: 145px;
}
#location ul.thumbnail li a { display: block; }

#location .clearfix:after {
 content: ".";
 display: block;
 height: 0;
 line-height: 0;
 clear: both;
 visibility: hidden;
}
#location .clearfix { display: inline-block; }

/* MacIE用 */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }



/* largebanner CSS
-------------------------------------------------------------- */

#largebanner {
	width: 910px;
	height: 80px;
	padding: 0 0 10px 0;
	}
	
	
	
	
/* outline CSS
-------------------------------------------------------------- */	

.outline{
	margin-top:20px;
	}

.outline table.outline-tb {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.outline table.outline-tb th {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 5px 10px;
	background: #f9f7f3;
}

.outline table.outline-tb td {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 5px 10px;
}

.bt-left{
	float: left;
	width:450px;
	text-align:center;
	}
	
.bt-right{
	float: right;
	width:450px;
	text-align:center;
	}



/* footer CSS
-------------------------------------------------------------- */
#footer{
	height: 123px;
	padding-top: 23px;
	background: left top repeat-x url(../images/common/foot-bg.jpg);
	overflow: hidden;
}
#footer .inner{
	display: block;
	clear: none;
	width: 942px;
	height: 90px;
	margin: 0 auto;
	padding: 0 10px 33px 10px;
	_padding: 0 10px 30px 10px;
}
ul#fNav{
	float: right;
	width: 640px;
	margin: 0;
	list-style: none;
	text-align: right;
	}
	ul#fNav li{
		display: inline;
		padding: 0 5px;
		}
		ul#fNav li a{
			padding-left: 15px;
			text-decoration: none;
			color: #fff;
			background: left top no-repeat url(../images/common/foot-arrow.gif);
		}
		ul#fNav li a:hover{ text-decoration: underline;
}

#footLogo{
	float: left;
	clear: left;
	width: 252px;
	height: 72px;
	margin: 0;
}

#footer #bnrJasdaq{
	float: left;
	clear: none;
	width: 162px;
	height: 43px;
	margin: 0;
}

#footer address{
	float: right;
	width: 380px;
	margin: 28px 0 0 0;
	text-align: right;
	font-style: normal;
	color: #fff;
}



/* Clearfix Module
-------------------------------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

/* =Print Style
-------------------------------------------------------------- */

@media print {
	img{
		display: none;
	}
}