@charset "utf-8";

body {
	color: #333333;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",'MS P Gothic', sans-serif;
	background: #F6F6F6;
}
#wrapper {
	width: 880px;
	background: url(/Images/wrapper_bg_880.gif) repeat-y;
	margin: 0px auto 0px auto;
}






/* header
---------------------------------------------*/

#wrapper #header {
	width: 860px;
	height: 90px;
	margin: 0px 10px 10px 10px;
	padding: 20px 0px 0px 0px;
	background: #333;
}
#wrapper #header #logo {
	height: 50px;
	margin-top: 10px;
	margin-left: 30px;

	background: #333 url(/Images/header_logo_wildedge.gif) no-repeat;
}
#content {
	padding: 20px 40px 20px 40px;
}





/*
---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}






/* Navigation
-------------------------------------------------------------- */
.nav {
	position:relative;
	font-size: 10px;
	margin-top: -45px;
}
.nav ul {
	list-style-type: none; 
	position: absolute; 
	right: 0px; 
	top: 46px;
	margin-right: 20px; 
}
.nav ul li {
	float: left;
	margin-left: 8px;
	background: #666666;
	padding: 4px 8px; 
}
.nav ul li a {
	font-weight: normal;
}
.nav a {
	color: #f5f5f5;
	font-size: 10px;
	margin-bottom: 0px;
	padding: 5px 10px; 
	text-decoration: none; 
	text-transform: uppercase; 
	display: inline;
}
.nav a:hover {
	background-position: url('images/arrow_link_s.png') left center no-repeat;
}
.nav a:active {
	background-position: url('images/arrow_link_s.png') left center no-repeat;
}











/* content
---------------------------------------------*/
#main { 
 float: right;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 580px;
 display: inline;
}

#content {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	padding-bottom: 5px;
}


#content .section {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	padding-bottom: 5px;
}
#content h2 {
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 5px 5px 5px 10px;
	border-top: 0px solid #009900;
	border-bottom: 0px solid #009900;
	border-right: 0px solid #009900;
	border-left: 0px solid #009900;
	border-left-width: 5px;
	font-size: 1.8em;
	font-weight: bold;
	color: #666666;
}

#content .section h3 {
	float: left;
	display: block;
	width: 580px; /* for WinIE6 */
	height: 38px;
	height: 100%;
	margin: 5px 0px 10px 10px;
	padding-left: 0px;
}
#content .section h3.title {
	clear: both;
	margin: 5px 0px 20px 10px;
}


#content .section h4 {
	clear: both;
	width: 560px;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #669966;
	border-left: 5px solid #CCCCCC;
	padding: 2px 0px 2px 6px;
	margin: 10px 0 10px 15px;
}
#content .section h4 {
	border-bottom: 1px solid #CCCCCC;
}

#content .section p {
	width: 560px;
	font-size: 12px;
	line-height: 1.4;
	margin: 10px 0px 5px 15px;
	padding: 5px 10px 5px 10px;
}
#content .section p img {
	float: left;
 	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content .section p.dbline {
 	margin-top: -5px;
}

#content a {
	text-decoration: none;
}


/* point
---------------------------------------------*/
#content .section .point {
	clear: both;
	width: 540px;
 	color: #333;
	background: #FFF;
 	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
 	padding: 0px;
}
#content .section .point p {
	width: 520px;
	background: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	color: #002e65;
	text-decoration: none;
 	padding: 10px 3px 0px 3px;
	margin-bottom: 5px;
}
#content .section .point ul {
	clear: both;
	width: 540px;
	background: #EDEDED;
 	padding: 5px 0px 5px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content .section .point .t_point li {
	font-size: 1.0em;
	line-height: 1.6em;
 	padding: 3px 10px 3px 10px;
}


/* point2
---------------------------------------------*/
#content .section ul#point2 {
	width: 540px;
 	padding: 0px 0px 0px 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#content .section ul#point2 li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1.0em;
	line-height: 1.2em;
 	padding: 3px 5px 3px 5px;
}


/* point3
---------------------------------------------*/
#content .section .point3 {
	width: 540px;
 	color: #333;
	background: #FFF;
 	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
 	padding: 0px;
}
#content .section .point3 p {
	width: 520px;
	background: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
	color: #002e65;
	text-decoration: none;
 	padding: 10px 3px 0px 3px;
	margin-bottom: 5px;
}


