@charset "utf-8";

/*--------------------------------------
	Style Name : Common Style Sheet
--------------------------------------*/


/*--------------------------------------
	Block-level Elements
--------------------------------------*/

html,
div,
p,
li,
dl,
dt,
dd,
blockquote,
td,
form,
address {
	margin:0;
	padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:bold;
	font-size:100%;
}

ol,
ul {
	margin:0;
	padding:0;
	list-style:none;
}

caption,
th {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

body {
	margin:0;
	padding:0;
	background-color:#fff;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1;
}

* html body {/* for IE6 */
	font-size:75%;
}

*:first-child+html body {/* for IE7 */
	font-size:75%;
}

h1 {
	font-size:150%;/* 18px */
}

h2 {
	font-size:134%;/* 16px */
}

h3 {
	font-size:117%;/* 14px */
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

table {
	font-size:100%;
}

/*--------------------------------------
	Inline Elements
--------------------------------------*/

em,
strong,
cite,
code,
dfn,
var {
	font-style:normal;
	font-weight:normal;
}

input,
select,
textarea {
	color:#000;
	font-size:inherit;
}

img,
embed,
object {
	vertical-align:bottom;
	border:none;
}


/*--------------------------------------
	Style Name : Structure Style Sheet

	Common Style
	Accessibility
	body
	header-area
	header
	content
	footer
--------------------------------------*/


/*	Common Style
--------------------------------------*/

#header,
#content,
#footer {
	margin:0 auto;
	width:900px;
	text-align:left;/* for IE */
}

/*	Accessibility
--------------------------------------*/

#header #global-nav h2,
#header .guide-nav h2,
#footer .guide-nav h2 {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:0;
	height:0;
	font-size:0;
}

/*--------------------------------------
	body
--------------------------------------*/

body {
	color:#4b4b4b;
	text-align:center;/* for IE */
}

/*--------------------------------------
	div#header-area
--------------------------------------*/

#header-area {
	width:100%;
	height:362px;
}

body.charges #header-area {background:url(../img/bg_visual_01.jpg) no-repeat center top;}
body.slope #header-area {background:url(../img/bg_visual_02.jpg) no-repeat center top;}
body.access #header-area {background:url(../img/bg_visual_03.jpg) no-repeat center top;}
body.search #header-area {background:url(../img/bg_visual_04.jpg) no-repeat center top;}
body.activity #header-area {background:url(../img/bg_visual_05.jpg) no-repeat center top;}
body.event #header-area {background:url(../img/bg_visual_06.jpg) no-repeat center top;}
body.hotspring #header-area {background:url(../img/bg_visual_07.jpg) no-repeat center top;}
body.family #header-area {background:url(../img/bg_visual_08.jpg) no-repeat center top;}
body.facilities #header-area {background:url(http://www.nozawaski.com/winter/en/img/bg_visual_09.jpg) no-repeat center top;}

/*--------------------------------------
	div#header
--------------------------------------*/

#header {
	position:relative;
	line-height:1.4;
}

/*--------------------------------------
	div#content
--------------------------------------*/

#content {
	display:inline-block;
	height:1%;
	min-height:1%;
	line-height:1.5;
	/* \*/display:block;/* */
}

#content:after {/* for modern browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
}

/*--------------------------------------
	div#footer
--------------------------------------*/

#footer {
	padding:10px 0 15px;
	width:100%;
	background-color:#007cba;
	font-size:84%;
	text-align:center;
	line-height:1.4;
}


/*--------------------------------------
	Style Name : Editorial Style Sheet

	Common Style
	Hypertext
	global-nav
	local-nav
	header
	content
	footer
--------------------------------------*/


/*	Common Style
--------------------------------------*/

h1,
h2,
h3,
h4,
p,
ol,
ul,
dl {
	margin-bottom:1em;
}

strong {
	font-weight:bold;
}

/*	Hypertext
--------------------------------------*/

a {
	color:#007bb9;
	text-decoration:none;
}
a:hover {
	color:#555555;
	text-decoration:none;
}

/*	#global-nav
--------------------------------------*/

#global-nav {
	padding:90px 10px 0;
}

body.home #global-nav {
	padding:0;
}

#global-nav ul {
	margin-bottom:5px;
	overflow:hidden;
	width:880px;
	zoom:1;
}

body.home #global-nav ul {
	margin-bottom:10px;
	width:900px;
}

#global-nav ul li {
	float:left;
	overflow:hidden;
	width:220px;
	height:39px;
}

body.home #global-nav ul li {
	width:225px;
}

#global-nav ul li a {
	padding-top:39px;
	overflow:hidden;
	display:block;
	width:220px;
	height:0;
	background:url(../img/bg_global-nav_01.png) no-repeat;
}

