@charset "utf-8";

/*-------------------------weather------------------------*/
@import "/include/weather/css/common.css";
/*--------------------------------------------------------*/

/* initialize
------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
html,
body {
	height:100%;
}
body {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul,
ol,
dl {
	list-style-type:none;
}
img {
	border:none;
	font-size:1px;
	line-height:0;
	vertical-align:top;
}
table {
	border-collapse:collapse;
}
textarea {
	font-size:100%;
}
br {
	letter-spacing:0;
}
option {
	padding:0 10px 0 0;
}

/* clearfix
------------------------------------------------------------------------------*/
#header:after,
#gnavi:after,
#contents:after,
#keywordSearch ul:after,
/*#weatherForecast table td:after,*/
#contents #siteCommonBanner:after,
#footer:after,
.clearfix:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
/* clearfix ie
------------------------------------------------------------------------------*/
#header,
#gnavi,
#contents,
#keywordSearch ul,
/*#weatherForecast table td,*/
#contents #siteCommonBanner,
#footer,
.clearfix {
	/zoom:1;
}
/* off-left
------------------------------------------------------------------------------*/
.btn a,
.btn input,
.btns,
.btns a,
.btns input,
#header #logo a,
#header #hnavi,
#header #hnavi a,
#gnavi li a,
#gnavi li.fontSize p,
.pagetop a {
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:0;
	text-align:left;
	text-decoration:none;
	text-indent:-9999px;
}

/* rollover
------------------------------------------------------------------------------*/
.btn a,
.btn input,
.btns a,
.btns input,
#header #hnavi a,
#gnavi li a,
.pagetop a {
	border:none;
	background-color:transparent;
	outline:none;
	cursor:pointer;
}
.btn a:hover,
.btn input:hover,
.btns a:hover,
.btns input:hover,
#header #hnavi a:hover,
#gnavi li a:hover,
.pagetop a:hover {
	background-position:left bottom;
}

body {
	padding-top:8px;
	background-color:#E8E0CF;
	background-image:url(../images/common/bg_site_line.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	line-height:1.5;
	letter-spacing:normal;
	font-size:75%;
	color:#505050;
}
a {
	text-decoration:underline;
	color:#458CC1;
}
a:hover {
	text-decoration:none;
}


/* page
------------------------------------------------------------------------------*/
#page {
	width:1060px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat:repeat-y;
	background-position:left top;
}


/* header
------------------------------------------------------------------------------*/
#header {
	position:relative;
	width:999px;
	height:94px;
	margin-left:31px;
	background-image:url(../images/common/header/image.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#header h1 {
	position:absolute;
	top:18px;
	left:50px;
	font-weight:normal;
	font-size:12px;
	color:#8D8771;
}
#header #logo {
	float:left;
	padding-top:17px;
	margin-right:3px;
}
#header #logo a {
	width:262px;
	height:71px;
	background-image:url(../images/common/header/logo.jpg);
	outline:medium none;
}
#header #hnavi {
	float:left;
	width:352px;
	margin-top:50px;
}
#hnavi li {
	float:left;
}
#hnavi li a {
	height:38px;
}
#hnavi li.yokohama a {
	width:87px;
	background-image:url(../images/common/header/hnavi/yokohama.jpg);
}
#hnavi li.kamasho a {
	width:120px;
	background-image:url(../images/common/header/hnavi/kamakura.jpg);
}
#header #hnavi li.odahako a {
	width:145px;
	background-image:url(../images/common/header/hnavi/odawara.jpg);
	background-position:left bottom;
}