/* point4
---------------------------------------------*/
#content .section .point4 {
	width: 540px;
 	color: #333;
	background: #FFF;
 	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
 	padding: 0px;
}
#content .section .point4 p {
	width: 520px;
	background: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
	color: #002e65;
	text-decoration: none;
 	padding: 10px 3px 0px 3px;
	margin-bottom: 5px;
}
#content .section .point4 ul {
	width: 540px;
	background: #EDEDED;
 	padding: 5px 0px 5px 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content .section .point4 .t_point li {
	font-size: 1.0em;
	line-height: 1.4em;
 	padding: 3px 10px 3px 10px;
}


/* point5
---------------------------------------------*/
#content .section .point5 {
	clear: both;
	width: 540px;
 	color: #333;
	background: #FFF;
 	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 7px;
 	padding: 0px;
}
#content .section .point5 p {
	width: 520px;
	background: #FFF;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #333;
	text-decoration: none;
 	padding: 0px 3px 0px 3px;
	margin-bottom: 5px;
}


/* pointQ pointA
---------------------------------------------*/
#content .section dl {
	width: 560px;
 	color: #333;
	background: #FFF;
 	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
 	padding: 0px;
}
#content .section dl.pointQ{
	width: 560px;
	margin: 10px 10px 10px 10px;
	font-size: 1.0em;
	line-height: 1.5em;
	line-height: 120%;
	color: #002e65;
	clear: both;
}
	.pointQ dt{
	float: left;
	width: 3em;
	padding: 5px 0px 5px 0px;
	clear: both;
	font-weight: bold;
	text-align: right;
}
	.pointQ dd{
	width: auto;
	font-weight: bold;
	margin-left: 3em;
	padding: 5px 5px 5px 5px;
}


#content .section dl.pointA{
	width: 560px;
	margin: 10px 10px 10px 10px;
	font-size: 1.0em;
	line-height: 1.5em;
	line-height: 120%;
	clear: both;
}
	.pointA dt{
	float: left;
	width: 3em;
	padding: 5px 0px 5px 0px;
	clear: both;
	font-weight: bold;
	text-align: right;
}
	.pointA dd{
	width: auto;
	font-weight: nomal;
	margin-left: 3em;
	padding: 5px 5px 5px 5px;
}






/* top_img
---------------------------------------------*/
#top_img {
	display: block;
	height: 100%;
	margin-top: 1.2em;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 0px;
}
#top_img h2#main_img {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 300px;
	background: #FFFFFF url(/Images/top_bnr_100404.jpg) 0 0 no-repeat;
}
#top_img h2#info_main_img {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/info_top_bnr_100131a.jpg) 0 0 no-repeat;
}
#top_img h2#onedaytour_main_img {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/tour_top_bnr_100425_a.jpg) 0 0 no-repeat;
}
#top_img h2#oritour_main_img2 {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/tour_top_bnr_100425_b.jpg) 0 0 no-repeat;
}
#top_img h2#tour_main_img3 {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/tour_top_bnr_100404.jpg) 0 0 no-repeat;
}
#top_img h2#sports_main_img {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/spo_top_bnr_100131c.jpg) 0 0 no-repeat;
}
#top_img h2#sports_main_img2 {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/spo_top_bnr_100131b.jpg) 0 0 no-repeat;
}
#top_img h2#sports_main_img3 {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/spo_top_bnr_100404.jpg) 0 0 no-repeat;
}
#top_img h2#support_main_img {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/supp_top_bnr_100131a.jpg) 0 0 no-repeat;
}
#top_img h2#support_main_img2 {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/supp_top_bnr_100131b.jpg) 0 0 no-repeat;
}
#top_img h2#support_main_img3 {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/supp_top_bnr_100209a.jpg) 0 0 no-repeat;
}

/* oneday top_img
---------------------------------------------*/
#top_img h2#oneday_top_01 {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/1day_top_whatipu.jpg) 0 0 no-repeat;
}
#top_img h2#oneday_top_02 {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/1day_top_karekare.jpg) 0 0 no-repeat;
}
#top_img h2#oneday_top_03 {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/1day_top_tiketike.jpg) 0 0 no-repeat;
}
#top_img h2#oneday_top_04 {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/1day_top_kauri.jpg) 0 0 no-repeat;
}
#top_img h2#oneday_top_05 {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/1day_top_cc.jpg) 0 0 no-repeat;
}
#top_img h2#oneday_top_06 {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/1day_top_pina.jpg) 0 0 no-repeat;
}
#top_img h2#oneday_top_07 {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/1day_top_waipoua.jpg) 0 0 no-repeat;
}
#top_img h2#oneday_top_08 {
	float: left;
	width: 860px; /* for WinIE6 */
	height: 180px;
	background: #FFFFFF url(/Images/1day_top_tim.jpg) 0 0 no-repeat;
}



/* slideshow
---------------------------------------------*/
#slideshow {
	display: block;
	height: 100%;
	margin-top: 1.2em;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 0px;
}