body.home #global-nav ul li a {
	width:225px;
	background:url(../img/home/bg_global-nav_01.png) no-repeat;
}

#global-nav ul li.global-nav-01 a {background-position:0 0;}
#global-nav ul li.global-nav-02 a {background-position:-220px 0;}
#global-nav ul li.global-nav-03 a {background-position:-440px 0;}
#global-nav ul li.global-nav-04 a {background-position:-660px 0;}

body.home #global-nav ul li.global-nav-01 a {background-position:0 0;}
body.home #global-nav ul li.global-nav-02 a {background-position:-225px 0;}
body.home #global-nav ul li.global-nav-03 a {background-position:-450px 0;}
body.home #global-nav ul li.global-nav-04 a {background-position:-675px 0;}

#global-nav ul li a:hover {
	padding-top:39px;
	overflow:hidden;
	display:block;
	width:220px;
	height:0;
	background:url(../img/bg_global-nav_on.png) no-repeat;
}
body.home #global-nav ul li a:hover {
	width:225px;
	background:url(../img/home/bg_global-nav_on.png) no-repeat;
}

#global-nav ul li.global-nav-01 a:hover {background-position:0 0;}
#global-nav ul li.global-nav-02 a:hover {background-position:-220px 0;}
#global-nav ul li.global-nav-03 a:hover {background-position:-440px 0;}
#global-nav ul li.global-nav-04 a:hover {background-position:-660px 0;}

body.home #global-nav ul li.global-nav-01 a:hover {background-position:0 0;}
body.home #global-nav ul li.global-nav-02 a:hover {background-position:-225px 0;}
body.home #global-nav ul li.global-nav-03 a:hover {background-position:-450px 0;}
body.home #global-nav ul li.global-nav-04 a:hover {background-position:-675px 0;}


body.home #global-nav ul li.global-nav-01 a:visited {
	width:225px;
	background:url(../img/home/bg_global-nav_on.png) no-repeat;
	background-position:0 0;
}
body.charges #global-nav ul li.global-nav-02 a:visited {
	background:url(../img/bg_global-nav_on.png) no-repeat;
	background-position:-220px 0;
}
body.slope #global-nav ul li.global-nav-03 a:visited {
	background:url(../img/bg_global-nav_on.png) no-repeat;
	background-position:-440px 0;
}
body.access #global-nav ul li.global-nav-04 a:visited {
	background:url(../img/bg_global-nav_on.png) no-repeat;
	background-position:-660px 0;
}


/*	#local-nav
--------------------------------------*/

#local-nav {
	padding:0 10px;
}

#local-nav ul {
	margin-bottom:0;
	padding:5px 0 5px 10px;
	overflow:hidden;
	height:15px;
	_height:25px;
	background:url(../img/bg_local-nav_01.gif) no-repeat;
	font-size:84%;
	zoom:1;
}

#local-nav ul li {
	margin-right:10px;
	padding-left:7px;
	float:left;
	background:url(../img/bg_local-nav_02.gif) no-repeat left center;
}

#local-nav ul li a {
	color:#fff;
	text-decoration:none;
}
#local-nav ul li a:hover {
	color:#fff;
	text-decoration: underline;
}

/*--------------------------------------
	div#header
--------------------------------------*/

#header h1 {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:0;
	height:0;
	font-size:0;
}

#header div.guide-nav {
	position:absolute;
	top:4px;
	right:140px;
}

#header div.guide-nav ul li {
	margin-right:10px;
	float:left;
}

#header div.site-search {
	position:absolute;
	top:43px;
	right:0;
}

#header div.site-search input {
	vertical-align:middle;
}

#header div.site-search input.text {
	margin-right:3px;
	width:155px;
}

#header div.language {
	position:absolute;
	top:0;
	right:0;
	width:140px;
	height:29px;
	background:url(../img/bg_language_01.gif) no-repeat;
}

#header div.language ul {
	margin:4px 0 0;
	text-align:center;
}

#header div.language ul li {
	display:inline;
}

#header div.utility {
	position:absolute;
	top:45px;
	right:222px;
}

#header div.utility ul li {
	margin-right:3px;
	float:left;
}

/*--------------------------------------
	div#content
--------------------------------------*/

/*	div.article
--------------------------------------*/

div.article {
	margin:-95px 10px 0;
	padding:0 10px;
	position:relative;
	width:860px;
	_width:880px;
}

div.article h2.article-title.level2-01 {
	margin:0 -10px 10px;
	padding-left:10px;
	height:40px;
	background:url(../img/bg_heading-level2_01.gif) no-repeat;
	color:#fff;
	font-size:117%;
	font-weight:normal;
	line-height:40px;
}

/*	div.section
--------------------------------------*/

div.section {
	margin-bottom:20px;
	padding:0 10px;
	overflow:hidden;
	zoom:1;
}