/* gnavi
------------------------------------------------------------------------------*/
#gnavi {
	width:1000px;
	margin:0 0 8px 30px;
}
#gnavi li {
	float:left;
	width:200px;
}
#gnavi li a {
	width:200px;
	height:40px;
}
#gnavi li.attractionsSearch a {
	background-image:url(../images/common/gnavi/attractions_search.jpg);
}
#gnavi li.events a {
	background-image:url(../images/common/gnavi/events.jpg);
}
#gnavi li.giving a {
	background-image:url(../images/common/gnavi/giving.jpg);
}
#gnavi li.aboutTravelMap a {
	background-image:url(../images/common/gnavi/about_travel_urara_map.jpg);
}
#gnavi li.fontSize {
	position:relative;
	height:40px;
	background-image:url(../images/common/gnavi/font_size_changer.jpg);
}
#gnavi li.fontSize ul {
	position:absolute;
	top:10px;
	left:108px;
}
#gnavi li.fontSize li {
	width:19px;
	height:19px;
	margin-right:7px;
}
#gnavi li.fontSize li a {
	width:19px;
	height:19px;
}
#gnavi li.fontSize li.current a {
	background-position:left bottom;
}
#gnavi li.fontSize li#small a {
	background-image:url(../images/common/gnavi/small.jpg);
}
#gnavi li.fontSize li#medium a {
	background-image:url(../images/common/gnavi/medium.jpg);
}
#gnavi li.fontSize li#large a {
	background-image:url(../images/common/gnavi/large.jpg);
}

#gnavi li.giving ul {
	display:none;
	position:absolute;
	z-index:100;
	width:200px;
}
#gnavi li.giving ul li {
	float:none;
	display:inline;
}
#gnavi li.giving ul li a {
	height:41px;
	background-position:left top;
}
#gnavi li.giving ul li a:hover {
	background-position:right top;
}
#gnavi li#givingPresent a {
	background-image:url(../images/common/gnavi/giving_present.gif);
}
#gnavi li#givingPhoto a {
	background-image:url(../images/common/gnavi/giving_photo.gif);
}
#gnavi li#givingStamp a {
	background-image:url(../images/common/gnavi/giving_stamp.gif);
}


/* contents
------------------------------------------------------------------------------*/
#main #path {
	padding-bottom:5px;
}
#contents {
	width:1000px;
	padding-bottom:30px;
	margin-left:30px;
}
#contents #main {
	float:right;
	width:770px;
}
#contents #sub {
	float:left;
	width:220px;
}
#sub #keywordSearch {
	width:220px;
	padding-bottom:6px;
	margin-bottom:10px;
	background-image:url(../images/common/sub/bg_keyword_search.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#keywordSearch .inner {
	padding:11px 0 11px 9px;
	border-left:3px solid #C0BEC1;
	border-right:3px solid #C0BEC1;
	background-color:#FFF;
}
#keywordSearch form {
	display:block;
	width:200px;
	background-image:url(../images/common/sub/bg_input_keyword_body.gif);
	background-position:0 0;
	background-repeat:repeat-y;
}
#keywordSearch .inputbox,
#keywordSearch .btn {
	width:189px;
	padding:8px 0 5px 11px;
	background-image:url(../images/common/sub/bg_input_keyword_top.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
#keywordSearch .inputbox input {
	width:176px;
	border:1px solid #C6C6C6;
}
#keywordSearch .btn {
	padding:0 0 10px 11px;
	background-image:url(../images/common/sub/bg_input_keyword_bottom.jpg);
	background-position:left bottom;
}
#keywordSearch .btn input {
	width:178px;
	height:18px;
	background-image:url(../images/common/sub/search.jpg);
}
#keywordSearch ul {
	width:195px;
	margin-top:10px;
	letter-spacing:1px;
}
#keywordSearch li.purpose {
	float:left;
	padding:1px 0 0 20px;
	background-image:url(../images/common/sub/icon_search_purpose.gif);
	background-position:6px 0;
	background-repeat:no-repeat;
}
#keywordSearch li.map {
	float:right;
	padding:1px 0 0 15px;
	background-image:url(../images/common/sub/icon_search_map.gif);
	background-position:1px 1px;
	background-repeat:no-repeat;
}
#keywordSearch li a {
	font-size:10px;
	color:#656565;
}

#sub .banner,
#sub ul.banner li {
	padding-bottom:10px;
}
#sub ul.banner {
	padding-bottom:0;
}

