@charset "UTF-8";
/* CSS Document */
*{margin:0;padding:0;}
html, body, #wrap {height: 100%;}
body {
	background-color: #FFFFFF;
}
body > #wrap {height: auto; min-height: 100%;}
a:link {
	color: #ffd1b1;
}
a:hover {
	color: #FF6600;
}
a:visited {
	color: #ffd1b1;
}
a:active {
	color: #FFFFFF;
}
#main {padding-bottom: 200px;}  /* must be same height as the footer */
#header {
	width:100%;
	height: 150px;
	margin:auto;
	position: relative;
	background-image: url(images/header-bg.png);
	background-repeat:repeat-x;
	background-position: top;
}
#footer {
	position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	clear:both;
	background-image: url(images/footer.png);
	background-repeat:repeat-x;
	background-position: top;
	background-color:#072f6d;
	} 

/* CLEAR FIX*/
.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 */


#header-inner{
	width: 950px;
	margin: auto;
	position: relative;
	height: 150px;
	padding-top:5px;
}
#logo{
	width: 159px;
	height: 137px;
	float: left;
}
#search-and-menu{
	width: 600px;
	float: right;
	height: 150px;
	
}
#search-and-menu-table{
	position: relative;
	width: 600px;
	margin-top:6px;
	}
	
/**
 * Default theme
 *
 */
#sce{
	background-image: url(images/search-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 395px;
	height: 40px;
	text-align: right;
	position: relative;
	z-index: 999;
	left: 205px;
}
#cse{
	width: 350px;
	z-index: 1;
}
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 11px 0px 0px 10px;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color:none;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border:none;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #ffffff;
  text-shadow: none;
  background-color: none;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  border: 1px solid;
  border-color: none;
  margin-bottom: 1em;
  background-color: #f2f4f7;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  border: 1px solid;
  border-color: none;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #008000;
}



#nav ul {
	margin:0px 0px 0px 100px;
	padding:0;
	list-style:none;
	display:table;
	white-space:nowrap;
	font-family: "Lusida Grande", sans-serif, verdana, Georgia;
	font-size:16px;
	width: 500px;
}
#nav li {
	display:table-cell;
	margin:0;
	padding:0;
	width:81px;
	height:41px;
}
#nav a {
	width: 81px;
	height: 41px;
	float:left;
	color:#DADADA;
	margin:0px;
	padding:10px 0px 0px 0px;
	text-align: center;
	text-decoration:none;
}
#nav a:hover {
	width: 81px;
	height: 41px;
	background: url(./images/tab.png) no-repeat top;
	color:#a7611d;
	cursor:pointer;
} 
#nav .current a {
	width: 81px;
	height: 41px;
	background: url(./images/tab.png) no-repeat top;
	color:#a7611d;
	cursor:default;
} 
#nav {
	padding:2px 0 0px 0;
	margin:50px 0 100px 0;
}





#home-main{
	width: 100%;
	height: 500px;
	background-image: url(images/bgs/bg-2009-12_1.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#home-main-inner{
	width: 950px;
	height: 500px;
	margin: auto;
	position: relative;
}
#home-main-inner-left h1{
	float: left;
	margin: -1500px;
	clear: both;
}
#home-main-inner-left{
	width: 700px;
	text-align: center;
	float: left;
	height: 200px;
	padding-top: 150px;
	display: block;
}
#home-main-inner-right{
	width: 220px;
	text-align: center;
	float: left;
	height: 400px;
	margin-left: 20px;
	display: block;
}
#home-main-inner-right-inner{
	position: relative;
	margin: auto;
	margin-top: 19px;
	width: 225px;
	height: 361px;
	background-image:url(images/home-right-menu-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#home-main-inner-right-inner-menu ul{
	margin:0px 0px 0px 20px;
	padding:20px 0px 0px 10px;
	list-style:none;
	display:table;
	white-space:nowrap;
	font-family: "Lusida Grande", sans-serif, verdana, Georgia;
	font-size:14px;
	text-align: left;
}
#home-main-inner-right-inner-menu li {
	display:block;
	margin:0;
	padding:0;
	height:30px;
}
#home-main-inner-right-inner-menu a {
	color:#666666;
	text-decoration:none;
	border-left:1px #CCCCCC solid;
	padding-left: 5px;
}
#home-main-inner-right-inner-menu a:hover {
	color:#a7611d;
	cursor:pointer;
	border-left:1px #a7611d dotted;
	padding-left: 20px;
} 

#prices{
	color:#666666;
	text-align: center;
	margin:auto;
	position: relative;
	float: left;
}
#prices h2{
	font-size: 1.0em;
}
#prices h3{
	font-size: 0.9em;
}
#prices h4{
	font-size: 0.8em;
	font-weight: normal;
}
.prices-1{
	font-family: Georgia, "Lusida Grande", sans-serif, verdana;
	font-size: 1.2em;
	font-weight: 600;
	padding: 2px 0px 2px 0px;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}
.prices-2{
	font-family: "Lusida Grande", sans-serif, verdana, Georgia;
	font-size: 1.4em;
	padding: 5px 0px 2px 0px;
	color: #FF0033;
	font-style: italic;
}
.prices-3{
	font-family: "Lusida Grande", sans-serif, verdana, Georgia;
	font-size: 1.0em;
	padding: 2px 0px 2px 0px;
	color: #666666;
	line-height: 1.1em;
}



