/* ---- 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;
}
h1 {
	font-size:30px;
	color:#DF1104;
	font-weight:bold;
	margin:0 0 10px;
}
h1 a:link,
h1 a:active {
	color:#DF1104;
	text-decoration:none;
	font-weight:bold;
}
h1 a:hover {
	color:#DF1104;
	text-decoration:none;
	font-weight:bold;
}
h1 span.black {
	color:#000;
}
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 #logo {
	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 #logo a {
	color:#000;
	font-weight: 600;
	text-decoration: none;
}
#top #logo 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;
	clear: both;
	background: url(../images/header2.jpg) left 45px no-repeat;
}
.topBanner {
    float: left;
    height: 60px;
    padding: 6px 10px 0;
    width: 468px;
}

/*------search form-----*/
.search {
	margin: 0 0 15px 0;
	padding: 10px;
	background: #DF1104;
	border-radius: 5px;
}
.search h3,
#right .search h3 {
	margin: 0;
	padding: 8px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align:left;
	background:none;
	text-shadow:-1px -1px 0 #000;
	text-transform:uppercase;
}
.search h3 span {
	background: url(../images/magnifying-glass-white.gif) left top no-repeat;
	display:block;
	padding:0px 34px 4px;
}
.search form {
	background: #EB500B;
    border: 2px solid #FFFFFF;
    border-radius: 3px;
    margin: 0 0 5px;
    padding: 15px 25px;
}
.search label {
	color: #fff;
	font-weight: bold;
	font-family: tahoma;
	margin:0;
}
.search select {
	border:none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #000;
    font: 1em arial,helvetica,sans-serif;
    margin: 0 0 10px;
    padding: 10px 5px;
    width: 263px;
}
.search form fieldset {
	border: medium none;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.search input.go {
	font-weight: bold;
	border: #000 solid 1px;
	border-radius:4px;
	background: #000 url(../images/navbg2.gif) center center repeat-x;
	font-size: 1.5em;
    height: 36px;
    padding: 0 25px 4px;
	margin:0;
    text-shadow: -1px -1px 0 #000;
    /*width: 100px;*/
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
	float:right;
	font-weight:normal;
}

#left-left-col .search h3{
    font-size: 1.1em;
    padding: 8px 5px;
}
#left-left-col .search h3 span {
    background-position:right top;
    padding: 0 0 4px 0;
}
#left-left-col .search form {
    padding: 15px;
}
#left-left-col .search select {
    padding: 8px 5px;
    width: 226px;
} 
#searchMain {
	margin:0 0 30px;
	}
#searchMain fieldset {
	border:none;
	padding:20px;
	}
#searchMain select {
    margin: 0 0 10px;
	width: 94%;
            }
		
/*----------nav-----------*/
#nav {
	margin: 0;
	padding:0;
	width: 950px;
	background: #000 url(../images/navbg2.gif) center top repeat-x;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}
#nav ul {
	padding: 12px 0 10px 2px;
	margin: 0;
	width: 948px;
	height: 18px;
	background:none;
}
#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 12px;
	float: left;
	text-transform: uppercase;
}
#nav ul li a {
	padding: 0 30px;
	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 0 10px;
	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;
	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;
	}
.box {
	border-radius:8px;
	border:#888 solid 1px;
	padding:8px;
	margin:0 0 15px;
	clear:both;
}

/*-----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.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;
	}
.linklist2 {
	margin: 0 0 10px;
	padding: 0 5px;
	list-style: none;
	}
.linklist2 li {
	float:left;
	width: 130px;
    background: url("../images/bullet-linklist.png") no-repeat scroll left 7px transparent;
    margin: 0;
    padding: 5px 0 5px 15px;
}
.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;
}

/*-------Forms---------*/
.guidesForm {
	clear:left;
	padding:10px 0 0;
}
.guidesForm fieldset {
	border:none;
}
.guidesForm p {
	display:inline;
	vertical-align:middle;
	font-size:16px;
	margin:0 5px 0 0;
}
.guidesForm label {
	display:inline;
	vertical-align:middle;
	font-size:16px;
}
.guidesForm select {
    border: 1px solid;
    border-radius: 4px 4px 4px 4px;
    color: #000000;
    font: 1em arial,helvetica,sans-serif;
    margin: 0 10px;
    padding: 6px 5px;
    width: 200px;
	display:inline;
	vertical-align:middle;
}
#left-left-col .guidesForm {
	padding: 0;
}
#left-left-col .guidesForm select {
	margin:0;
	width:190px;
}
.guidesForm input.go {
    background: url("../images/navbg2.gif") repeat-x scroll center center #000000;
    border: 1px solid #000000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display:inline;
	vertical-align:middle;
    font-weight: normal;
    height: 31px;
    margin: 0;
    padding: 0 9px 4px;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px -1px 0 #000000;
    white-space: nowrap;
}

/*-----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;}

/* -- Accorion -- */
#accordion h3.ui-accordion-header  {
    clear: both;
    color: #9C2B04;
    cursor: pointer;
    font-size: 1em;
	padding:5px 5px 5px 20px;
	margin:0 0 15px;
	background-image:url(../images/bullet-accordion.png);
	background-position: 0 5px;
	background-repeat:no-repeat;
	background-color:#fff;
}
#accordion h3.ui-accordion-header:hover  {
	text-decoration:underline;
	}
#accordion h3.ui-accordion-header.ui-state-active {
	background-position: 0 -10px;
	background-color:#9C2B04;
	color:#fff;
	}
.showHide{
	margin:0 0 20px;
	}

/* =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;
}

