<style type="text/css">

a{text-decoration:none;}
a:link { text-decoration:NONE;color:#000000;} 
a:visited { text-decoration:NONE;color:#000000;}
/*a:hover{color:#000000;Background-color:#ff0000;}	*/
img{ vertical-align:middle;}
/*img{ vertical-align:text-bottom; }	*/


/*----------------- 基本 ---------------------------------------------------*/

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #373737;
	background-color:#885533;
	margin: 0px;
 	background-image: url(img/bag02.png);
	background-position:left bottom;
	background-attachment: fixed;
	background-repeat:no-repeat;
	scrollbar-3dlight-color:#FFFCEC;
	scrollbar-arrow-color:#d8c6ed;
	scrollbar-darkshadow-color:#FFFCEC;
	scrollbar-face-color:#d8c6ed;
	scrollbar-highlight-color:#d8c6ed;
	scrollbar-shadow-color:d8c6ed;
	scrollbar-track-color:#FFFCEC;
	}
#top {
	width: 100%;
	margin: 0px;
	height: auto;
	}
#left {
	float: left;
	height: auto;
	margin: 0px;
	}
		
#center {
	float: left;
	height: auto;
	margin: 0px;
	}
#right {
	float: right;
	height: auto;		
	margin: 0px;
	}
	
#bottom {
	width: 100%;
	margin: 0px;
	height: auto;
	clear: both;
	}

/*----------------- 土台ベース---------------------------------------------------*/

/*------------------基本土台用-----------------------*/
/* 0:背景用枠土台　1:基本土台　*/

#base0-0 {
	background-image: url(img/bag01.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#base0-1 {
/*	background-color: #FFFF00;		*/
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/*------------------左窓-----------------------*/
/* 0:土台　1:一番目　2:二番目　*/
#base1-0 {
	float: left;
	margin: 0px 5px;
	height: auto;
	width: 190px;
}

#base1-1 {
/*	background-color: #00ff00;		*/
	font-size: 1em;
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: auto;
}

#base1-2 {
/*	background-color: #00ffff;		*/
	font-size: 2em;
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: auto;
}


/*------------------中窓-----------------------*/
/* 0:土台　1:一番目　2:二番目　*/
#base2-0 {
	float: left;
	margin: 0px 5px;
	height: auto;
	width: 630px;
}

#base2-1 {
	background-image: url(img/bag03.png);
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: auto;
}

#base2-2 {
/*	background-color: #69442e;	*/
	background-color: #D1AE88;
	margin: 0px;
	padding: 0px;
	height: 480px;
	width: auto;
	text-align:center;
}


/*------------------右窓-----------------------*/
/* 0:土台　1:一番目　2:二番目　*/
#base3-0 {
	float: right;
	margin: 0px 5px;
	height: auto;
	width: 150px;
	line-height: 100%;
}

#base3-1 {
	background-color: #D1AE88;
	padding: 0px;
	height: 150px;
	width: auto;
 	background-image: url(img/part02.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat;
}

#base3-2 {
	background-color: #D1AE88;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	height: 370px;
	width: auto;
}


/*----------------- テキスト用BOX---------------------------------------------------*/

/*------------------中窓用-----------------------*/
#box2-1 {
	background-color: #885533;
	margin: 0px;
	padding: 5px;
	height: auto;
	width: auto;
}

#box2-2 {
/*	background-color: #ff0000;*/
	margin: 0px;
	padding: 10px;
	height: auto;
	width: auto;
	position: relative;		/*表面文字*/
}
	#box2-2-1 {
		position:absolute;
		top:430px;
		width:590px;
		left:auto;
	}

#box2-3 {
/*	background-color: #ff0000;*/
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: auto;
	width: auto;
	text-align:left;
	line-height: 1.4;
}
#box2-3 a:link {
	 color: sienna; 
}




/*----------------- common ---------------------------------------------------*/

/*------------------見出しタグ -----------------------*/


h1 {
	font-size: 0.5em;
	font-weight: normal;
	margin: 0px;
}

h2 {
	font-size: 0.5em;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-size: 0.5em;
	font-weight: normal;
	margin: 0px;
}
h4 {
	font-size: 0.5em;
	font-weight: normal;
	margin: 0px;
}
h5 {
	font-size: 0.5em;
	font-weight: normal;
	margin: 0px;
}
h6 {
	font-size: 0.5em;
	font-weight: normal;
	margin: 0px;
}
p {
	font-size: 0.5em;
	font-weight: normal;
	margin: 0px;
}
li{
	font-size: 0.5em;
	display:inline;
	list-style-type:none;	
}

/*----------------- divタグ ---------------------------------------------------*/



/*------------------メニュー -----------------------*/
ul.menyu{
    padding: 0;
	margin: 0px;
	font-size:0.8em;
}

ul.menyu a{
	float: right;
    display:block;
	background-color: #D1AE88;
	width:165px;
	margin: 5px 0px;
	padding: 4px 0px 3px 0px;
	text-align:center;
    border-style: none;
}

ul.menyu a:hover{
    background-color:#FFFFFF;
}

ul.menyuBana{
	padding: 0;
	margin: 0px;
	text-align:right;
}

ul.menyuBana a{
	float: right;
	display:block;
	width:165px;
	margin: 5px 0px;
	padding: 0px;
	text-align:center;
	border-style: none;
}

.TopText{
	padding: 10px 0px 0px 5px;
	font-size:0.7em;
	text-align:left;

}

.PhotoMeny{
	padding: 10px 0px 0px 5px;
	font-size:0.7em;
}

.PhotoLink{
	padding: 0px;
	margin: 5px 8px 0px 8px;
}
.PloMeny{
	padding: 10px 0px 0px 0px;
	text-align:center;
}

.SabMeny{
	font-size:0.9em;
}

.SabFont{
	font-size:0.7em;
}

.PhotoTextdai-00{
	color:#666666;
	font-size:0.7em;
	text-align:right;
	text-decoration:underline;
}
.PhotoTextnaka-00{
	color:#666666;
	font-size:0.7em;
	text-align:right;
}
.PhotoTextdai-FF{
	color:#FFFFFF;
	font-size:0.7em;
	text-align:right;
	text-decoration:underline;
}
.PhotoTextnaka-FF{
	color:#FFFFFF;
	font-size:0.7em;
	text-align:right;
}

</style>
