/* ---- default --- */
html {
	margin:0;
	padding:0;
}
body {
	font:76% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color:#333;
	background: /*#e9e9e7*/ url(../images/bg.jpg) center top repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:500;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height:1.3em;
	font: Verdana, Arial, Helvetica, sans-serif;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}
img {
	border: none;
	}
/* ---- containers --- */
#wrapper {
	margin: 10px auto 0 auto;
	display:block;
	padding: 0 15px;
	width: 950px;
	background: #fff url(../images/top.gif) center top no-repeat;
	position: relative;
}

/*--------links-----------*/
a:link, a:visited {
	color: #ff0000;
	text-decoration: underline;
	font-weight: 500;
}
a:hover {
	color: #ff9933;
	text-decoration: underline;
	font-weight: 500;
}
a:active {
	color: #ff9933;
	text-decoration: underline;
	font-weight: 500;
}
#right a:link, #right a:visited {
	color: #AD1802;
	font-weight:bold;
} 
a.out {
	background: url(../images/bullet-out.gif) right 4px no-repeat;
	padding-right: 8px;
	}
/* ------ Contact Form ----- */

#right-left-col label {
	display:block;
	margin:1em 0;
}
#right-left-col input, textarea {
	display:block;
	width:300px;
	font:normal 1em Arial, Helvetica, sans-serif !important;
	background-color:#fff !important;
}
#right-left-col ul li.ok {
	color:#666;
	font-style:italic;
}
#right-left-col ul li.error {
	color:#f00;
}

/*---------head-----------*/
#top {
	margin: 0 auto 10px auto;
	padding: 10px 0 0 0;
	width: 950px;
	background-color: #fff;
	}
#top .toplinx {
	margin: 15px 30px 0 0;
	padding: 0;
	float: right;
	color: #6b6263;
	font-size: 12px;
	display: inline;
}
#top .toplinx a {
	margin: 0;
	padding: 15px 15px 0 15px;
	color: #6b6263;
	text-decoration: none;
	background: url(../images/home.gif) center top no-repeat;
	border-right: #888 dotted 1px;
	float: left;
}
#top .toplinx a.home {
	background: url(../images/home.gif) center top no-repeat;
}
#top .toplinx a.sitemap {
	background: url(../images/sitemap.gif) center top no-repeat;
}
#top .toplinx a.contact {
	background: url(../images/contact.jpg) center 1px no-repeat;
	border-right: none;
	}
#top .toplinx a:hover {
	color: #6b6263;
	text-decoration: underline;
	}
#top h1 {
	margin: 0;
	padding: 5px 20px 5px 10px;
	font-size: 48px;
	word-spacing: -4px;
	text-transform: uppercase;
	font-family: "Arial Black";
	font-style:normal;
	line-height: 0.7em;
	float: left;
}
#top h1 a {
	color:#000;
	font-weight: 600;
	text-decoration: none;
}
#top h1 span.black {
	color:#df1104;
	font-size: 30px;
	margin: 0;
	padding: 0;
	display: block;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 20.2em;
	clear: both;
	background: url(../images/header2.jpg) left 45px no-repeat;
}
#header-left {
	margin: 0;
	padding: 0;
	width: 650px;
	float: left;
}
#header-right {
	width: 293px;
	position: absolute;
	top: 98px;
	left: 672px;
}
#header-right .search {
	margin: 0 0 5px 0;
	padding: 0;
	width: 293px;
	height: 40px;
	background: url(../images/searchbg.gif) center top repeat-x;
}
#header-right .search h3 {
	margin: 0;
	padding: 8px 20px;
	width: 253px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../images/searchcorner.gif) right top no-repeat;
	text-align:center;
}

/*------search form-----*/
#header-right .search h3 span {
	background: url(../images/magnifying-glass-white.gif) right top no-repeat;
	display:block;
	padding:2px 0;
	}
#header-right input, select, textarea {
            margin: 0 auto 10px auto;
            padding: 5px;
			width: 200px;
            background-color:#fff;
            border:#993300 solid 1px;
            display: block;
			text-align: left;
            }
#header-right form {
	background: #9c2b04 url(../images/form-bg2.gif) center top no-repeat;
	padding: 10px 10px 5px 10px;
	margin: 0;
	height: 185px;
	/*text-align: center;*/
	}
#header-right form fieldset {
            padding: 10px;
            margin: 0;
            border: none;
            }           
#header-right label {
	color: #fff;
	font-weight: bold;
	font-family: tahoma;
	margin:30px;
	}
#header-right form span {
	width: 100px;
	float: left;
	display: block;
	margin-bottom: 10px;
	}
#left-left-col form {margin: 0;
	padding: 0 5px;
	list-style: none;
	width: 268px;
	border-left: #888 solid 1px;
	border-right: #888 solid 1px;
	}
