@charset "utf-8";

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


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

html,
div,
p,
li,
dl,
dt,
dd,
blockquote,
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:300px;
}

body.garden #header-area {background:url(../img/bg_visual_garden.jpg) no-repeat center top;}
body.gondola #header-area {background:url(../img/bg_visual_gondola.jpg) no-repeat center top;}
body.camp #header-area {background:url(../img/bg_visual_camp.jpg) no-repeat center top;}
body.access #header-area {background:url(../img/bg_visual_access.jpg) no-repeat center top;}
body.sportspark #header-area {background:url(../img/bg_visual_sportspark.jpg) no-repeat center top;}
body.skimuseum #header-area {background:url(../img/bg_visual_skimuseum.jpg) no-repeat center top;}
body.mynozawa #header-area {background:url(../img/bg_visual_mynozawa.jpg) no-repeat center top;}
body.magazine #header-area {background:url(../img/bg_visual_magazine.jpg) no-repeat center top;}
body.aboutus #header-area {background:url(../img/bg_visual_aboutus.jpg) no-repeat center top;}
body.report #header-area {background:url(../img/bg_visual_report.jpg) no-repeat center top;}
body.dbnozawa #header-area {background:url(http://www.nozawaski.com/summer2010/2010/img/bg_visual_db-nozawa.jpg) no-repeat center top;}
body.mtb #header-area {
	background:url(../img/bg_visual_mtb.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:#75bc3a;
	font-size:100%;
	text-align:center;
	line-height:1.4;
}


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

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


/*	Common Style
--------------------------------------*/
a {
	color:#6c9746;
	text-decoration:none;
}
a:hover {
	color:#4b4b4b;
	text-decoration:none;
}

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

strong {
	font-weight:bold;
}


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

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

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

#global-nav ul {
	margin-bottom:0px;
	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:176px;
	height:39px;
}

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

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

body.home #global-nav ul li a {
	width:180px;
	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:-176px 0;}
#global-nav ul li.global-nav-03 a {background-position:-352px 0;}
#global-nav ul li.global-nav-04 a {background-position:-528px 0;}
#global-nav ul li.global-nav-05 a {background-position:-704px 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:-180px 0;}
body.home #global-nav ul li.global-nav-03 a {background-position:-360px 0;}
body.home #global-nav ul li.global-nav-04 a {background-position:-540px 0;}
body.home #global-nav ul li.global-nav-05 a {background-position:-720px 0;}

#global-nav ul li a:hover {
	padding-top:39px;
	overflow:hidden;
	display:block;
	width:176px;
	height:0;
	background:url(../img/bg_global-nav_on.png) no-repeat;
}
body.home #global-nav ul li a:hover {
	width:180px;
	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:-176px 0;}
#global-nav ul li.global-nav-03 a:hover {background-position:-352px 0;}
#global-nav ul li.global-nav-04 a:hover {background-position:-528px 0;}
#global-nav ul li.global-nav-05 a:hover {background-position:-704px 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:-180px 0;}
body.home #global-nav ul li.global-nav-03 a:hover {background-position:-360px 0;}
body.home #global-nav ul li.global-nav-04 a:hover {background-position:-540px 0;}
body.home #global-nav ul li.global-nav-05 a:hover {background-position:-720px 0;}


body.home #global-nav ul li.global-nav-01 a:visited {
	width:180px;
	background:url(../img/home/bg_global-nav_on.png) no-repeat;
	background-position:0 0;
}
body.garden #global-nav ul li.global-nav-02 a:visited {
	background:url(../img/bg_global-nav_on.png) no-repeat;
	background-position:-176px 0;
}
body.gondola #global-nav ul li.global-nav-03 a:visited {
	background:url(../img/bg_global-nav_on.png) no-repeat;
	background-position:-352px 0;
}
body.camp #global-nav ul li.global-nav-04 a:visited {
	background:url(../img/bg_global-nav_on.png) no-repeat;
	background-position:-528px 0;
}
body.access #global-nav ul li.global-nav-05 a:visited {
	background:url(../img/bg_global-nav_on.png) no-repeat;
	background-position:-704px 0;
}


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