/* sidebar
---------------------------------------------*/
#content #sidebar {
 	width: 200px;
	margin-top: 20px;
 	float: left;
}
#content #sidebar .sidemenu {
 	color: #333;
	border: 1px solid #ccc;
	background: #EDEDED;
 	margin: 0px 0px 0px 0px;
 	padding: 0px;
	margin-bottom: 5px;
}
#content #sidebar .sidemenu h3 {
	background: #6fbffc;
	font-size: 1.2em;
	line-height: 1.4em;
 	color: #ffffff;
	text-decoration: none;
 	padding: 3px 12px 3px 12px;
	margin-bottom: 10px;
}
#content #sidebar .sidemenu li {
	clear: both;
	line-height: 1.2em;
 	padding: 3px 0 0 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content #sidebar .sidemenu li img {
	clear: both;
	margin-top: -3px;
	margin-bottom: 8px;
}
#content #sidebar .sidebnr {
	margin-top: 10px;
}
#content #sidebar .sidebnr li {
	clear: both;
	line-height: 1.2em;
	margin-top: 8px;
	margin-bottom: 8px;
}





/* pickupBnr
---------------------------------------------*/
#content #main ul#pickupBnr {
	display: block;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 0px;
}
#content #main ul#pickupBnr li {
	float: left;
	width: 570px; /* for WinIE6 */
	height: 220px;
	padding: 5px 5px 20px 5px;
}




/* newsList
---------------------------------------------*/
#newsList {
	clear: both;
	width: 560px;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 20px;
}
#newsList li {
	width: 560px; /* for WinIE6 */
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 8px 0px 8px 0px;
	font-size: 1.0em;
	line-height: 1.2em;
}
#newsList li .date {
	float: left;
	width: 110px;
}
#newsList li .newsItem {
	float: left;
	width: 440px;
	margin-left: 10px;
}


/* profList
---------------------------------------------*/
#profList {
	clear: both;
	width: 560px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#profList li {
	width: 560px; /* for WinIE6 */
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.0em;
	line-height: 1.2em;
}
#profList li .entryItem {
	float: left;
	width: 180px;
	padding: 5px 0px 5px 0px;
}
#profList li .corpoItem {
	float: left;
	width: 370px;
	margin-left: 10px;
	padding: 5px 0px 5px 0px;
}






/* Link_Bnr
---------------------------------------------*/
#linkBnr {
	clear: both;
	display: block;
	width: 570px;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 10px;
}
#linkBnr li {
	float: left;
	width: 180px; /* for WinIE6 */
	height: 50px;
	padding: 5px 5px 5px 5px;
}





/* caution
---------------------------------------------*/
div#caution {
	margin-left: 10px;
}
#caution ul {
	margin-top: 1em;
	line-height: 1.6em;
	list-style-type: decimal;
}




/* schedulebox
---------------------------------------------*/
table.schedulebox {
	margin-top: 0px;
	margin-left: 20px;
	width: 570px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}


table.schedulebox td.day {
	width: 30px;
	text-align: center;
}
table.schedulebox td.hotel {
	width: 90px;
	text-align: center;
}
table.schedulebox th {
	padding: 12px 5px;
	color: #002e65;
	border-width: 1px;
	border-style: solid;
	background-color: #cffcfe;
	border-color: #CCC;
}

table.schedulebox td {
	margin: 0px;
	padding: 3px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}

table.schedulebox td {
	color: #333333;
	font-size: 1em;
	line-height: 1.4em;
}
table.schedulebox td strong {
	color: #002e65;
}




/* pricebox
---------------------------------------------*/
table.pricebox {
	margin-top: 0px;
	margin-left: 20px;
	width: 570px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}


table.pricebox td.priceday {
	text-align: left;
}
table.pricebox td.price {
	width: 200px;
	text-align: center;
}
table.pricebox th.pricehead {
	padding: 12px 5px;
	color: #002e65;
	border-width: 1px;
	border-style: solid;
	background-color: #cffcfe;
	border-color: #CCC;
}

table.pricebox td {
	margin: 0px;
	padding: 3px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}

table.pricebox td {
	color: #333333;
	font-size: 1em;
	line-height: 1.4em;
}




/* notetable
---------------------------------------------*/
table.notetable {
	margin-top: 0px;
	margin-left: 20px;
	width: 570px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}


table.notetable td.note {
	width: 185px;
	text-align: left;
}
table.notetable td.note2 {
	width: 470px;
	text-align: left;
}
table.notetable th {
	width: 100px;
	padding: 12px 5px;
	color: #002e65;
	border-width: 1px;
	border-style: solid;
	background-color: #cffcfe;
	border-color: #CCC;
	font-size: 1em;
	line-height: 1.4em;
}

