@charset 'utf-8';

/*--------------------------------------------------
	Style for Hotel New Otani [OSAKA]
	Last modefied : 2007-07-17
	written by : kaji [at] skyscape.jp
--------------------------------------------------*/

/*Reset Tags
-----------------------------------------------------------------------*/

body, td, th {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6em;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, Verdana, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, div, p, blockquote, pre, ul, ol, li, dl, dt, dd, caption, address, form {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
p, blockquote {margin: 1em 0;}
table {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {text-align: left;}
ul, ol {list-style: none;}
img {border: none; vertical-align: bottom;}


/*for screen
-----------------------------------------------------------------------*/

@media screen {


/*ヘッダ*/

#header1 {
	position: relative;
	height: 31px;
	background: #000 url(http://www.newotani.co.jp/osaka/img/popup_header_logo1.gif) no-repeat; 
}


#header1 a#hLogo {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 115px;
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}

#header1 a#hName {
	display: block;
	position: absolute;
	top: 10px;
	right: 5px;
	padding-left: 14px;
	color: #fff;
	height: 11px;
	background: #000 url(http://www.newotani.co.jp/osaka/img/pi_black.gif) no-repeat;
	font: 10px/11px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-decoration: none;
}
#header1 a#hName:hover {color: #999;}
#header2 {
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	background: #fc0 url(http://www.newotani.co.jp/osaka/img/popup_header_2.gif) center no-repeat;
}
#title {
	padding: 5px 5px 5px 20px;
	border-bottom: 1px solid #999;
	color: #000; 
	background: #fff url(http://www.newotani.co.jp/osaka/img/pa_black.gif) 5px 9px no-repeat;
	font-weight: bold;
	text-align: left;
}
#hLink {
	display: block;
	float: right;
	font-weight: normal;
	font-size: 10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

/*フッタ*/

#footer {
	clear: both;
	width: 100%;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	background: transparent url(http://www.newotani.co.jp/osaka/img/popup_header_foot.gif) bottom repeat-x;
}


/*お問合せ*/


.contact {
	margin: 20px auto;
	padding: 15px 0;
	background: #172f6c url(img/contact.png) no-repeat;
	color: #fff;
	text-align: center;
}

.contact a {
	color: #d20000;
	font-weight: bold;
}

.contact a:hover {
	color: #e88667;
}

.toPageTop {
	clear: both;
	height: 15px;
	text-indent: -9999px;
}
.toPageTop a {
	display: block;
	float: right;
	width: 110px;
	height: 15px;
	background: url(./img/btn_topagetop.png) no-repeat;
	overflow: hidden;
}
.toPageTop a:hover {background-position: 0 -15px;}
.toPageTop a:active {background-position: 0 -30px;}

/*Dummy*/
.imgover, .noPrint {}

/*screen end*/}


/*Text
--------------------------------------------------*/
.tNum18 {font-weight: normal; font-size: 18px; line-height: 1.4em; font-family: Arial, Helvetica, sans-serif;}
.tNum20 {font-weight: normal; font-size: 20px; line-height: 1.4em; font-family: Arial, Helvetica, sans-serif;}
.small {font-size: 10px;}
*+html .small {font-family: メイリオ, Meiryo, "MS PGothic", sans-serif; /*IE7*/}
.note {text-indent: -1em; margin-left: 1em;}

/*Float
--------------------------------------------------*/
.fLeft {float: left;}
.fRight {float: right;}
.cLeft {clear: left;}
.cRight {clear: right;}
.cBoth {clear: both;}
.clearfix {zoom: 1;} /*IE5.5-7*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}




/*for Print
-----------------------------------------------------------------------*/
@media print {

#hLogo,
#header2,
#category,
#hLink,
#footer,
.toPageTop,


.noPrint {
	display: none;
}


body {
	color: #000;
	background: #fff;
}

a:link, a:visited {
	color: #000;
	background: #fff;
	text-decoration: none;
}

ul {list-style: disc inside;}

#hName {
	display: block;
	color: #000;
	text-align: right;
}

#title {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}

.contact {
	width: 600px;
	margin: 20px auto;
	padding: 7px 0 5px;
	border: 1px solid #000;
	color: #000;
	text-align: center;
}

/*print end*/}


/*EOF*/

