/*---------- about ----------*/

body {
	margin : 0px;
	padding : 0px;
	color : #504030;
	background-color : #d8d0a0;
	text-align : center;
}

body a {
	font-weight : bold;
}

a:link {
	color : #803020;
	text-decoration : none;
}

a:visited {
	color : #504030;
	text-decoration : none;
}

a:active {
	color : #803020;
	text-decoration : none;
}

a:hover {
	color : #ffffff;
	background-color : #803020;
	text-decoration : none;
}

#layout {
	width : 720px;
	margin : 20px auto;
	padding : 0px;
	position : relative;
	text-align : left;
	font-family : "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "sans-serif";
}

.gallery {
	float : right;
	width : 500px;
	margin : 0px 0px 20px 0px;
	padding : 0px;
	text-align : left;
}

.gallery-scene {
	width : 100%;
	margin : 0px;
	overflow : visible;
}

.gallery-image1 {
	float : right;
	margin : 0px;
	overflow : visible;
}

.gallery-image2 {
	float : left;
	margin : 0px;
	overflow : visible;
}

.gallery-title {
	margin : 0px 0px 30px 0px;
	font-size : 18px;
	font-weight : bold;
	text-align : center;
	color : #605040;
}

.gallery-text {
	font-size : 14px;
	line-height : 125%;
	color : #403020;
	text-align : center;
}