#sub .limitedLinks {
	padding-bottom:5px;
}
#sub .limitedLinks li {
	padding-bottom:5px;
}
#sub .btn#corse {
	padding-bottom:10px;
}
#sub .btn#corse a {
	display:block;
	width:220px;
	height:55px;
	background-image:url(../images/common/sub/model_course.jpg);
}
#sub .limitedLinks .btn a {
	display:block;
	width:220px;
	height:54px;
}
#sub .limitedLinks #present a {
	background-image:url(/images/common/sub/website_de_present.jpg);
}
#sub .limitedLinks #photo a {
	background-image:url(/images/common/sub/photo_contest.jpg);
}
#sub .limitedLinks #stamp a {
	background-image:url(/images/common/sub/stamp_rally.jpg);
}
#sub .banner .btn a {
	display:block;
	width:220px;
	height:77px;
}
#sub .banner .btn#guidmap a {
	height:100px;
	background-image:url(../images/common/sub/odahako_tourist_guidemap.jpg);
}
#sub .banner .btn#blog a {
	height:80px;
	background-image:url(../images/common/sub/staff_blog.jpg);
}
#sub .banner .btn#twitter a {
	height:63px;
	background-image:url(../images/common/sub/twitter.jpg);
}
#sub .links {
	width:100%;
	table-layout:fixed;
	margin-bottom:12px;
	border-top:1px solid #C7C7C7;
	border-left:1px solid #C7C7C7;
}
#sub .links td {
	border-right:1px solid #C7C7C7;
	border-bottom:1px solid #C7C7C7;
	background-color:#F0F0F0;
	background-image:url(../images/common/sub/bg_sidenavi_links.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
}
#sub .links td.none {
	background-color:#DCDCDC;
	background-image:none;
}
#sub .links td a {
	display:block;
	padding:2px 0 2px 5px;
	background-image:url(../images/common/sub/arrow_blue.jpg);
	background-position:15px 6px;
	background-repeat:no-repeat;
	text-align:center;
	font-size:12px;
}
#contents #siteCommonBanner {
	clear:both;
	width:1000px;
	padding-top:20px;
}
#contents #siteCommonBanner li {
	float:left;
	padding-right:6px;
}
#contents #siteCommonBanner li.last {
	padding-right:0;
}

#path a{
	color:#555555;
}
.pagetop a {
	width:;
	height:;
	margin-left:auto;
	margin-right:;
	background-image:url(../images/common/pagetop.gif);
}

#sub .btn a {
	border:none;
	background-color:transparent;
	outline:none;
	cursor:pointer;
}
#sub .btn a:hover {
	background-position:left bottom;
}
#sub li {
	position:relative;
}
#sub li .day {
	position:absolute;
	top:33px;
	right:0;
}
#sub li .day {
	width:53px;
	color:#FFF;
	font-size:85%;
}

/* footer
------------------------------------------------------------------------------*/
#footer {
	width:1060px;
	padding-top:61px;
	background-color:#CCC;
	background-image:url(../images/common/footer/streets.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
}
#footer .references {
	position:relative;
	width:1060px;
	padding:22px 0 7px;
	background-color:#D7D7D7;
}
#footer .references .links {
	margin-left:10px;
}
#footer .references .links th,
#footer .references .links td {
	padding:0 30px;
	text-align:left;
	vertical-align:top;
	border-right:1px solid #CFCFCF;
}
#footer .references .links .last {
	border-right:none;
}
#footer .references .links th {
	padding:7px 30px 3px;
}
#footer .references .links td {
	padding-bottom:8px;
	font-size:84%;
}
#footer .references .links td li {
	padding-bottom:2px;
}
#footer .references .links a {
	color:#464646;
	text-decoration:none;
}
#footer .references .links a:hover {
	text-decoration:underline;
}
#footer .references .logo {
	position:absolute;
	top:19px;
	left:752px;
}
#footer .navi {
	float:left;
	padding:6px 10px 6px 0;
	font-size:84%;
}
#footer .navi li {
	float:left;
	padding-left:30px;
}
#footer .navi li a {
	color:#333;
	text-decoration:none;
}
#footer .navi li a:hover {
	text-decoration:underline;
}

#footer .copyright {
	float:right;
	padding:6px 44px 6px 0;
	font-size:84%;
	color:#333;
}