#left-left-col form fieldset {
	border:none;
	}
#header-right input.go, #left-left-col input.go {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: #fff solid 1px;
	background: #000 url(../images/navbg2.gif) center center repeat-x;
	color: #fff;
	padding: 4px 5px 6px 5px;
	margin:0 auto;
	width: 100px;
	height: 30px;
	text-align:center;
	display:block;
	}
#left-left-col input.go {
	margin:0 25px;
	}
/*----------nav-----------*/

#nav {
	margin: 0;
	padding:0;
	width: 650px;
	background: #000 url(../images/navbg2.gif) center top repeat-x;
}
#nav ul {
	padding: 12px 0 10px 2px;
	margin: 0;
	width: 648px;
	height: 18px;
	background: url(../images/navcorner2.jpg) left top no-repeat;
	}
#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 12px;
	float: left;
	text-transform: uppercase;
}
#nav ul li a {
	padding: 0 15px 0 11px;
	color: #fff;
	text-decoration: none;
	background: url(../images/navborder.gif) right center no-repeat;
}

#nav ul li a:hover, #nav ul li a.nowpage {
	color: #fff;
	text-decoration: underline;
}
#nav ul li a.last {
	background: none;
	padding-right: 0;
}

/*----------bread crumb---------*/
.breadcrumb {
	margin: 5px 15px;
	padding: 0 0 2px 0;
	list-style: none;
	border-bottom: #e9e9e7 solid 1px;
	}
.breadcrumb li {
	margin: 0;
	padding: 0;
	display: inline;
	background: url(../images/bullet-bread.png) left 2px no-repeat;
	}
.breadcrumb li a {
	margin: 0;
	padding: 0 0 0 15px;
	color: #888;
	text-decoration: none;
}
.breadcrumb li a.home {
	margin: 0;
	padding: 0 0 0 15px;
	color: #888;
	text-decoration: none;
	background: url(../images/home.gif) left 2px no-repeat;
}
.breadcrumb li a:hover {
	margin: 0;
	padding: 0 0 0 15px;
	color: #888;
	text-decoration: underline;
}
	
/*---------content-----------*/
#content {
	margin: 0 0 30px 0;
	padding: 0;
	background: url(../images/v-line.gif) 780px bottom repeat-y;
	}
.bodytext {
	margin: 0;
	padding: 0 10px;
	border-left: #acb4b7 solid 1px;
	border-right: #acb4b7 solid 1px;
	}
.bodytext-top {
	margin: 0;
	padding: 0;
	height: 15px;
	background: url(../images/bodytexttop.gif) center bottom no-repeat;
	}
.bodytext-bot {
	margin: 0 0 20px 0;
	padding: 0;
	height: 15px;
	background: url(../images/bodytextbottom.gif) center top no-repeat;
	}
#left {
	margin: 0;
	padding:0;
	width: 770px;
	float: left;
}
#right-left-col {
	margin: 0 5px 0 0;
	padding: 0;
	float: right;
	width: 470px;
	background-color: #fff;
	min-height: 500px;
	_height:500px;
}
#right-left-col h2 {
	padding: 0 0 0 24px;
	margin: 0 0 15px 0;
	color: #000;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	background: url(../images/sphere.jpg) left center no-repeat;
}
#right-left-col h3 {
	padding: 0;
	margin: 20px 0 5px 0;
	color: #000;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 500;
}
#right-left-col h4 {
	padding: 0;
	margin: 0 0 2px 0;
	color: #eb500b;
	font-size: 1.1em;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
}
#right-left-col p {
	padding: 0;
	color: #333;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
#right-left-col #hotel, #right-left-col #business, #right-left-col #ryokan, #right-left-col #minshuku, #right-left-col #capsule, #right-left-col #hostel, #right-left-col #love, #right-left-col .general {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0px;
	font-size:1.2em;
	font-weight:600;
	color:#7a6750;
	text-transform: none;
	/*background: #fff url(../images/bullet-header.png) left 12px no-repeat;*/
	}
.caption, #right-left-col .caption {
	margin: 2px auto 20px auto;
	padding: 0;
	text-align:center;
	font-size:0.9em;
	font-family:"Courier New", Courier, monospace;
	background-color: #f1f1f1;
	border: 1px dashed #333;
	}
#right-left-col .accomtypes-img {
	margin: 0 0 15px 15px;
	padding: 0;
	width: 160px;
	float: right;
	}
#right-left-col .accomtypes-img img {
	display: block;
	border:1px solid #333;
	margin-top: 3px;
	}