table.notetable td {
	margin: 0px;
	padding: 3px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}

table.notetable td {
	color: #333333;
	font-size: 1em;
	line-height: 1.4em;
}




/* table_1
---------------------------------------------*/
#table_1 table {
	margin-top: 1em;
	margin-left: 10px;
	width: 600px;
	border-collapse: separate;
	border: 1px solid #7C6638;
	border-spacing: 0px;
}
#table_1 caption,
#table_2 caption {
	text-align: left;
	padding-bottom: 8px;
	font-size: 1.0em;
	font-weight: bold;
}
#table_1 th,td,
#table_2 th,td {
	margin: 0px; padding: 3px 5px;
	border-width: 1px; border-style: solid;
}
#table_1 th,
#table_2 th {
	color: #470505;
	background-color: #E4DAC2;
	border-color: #FFF #AC9A70 #7C6638 #FFFAF1;
}
#table_1 td,
#table_2 td {
	color: #2C1603;
	border-color: #FFF #AC9A70 #7C6638 #FFFAF1;
}





/* table_2
---------------------------------------------*/
#table_2 table {
	margin-top: 1em;
	margin-left: 10px;
	width: 340px;
	border-collapse: separate;
	border: 1px solid #7C6638;
	border-spacing: 0px;
}








/* tour_entry
---------------------------------------------*/
div#tour_entry {
	width: 560px;
	margin-top: 0px;
	margin-left: 110px;
	margin-bottom: 0px;
}

#tour_entry .mail_entry {
	width: 180px;
	margin-top: -10px;
	float: left;
}

#tour_entry .tour_policy {
	margin-top: 10px;
	margin-left: 210px;
}


/* race_entry
---------------------------------------------*/
div#race_entry {
	width: 560px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#rase_entry .mail_entry {
	width: 180px;
	margin-top: -10px;
	float: left;
}








/* footer
-----------------------------------------------*/

#footer {
	clear: both;
	width: 860px;
	height: 100px;
	margin: 50px 10px 0 10px;
	margin-bottom: 0px;
	background: #333;
}





/* page-top
---------------------------------------------*/
#footer .page-top {
	width: 100px;
	float: right;
	margin-right: 20px;
}
#footer p.page-top {
	margin-top: -24px;
	font-size: 0.8em;
	line-height: 1em;
}
#footer p.page-top img {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
}
#footer p.page-top a {
	text-decoration: none;
}
#footer ul {
	margin: 20px auto 5px;
	padding: 10px;
	text-align: center;
}
#footer ul li {
	display: inline;
	margin-right: 5px;
	padding-left: 10px;
	line-height: 1.1em;
	border-left: 1px solid white;
}





/* rollcall
---------------------------------------------*/
ul.rollcall {
	clear: both;
	margin-top: 1em;
	margin-bottom: 0.8em;
	text-align: center;
}
ul.rollcall li {
	display: inline;
	border-right: 1px solid;
	padding: 0 0.5em;
}
ul.rollcall a {
	color: #f5f5f5;
	text-decoration: none; 
	text-transform: uppercase; 
	font-size: 0.9em;
	line-height: 1.1em;
	display: inline;
}
ul.rollcall a:focus,
ul.rollcall a:hover {
	color: #EE8934;
}
ul.rollcall li:first-child {
	border-left: 1px solid;
}





/* copyright
---------------------------------------------*/
#copyright {
	width: 860px;
	height: 10px;
	margin: 40px auto 20px 10px;
	text-align: center;
}
#copyright {
	color: #ffffff;
	font-size: 0.9em;
	line-height: 1em;
}





/* Links
-------------------------------------------------------------- */

a {
	color: #333;
	font-weight: nomal;
	text-decoration: none;
}
a:focus, 
a:hover {
	color: #EE8934;
}
a:visited {}
a:visted:hover {}





/* mrg
---------------------------------------------*/
.mrg_s {
	margin-top: 5px;
}
.mrg_m {
	margin-top: 10px;
}
.mrg_l {
	margin-top: 20px;
}
.mrg_x {
	margin-top: 50px;
}


/* mrgb
---------------------------------------------*/
.mrg_b5 {
	margin-bottom: 5px;
}
.mrg_b10 {
	margin-bottom: 10px;
}
.mrg_b20 {
	margin-bottom: 20px;
}
.mrg_b30 {
	margin-bottom: 30px;
}
.mrg_b40 {
	margin-bottom: 40px;
}
.mrg_b50 {
	margin-bottom: 50px;
}