div.section h3.section-title.level3-01 {
	margin:0 -10px 10px;
	padding-left:10px;
	height:28px;
	background:url(../img/bg_heading-level3_01.gif) no-repeat;
	font-size:100%;
	font-weight:normal;
	line-height:28px;
	clear: both;
}
div.section h4.section-title.level4-01 {
	margin:0 -10px 10px 0px;
	padding-left:10px;
	height:28px;
	background:url(../img/bg_heading-level4_01.gif) no-repeat;
	font-size:100%;
	font-weight:normal;
	line-height:28px;
	clear: both;
}
div.section h5.section-title.level5-01 {
	margin:0 -10px 10px 0px;
	padding-left:10px;
	height:28px;
	background:url(../img/bg_heading-level5_01.gif) no-repeat;
	font-size:100%;
	font-weight:normal;
	line-height:28px;
	clear: both;
}

div.section div.imageR {
	margin:0 0 0 1em;
	float:right;
	clear:right;
}

div.section div.imageL {
	margin:0 1em 0 0;
	float:left;
	clear:left;
}
div.section p {
	margin-bottom: 40px;
}
div.section p.sub {
	margin-bottom: 10px;
}

table.set {
	margin-bottom:1em;
}
table.set2 {
	margin-bottom:2em;
}

table.set td,
table.set2 td {
	padding:5px;
}
br.text {
	margin-bottom:20px;
	clear:both;
}

/*--------------------------------------
	body.home
--------------------------------------*/

#main-visual {
	text-align:center;
	margin:0px;
}

body.home #header div.information {
	margin-bottom:10px;
	padding:5px 10px;
	position:relative;
	background-color:#c33;
	color:#fff;
}

body.home #header div.information span {
	position:absolute;
	right:10px;
}

body.home #content h2 {
	margin-bottom:10px;
}

body.home #main-content {
	margin-bottom:7px;
	overflow:hidden;
	zoom:1;
}

body.home #main-content div.block {
	margin-bottom:11px;
	padding:0 10px 10px;
	background:url(../img/home/bg_block_01.gif) no-repeat bottom;
}

body.home #main-content div.block h2 {
	margin:0 -10px 10px;
}

body.home #movie-gallery {
	float:left;
	overflow:hidden;
	width:692px;
	zoom:1;
}

body.home #movie-gallery div.column {
	margin-left:10px;
	float:left;
	display:inline;/* for IE6 */
	width:236px;
}

body.home #movie-gallery div.column.pseudo-first-child {
	margin-left:0;
	width:200px;
}

body.home #movie-gallery div.column div.movie {
	margin-bottom:10px;
}

body.home #movie-gallery div.block div.movie {
	margin-bottom:0;
}

body.home #report {
	float:right;
	width:200px;
}

body.home #report h3 {
	margin-bottom:5px;
}

body.home #report ul {
	margin-bottom:0;
	padding-bottom:5px;
}

body.home #report ul li {
	margin-bottom:8px;
	padding-bottom:9px;
	background:url(../img/home/bg_list-separate_01.gif) no-repeat bottom;
	font-size:84%;
	line-height:1.7;
}

body.home #report ul li a {
	color:#fff;
	text-decoration:none;
}

body.home #report ul li span {
	padding-left:10px;
	display:block;
	background:url(../img/home/bg_list-icon_01.gif) no-repeat left 0.3em;
}

body.home #pick-up ul,
body.home #sponsor ul {
	margin-bottom:20px;
	text-align:center;
}

body.home #pick-up ul li {
	margin:0 2px;
	display:inline;
}

body.home div.article {
	margin:0px 10px 0;
	padding:0 10px;
	width:860px;
	_width:880px;
}

div.section h3.section-title {
	margin:0 -10px 10px;
	padding-left:10px;
	height:28px;
	background:url(../img/bg_heading-level3_01.gif) no-repeat;
	font-size:100%;
	font-weight:normal;
	line-height:28px;
	clear: both;
}

/*--------------------------------------
	div#footer
--------------------------------------*/

#footer div.guide-nav {
	margin:0 auto 15px;
	position:relative;
	width:900px;
	height:20px;
	background:url(../img/bg_footer_01.gif) no-repeat;
	text-align:left;
	line-height:20px;
}

#footer div.guide-nav ul {
	margin:0 10px;
	overflow:hidden;
	zoom:1;
}

#footer div.guide-nav ul li {
	margin-right:15px;
	padding-left:10px;
	float:left;
	background:url(../img/bg_footer_02.gif) no-repeat left center;
}

#footer div.guide-nav ul li a {
	color:#007bb9;
	text-decoration:none;
}

#footer div.guide-nav div.content-link {
	position:absolute;
	top:5px;
	right:10px;
}

#footer div.copyright {
	color:#fff;
	text-transform:uppercase;
}