.main-2nd-line{
	width: 950px;
	margin: auto;
	position: relative;
	font-size: 0.8em;
	color: #666666;
	font-family: "Lusida Grande", sans-serif, verdana, Georgia;
}
.main-2nd-line-table{
	width: 950px;
	margin: 10px 0px 10px 0px;
	text-align: center;
	font-family: "Lusida Grande", sans-serif, verdana, Georgia;
}



.main-3rd-line{
	width: 950px;
	margin: auto;
	position: relative;
}
.main-3rd-line-table{
	width: 950px;
	margin: 10px 0px 10px 0px;
	text-align: center;
	font-family: "Lusida Grande", sans-serif, verdana, Georgia;
	color: #666666;
}
.top10-2 a:link{
	color: #FF3300;
	}
.top10-2 a:hover{
	color: #FF6600;
	}
.top10-2 a:visited{
	color: #0033CC;
	}
.top10-header{
	color:#666666;
	font-family: Georgia, "Lusida Grande", sans-serif, verdana;
}
.main-3rd-line-table h2{
	font-size: 1.0em;
}
.top10-1{
	font-family: Georgia, "Lusida Grande", sans-serif, verdana;
	font-size: 1.2em;
	font-weight: 600;
	padding: 2px 0px 2px 0px;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	width: 712px;
}
.insurance-1{
	font-family: Georgia, "Lusida Grande", sans-serif, verdana;
	font-size: 1.2em;
	font-weight: 600;
	padding: 2px 0px 2px 0px;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	width: 237px;
}
.top10-2{
	font-family: "Lusida Grande", sans-serif, verdana, Georgia;
	font-size: 0.8em;
	padding: 5px 0px 10px 0px;
	color: #333333;
	text-align: left;
}
.insurance-2{
	font-family: "Lusida Grande", sans-serif, verdana, Georgia;
	font-size: 1.4em;
	padding: 5px 0px 2px 0px;
	color: #FF0033;
	font-style: italic;
}


#tt-footer{
	width: 950px;
	padding-top:20px;
	color:#dadada;
	margin: auto;
	position: relative;
	}
.footer-midashi{
	font-size: 1.2em;
	font-family: Georgia, "Lusida Grande", sans-serif, verdana;
	font-weight: 600;
	color: #DADADA;
	}
.footer-link{
	margin: 5px;
}
.footer-link a:link{
	color: #CCCCCC;
	font-size: 0.7em;
	font-family: "Lusida Grande", sans-serif, verdana;
	padding: 2px 0px 1px 7px;
}
.footer-link a:hover{
	color: #CCCCCC;
	border-left:1px #FFFFFF dotted;
	padding: 2px 0px 1px 6px;
}
.footer-link a:visited {
	color: #999999;
	font-size: 0.7em;
	font-family: "Lusida Grande", sans-serif, verdana;
	padding: 2px 0px 1px 6px;
}
#footer-copy{
	margin:auto;
	position: relative;
	width: 700px;
	padding-top: 20px;
	color: #DADADA;
	font-size: 0.8em;
	font-family: "Lusida Grande", sans-serif, verdana;
	text-align: center;
}

#sortabletable{
	border-width: 0px;
	padding: 5px;
}

#sortabletable td{
	padding: 2px;
	background-color: #F6F6F6;
	border-bottom: 1px #CCCCCC solid;
	border-width: 0px 0px 1px 0px;
	text-align: left;
}
#sortabletable a:link{
	text-decoration: none;
	color:#CC3333;
	font-family: "Lusida Grande", sans-serif, verdana;
}
#sortabletable a:hover{
	text-decoration: none;
	color: #FF0000;
	font-family: "Lusida Grande", sans-serif, verdana;
}
.sortheader{
	font-size: 1.2em;
	font-weight: 600;
	text-align: left;
	width: 100%;
	padding: 2px 0px 2px 0px;
	margin: 5px;
	font-family:"Lusida Grande", sans-serif, verdana;
}

.h_photos{
	width: 100%;
}
.h_prices{
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: 600;
	font-style: italic;
	padding: 5px;
	border: 1px dotted #CCC;
	background-color: #FF0000;
	text-align: center;
}

.h_sub{
	padding: 5px;
	border: 1px dotted #CCC;
	background-color: #FFFFFF;
	text-align: center;
}
.h_rating-5{
	padding: 5px;
	border: 1px dotted #CCC;
	background-color: #333333;
	color: #FFFF00;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
}
.h_rating-4{
	padding: 5px;
	border: 1px dotted #CCC;
	background-color: #666666;
	color: #FFFF00;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
}
.h_rating-3{
	padding: 5px;
	border: 1px dotted #CCC;
	background-color: #999999;
	color: #FFFF00;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
}
.h_rating-2{
	padding: 5px;
	border: 1px dotted #CCC;
	background-color: #FFFFFF;
	color: #FFFF00;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
}
.h_name{
	padding: 5px;
	border: 1px dotted #CCC;
	background-color: #FFFFFF;
	text-align: center;
}
.h_desc{
	padding: 5px;
	border: 1px dotted #CCC;
	background-color: #FFFFFF;
	text-align: left;
}