#right-left-col .tcaption {
	margin: 2px auto;
	padding: 0;
	text-align:center;
	font-size:0.9em;
	font-family:"Courier New", Courier, monospace;
	background-color: #f1f1f1;
	width: 160px;
	border: 1px dashed #333;
	}
#left-left-col {
	margin: 0;
	padding: 0;
	float:left;
	width: 280px;
	background-color: #fff;
}
#left-left-col {
	margin: 0;
	padding: 0;
	color:#ad1802;
	font-size:1.1em;
}

#right {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	width: 160px;
	background-color: #fff;
}

#right h3 {
	padding: 5px;
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #eb500b url(../images/bg-h3.jpg) right bottom no-repeat;
}
#right .two {
	padding: 5px;
	margin: 10px 0 10px 0;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	background: #eb500b url(../images/bbar.gif) left bottom repeat-x;
}
#right p {
	padding: 0;
	margin: 5px 0 2px 0;
	}
#right img {
	padding: 0;
	margin: 5px 0 15px 0;
	display: block;
	border: 1px solid #000;
	}	
#right-left-col .pagelinx {
	padding-left: 2px;
	padding-right: 2px;
	cursor: default;
	}
#right-left-col .pagelinx a {
	padding: 5px;
	color: #ae2626;
	background: url(../images/portal-bg.gif) center center repeat-x;
	}
#right-left-col .pagelinx.browse a {
	display: block;
	}
#right-left-col .pagelinx a:hover {
	color: #000;
	text-decoration: none;
	background: url(../images/portal-bg.gif) center bottom repeat-x;
	}
#right-left-col .pagelinx a span.mg {
	background: url(../images/magnifying-glass.png) left center no-repeat;
	float: right;
	width: 22px;
	height: 18px;
	}
#right-left-col .pagelinx a span.tdnone {
	text-decoration: none;
	}
/*-----index portal-----*/

#right-left-col .portal {
	border: #e9e9e7 solid 1px;
	margin: 0 0 10px 0;
	padding: 10px 20px 10px 10px;
	width: 440px;
	background: #fff url(../images/portal-bg.gif) center bottom repeat-x;
	}	
#right-left-col .portal h3 {
	padding: 0 1px 0 0;
	margin: 0 0 5px 75px;
	color: #9c2b04;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: #e9e9e7 solid 1px;
	}
	#right-left-col .portal h3 a:link, .portal h3 a:visited {
		color: ##9c2b04;
		text-decoration: none;
		font-weight: bold;
		}
	#right-left-col .portal h3 a:hover{
		color: #9c2b04;
		text-decoration:underline;
		font-weight: bold;
		}
#right-left-col .portal p {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	}
#right-left-col	.portal .more {
		padding: 0;
		margin: 5px 0 0 0;
		font-size: 1em;
		color: #333;
		text-align:right;
		}
#right-left-col	.portal .more a{
		font-size: 1em;
		color: #333;
		text-decoration:underline;
		}
#right-left-col .portal img {
	padding: 1px;
	margin: 0 10px 5px 0;
	float: left;
	border: #888 solid 1px;
	}
/*-----AP portal-----*/

#right-left-col .ap-portal {
	border: #e9e9e7 solid 1px;
	margin: 0 0 20px 0;
	padding: 10px;
	width: 450px;
	background: #fff url(../images/portal-bg.gif) center bottom repeat-x;
	clear: both;
	}	
#right-left-col .ap-portal .text {
	margin: 0;
	padding: 0;
	float: left;
	width: 230px;
}
#right-left-col .ap-portal h3 {
	padding: 0 1px 0 0;
	margin: 0 0 5px 0;
	color: #9c2b04;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: #e9e9e7 solid 1px;
	}
	#right-left-col .ap-portal h3 a {
		color: ##9c2b04;
		text-decoration: none;
		font-weight: bold;
		}
	#right-left-col .ap-portal h3 a:hover{
		color: #9c2b04;
		text-decoration:underline;
		font-weight: bold;
		}
#right-left-col .ap-portal p {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	}
#right-left-col .ap-portal .more {
		padding: 0;
		margin: 5px 0 0 0;
		font-size: 0.9em;
		color: #333;
		}
#right-left-col .ap-portal .more a{
		font-size: 1em;
		color: #333;
		text-decoration:underline;
		}
#right-left-col .ap-portal img {
	padding: 1px;
	margin: 0 10px 0 0;
	float: left;
	border: #888 solid 1px;
	}
#right-left-col .ap-portal .info {
	padding: 0 0 10px 0;
	margin: -15px 0 10px 0;
	float: right;
	font-size: 1.1em;
	color: #000;
	position: relative;
	background: url(../images/info-bg-bottom.gif) center bottom no-repeat;
	}
