﻿@charset "utf-8";

/* ------------------------------------------

Style Name: style.css
Since:      2009-02-17
Modified:   2009-00-00
Version:    1.0
Auther:     Neige Web Degin

------------------------------------------*/

/* ------------------------------------------

browser style clear

------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	font-weight: normal;
}

html {
	height: 100%;
	overflow-y: scroll;
}

ul,li,dl,dt,dd {
	list-style:none;
}

address {
	font-style: normal;
}

img {
	vertical-align: top;
}

a img {
	border: none;
}

table {
	text-align: left;
}





/* ------------------------------------------

link

------------------------------------------*/


a:focus {
	outline: 0 !important;
}

a:link {
	color: #333;
}

a:hover {
	color: #8F0D0A;
}

#Fnav01 a, #Fnav02 a {
	color: #fff;
	text-decoration: none;
}

#Fnav01 a:hover, #Fnav02 a:hover {
	color: #F93;
}

address, address a:link {
	color: #fff;
	text-decoration: none;
}


/* ------------------------------------------

typography

------------------------------------------*/

body{
	text-align: center;
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #463324;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	height: 100%;
	background: #000 url(../imglib/bg_kanze01.gif) center 355px no-repeat;/*oct/*
	background: #000 url(../imglib/bg_hyotan.gif) center 355px no-repeat;*/
}



/* ------------------------------------------

parts

------------------------------------------*/

.imgright {
	float: right;
	margin: 0 0 0 20px;
	display: block;
}


.imgleft {
	float: left;
	margin: 0 20px 0 0;
	display: block;
}



.p_look {
	text-align: right;
	margin: 20px 0 0 0;
}

.p_line {
	margin: 0 0 8px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px dotted #D66F23;
}

.p_pdf {
	text-indent: 17px;
	background: url(../imglib/pt_pdf.gif) left center no-repeat;	
}

#PageTop {
	text-align: right;
	margin: 0 0 20px 0;
	background: url(../imglib/pt_top.jpg) 740px center no-repeat;
}


.Plast20 {
	margin: 0 0 20px 0;
}

/* ------------------------------------------

wireframe

------------------------------------------*/


#Wrapper {
	height: 100%;
	margin: 0 auto;
	background: url(../imglib/bg_gold_01.gif) top repeat-x;
}

#Contena {
	margin: 0 auto;
	width: 1022px;
	text-align: left;
	padding: 0 0 0 120px;
	position: relative;
	background: url(../imglib/bg_cont_02.gif) top center repeat-y;
}



/* ------------------------------------------

header

------------------------------------------*/

#header {
	margin: 0 auto;
	width: 900px;	
	background: #fff;
}

#TopNav {
	position: absolute;
	left: 754px;
	top: 35px;
}

* html #TopNav {/*for IE6*/
	width: 700px;
	position: absolute;
	left: 754px;
	top: 35px;
}

#TopNav li {
	display: block;
	float: left;	
}


/* ------------------------------------------

NavBox

------------------------------------------*/

#NavBox {
	clear: both;
	margin: 0 0 30px 0;
}


/* ------------------------------------------

TopContena 

------------------------------------------*/

#TopContena {
	clear: both;
	width: 900px;
	margin: 0 0 30px 0;
}



#LeftSide {
	float: left;
	width: 550px;
}

#LSTopBox {
	margin: 0 0 40px 0;
}

#LSTopBox h2 {
	margin: 0 0 18px 0;
	padding: 0 0 4px 0;
	background: url(../imglib/hr_550.jpg) left bottom no-repeat;
}



#RightSide {
	float: right;
	width: 320px;
	margin: 20px 0 20px 0;
	padding: 0 0 0 15px;
	border-left: 1px solid #CCC;
}

#RSWeddingBox, #RSSakuraiBox, #RSBannerBox {
	margin: 0 0 20px 0;
}

#RSWeddingBox h3, #RSSakuraiBox h3 {
	margin: 0 0 16px 0;
	padding: 0 0 4px 0;
	background: url(../imglib/hr_320.jpg) left bottom no-repeat;
}

#RSSightseeingBox h3 {/*for modern browser*/
	padding: 0;
}




/* ------------------------------------------

Footer

------------------------------------------*/

#Footer {
	clear: both;
	/*height: 100%;*/
	width: 900px;
	/*margin: 30px 0 0 0;*/
}

#Finner {
	height: 100%;
	padding: 24px 0 0 1px;
	background: #710000 url(../imglib/bg_footer_03.jpg) left top no-repeat;
}

#Fnav01, #Fnav02 {
	width: 600px;
	padding: 0 0 0 24px;
}

#Fnav01 li, #Fnav02 li {
	display: block;
	float: left;
}

address {
	clear: both;
	text-align: right;
	padding: 0 10px 10px 0;
}


/* ------------------------------------------

2階層以降

------------------------------------------*/

#TopicPath {
	margin: 0 0 20px 20px;
}

#MainContents {
	width: 900px;
	min-height: 550px;
}

#LeftContents {
	float: left;
	width: 270px;
}


#RightContents {
	float: right;
	width: 610px;
	margin: -30px 0 30px 0;
	_margin: 0 0 0 0;/*for IE6*/
	/*background: #FF6633;*/
}


.inner h2 {
	margin: 0 0 18px 0;
	padding: 0 0 4px 0;
	background: url(../imglib/hr_610.jpg) left bottom no-repeat;
}