#local-nav {
	margin:0 10px;
	padding:0;
	background: #4b4b4b;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	zoom:1;
}

#local-nav ul {
	margin-bottom:0;
	padding:0;
	overflow:hidden;
}

#local-nav ul li {
	float:left;
}

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

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

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

#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;
}
#header p.pickup {
	margin:0 10px;
	_margin-right: 5px;
	float: right;
}

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

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

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

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

div.section {
	margin-bottom:20px;
	padding:0;
}
div.section div.left {
	margin-bottom:20px;
	padding:0;
	width:200px;
	float:left;
}
div.section div.left div.pickup {
	margin-bottom:20px;
	padding:0;
	width:200px;
	float:left;
}
div.section div.left ul {
	margin-bottom:20px;
	padding:0;
	width:198px;
	border:#aaaaaa 1px solid;
	list-style:none;
}
div.section div.left ul li {
	margin:0;
	width:198px;
}
div.section div.left ul li a {
	margin:0;
	padding-left:10px;
	display:block;
	height:32px;
	line-height:32px;
	color:#FFFFFF;
	background-color:#4b4b4b;
	border-bottom: 1px dotted #FFFFFF;
}
div.section div.left ul li.bottom a {
	margin:0;
	padding-left:10px;
	display:block;
	height:32px;
	line-height:32px;
	color:#FFFFFF;
	background-color:#4b4b4b;
	border-bottom:none;
}
div.section div.left ul li a:hover,
div.section div.left ul li.bottom a:hover {
	color:#000000;
	background-color:#efefef;
}
div.section div.left div.pickup h2 {
	margin:0 0 5px;
}
div.section div.left div.pickup p.banner {
	margin:0 1px 5px;
}

div.section div.right {
	margin-bottom:20px;
	padding:0;
	width:664px;
	float:right;
}
div.section div.right div.box {
	width:639px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.box h4 {
	font-size: 14px;
	line-height: 20px;
	padding: 3px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6EAE37;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.table01 {
	background-color: #CCCCCC;
	width: 100%;
	font-size: 10px;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.table01 th {
	font-size: 12px;
	font-weight: normal;
	color: #336600;
	background-color: #E1E7D0;
	padding: 3px;
	text-align: center;
}
.table01 td {
	background-color: #FFFFFF;
	padding: 3px;
}
h2.article-title.level2-01 {
	margin:0 0 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;
}
h3.section-title.level3-01 {
	margin:0 -0 10px;
	padding-left:10px;
	height:28px;
	font-size:14px;
	color:#336600;
	font-weight:bold;
	line-height:28px;
	clear: both;
	background-color: #D9E5C8;
}

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

/*--------------------------------------
	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;
	font-size:109%;
}

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:10px;
	padding:0 5px 0;
	width: 226px;
	height: 1%;
	background:url(../img/home/bg_block_01.gif) 0 0 repeat-y;
}

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

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

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

body.home #movie-gallery div.column.pseudo-first-child {
	margin-right:12px;
	width:238px;
}
body.home #movie-gallery div.column.pseudo-first-child div.movie {
	margin:0 1px 10px;
}

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

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

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

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

body.home #movie-gallery div.column ul {
	margin-bottom:0;
	padding-bottom:5px;
}

body.home #movie-gallery div.column ul li {
	margin:0 10px 20px;
	font-size:92%;
}

body.home #movie-gallery div.column ul li a {
	color:#6c9746;
	text-decoration:none;
}

body.home #movie-gallery div.column ul li span {
	padding-left:15px;
	font-size:116%;
	font-weight:bold;
	line-height:1.8;
	background:url(../img/home/bg_list-icon_01.gif) no-repeat 0 50%;
}

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

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

/*--------------------------------------
	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:#6c9746;
	text-decoration:none;
}

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

#footer div.copyright {
	color:#fff;
	text-transform:uppercase;
	font-size:84%;
}
