html,body {
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #2C1613;
scrollbar-base-color: #ffffff;
scrollbar-darkshadow-color: #2C1613;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;

}



img {
	border:none;
}

/*全体エリア設定*/

body {
	text-align:center;
}	
#wrapper {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:760px;

	border-right-style:solid;
	border-left-style:solid;
	border-color:#666666;
	border-width:1px;

}

/*ヘッダー設定*/
#head {
	background-color:#99ffff;
}

#head-images {
	background-color:#6699cc;
	text-align:center;
}

.image1 {
	background-image:url(../image/002.gif);
	width:220px;
	height:122px;
	float:left;
}

.image2 {
	background-image:url(../image/001.jpg);
	width:290px;
	height:122px;
	float:left;
}
.image3 {
	background-color:#ffffff;

}

/*ライン設定*/
#line {
	background-color:#666666;
	height:1px;
}
/*コンテンツエリア設定*/
#con1 { 
	background-image:url(../image/img-kimono.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#con2 { 
	background-image:url(../image/img-wedding.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#con3 { 
	background-image:url(../image/img-gaijin.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#con4 { 
	background-image:url(../image/img-room.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#con5 { 
	background-image:url(../image/img-mado.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
p {
	color:#666666;
	font-size:9pt;
	line-height:1.8em;
}

#navi {
	background-color:#ffffff;

	width:150px;
	height:320px;
	float:left;
	display:block;
}	

#data {
	font-size:9pt;
	width:580px;
	padding-left:5px;
}

.con580 {
	width:580px;
	margin-left:5px;

}

.box1 {
	width:290px;
	float:left;
	padding:10px;
	background-color:#ffffff;
	white-space:pre;


}

/*フッターエリア設定*/	
#foot {
	background-color:#ffffcc;
	height:20px;
	width:760px;
	border-right-style:solid;
	border-left-style:solid;
	border-color:#666666;
	border-width:1px;
	font-size:9pt;
}