#right-left-col .ap-portal .info-inner {
	padding: 8px 9px 0 9px;
	margin: 0;
	width: 112px;
	height: 5.7em;
	background: url(../images/info-bg.gif) center top no-repeat;
	}
#right-left-col .ap-portal .info-outer {
	margin: 0;
	padding: 0;
	background: url(../images/info-bg-repeat.gif) center top repeat-y;
	}
#right-left-col .ap-portal .info p {
	font-size: 1em;
	color: #000;
	padding: 0;
	margin: 0;
	}
#right-left-col .ap-portal .bo {
	padding: 0;
	margin: 0;
	display: inline;
	}
#right-left-col .ap-portal .bo a {
	text-decoration:none;
	text-transform: uppercase;
	background: url(../images/bbar2.gif) center center no-repeat;
	width: 100px;
	color: #fff;
	padding: 3px 15px;
	margin: 0;
	font-size: 0.9em;
	float: right;
	text-align: center;
	clear: right;
}

	
/* --- lists --- */

#left-left-col h3 {
	margin: 0 0 10px 0;
	padding: 7px 10px;
	background: url(../images/h-bg-1.gif) left center no-repeat;
	color: #fff;
	font-size: 1em;
}
#left-left-col h3.two {
	margin: 0 0 10px 0;
	padding: 7px 10px;
	background: url(../images/h-bg-2.gif) left center no-repeat;
	color: #fff;
	font-size: 1em;
}
#left-left-col h3 span.book {
	background: url(../images/magnifying-glass-white.gif) left center no-repeat;
	margin-right: 5px;
	margin-top: -2px;
	float: right;
	width: 24px;
	height: 21px;
	}
.linklist {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	width: 268px;
	border-left: #888 solid 1px;
	border-right: #888 solid 1px;
	}
.linklist.left {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	width: 125px;
	border-left: #888 solid 1px;
	border-right: none;
	float: left;
	}
.linklist.right {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	width: 125px;
	border-right: #888 solid 1px;
	border-left: none;
	float: right;
	}
.link-list-top {
	margin: 0;
	padding: 0;
	height: 16px;
	background: url(../images/link-list-top2.gif) left bottom no-repeat;
	}
.link-list-bot {
	margin: 0 0 20px 0;
	padding: 0;
	height: 16px;
	background: url(../images/link-list-bottom2.gif) left top no-repeat;
	clear: both;
	}
.linklist li {
	margin: 0;
	padding: 5px 0 5px 15px;
	font-size: 0.9em;
	border-bottom: #ccc dashed 1px;
	background: url(../images/bullet-linklist.png) no-repeat left 7px;
}
.linklist li a {
	color:#333;
	text-decoration:none;
}
.linklist li a:hover {
	color:#333;
	text-decoration: underline;
}

/*-----footer-----*/

#footer {
	border-top:#888 solid 1px;
	background-color: #fff;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 10px 10px 15px 10px;
	width: 930px;
	font-size: 0.9em;
}
#footer p {
	margin: 0;
	padding: 0;
	font-family: tahoma;
}
#footer p.footlinx {
	margin: 0;
	padding: 0;
	float: right;
}
#footer p.footaccom {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}
#footer p a {
	color: #666;
	text-decoration: none;
}
#footer p a:hover {
	color: #666;
	text-decoration: underline;
}

/* --------- Map --------- */
#flashmap {
	margin: 0 0 20px 0;
	padding: 5px;
	width: 460px;
	height: 285px;
	background: url(../images/map-temp.gif) center center no-repeat;
	}
#mapContainer {
	height: 580px;
	width: 445px;
}
div#map {
	height: 580px;
	width: 445px;
	margin: 20px 0 20px 0;
	border:#000 solid 1px;
}
#side-bar a:hover {
	text-decoration: underline;
}
#side-bar p {
	font-size: 1em;
	margin: .4em 0 .4em 0;
	padding-left: 10px;
	background: url(../images/bullet-blue.gif) 0 .55em no-repeat;
}
#side-bar {
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-top: 1em;
}
#side-bar-title {
	line-height: 1.5em;
	font-weight: bold;
	margin: 0;
}
#right img[alt="currency converter"]{padding: 0;
	margin: 10px 0 15px 0;
	display: block;
	border: 1px solid #000;}

/* =self clearing
----------------- */
/*** see http://www.positioniseverything.net/easyclearing.html
   for explanation of Tony Aslett's elegant hack ***/
.clearfloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfloat {
	display: inline-block;
}
/* Hides from IE-mac */
* html .clearfloat {
	height: 1%;
}
.clearfloat {
	display: block;
}
/* End hide from IE-mac */
/*** end clearing hack ***/ 	
	
	
	
.clearer {
	height:0;
	margin:0;
	padding:0;
	clear:both;
	display:block;
}
