div {
	position: relative;
	font-size: 8pt;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠÛƒS Pro W4",sans-serif;
	color: rgb(128,128,128);
}

body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: rgb(255,255,255);
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:link {
	color: rgb(128,128,128);
}

a:visited {
	color: rgb(128,128,128);
}

span.red {
	color: red;
}

div#main {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
/*
	height: 700px;
*/
}

div#header {
	width: 540px;
	_width: 570px;
	height: 110px;
	margin: 0px 30px;
	border-bottom: 1px solid rgb(178,178,178);
}

div#header_image {
	position: absolute;
	width: 68px;
	height: 53px;
	bottom: 15px;
}

div#header_text {
	position: absolute;
	width: 540px;
	_width: 570px;
	bottom: 1px;
	right: 0;
	text-align: right;
}

div#body_left {
	width: 297px;
	_width: 332px;
	margin-left: 40px;
	_margin-left: 25px;
	float: left;
}

div#body_right {
	width: 216px;
	float: left;
}

div#mainphoto {
	width: 297px;
	height: 223px;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
	padding-left: 5px;
	border-bottom: 1px dotted rgb(128,128,128);
}

div#detail_text {
	width: 297px;
	padding-top: 10px;
	padding-bottom: 12.5px;
	padding-left: 5px;
	line-height: 12pt;
	font-size: 8pt;
}

div.subphoto_v {
	width: 166px;
	height: 223px;
	margin: 12.5px 0px 0px 50px;
	padding-bottom: 15px;
}

div.subphoto_h {
	width: 166px;
	height: 124px;
	margin: 12.5px 0px 0px 50px;
	padding-bottom: 15px;
}

div#works {
	width: 633px;
	margin-top: 25px;
}

div.works_cell {
	position: relative;
	float: left;
	width: 86px;
	height: 130px;
	margin: 0px 20px;
}

div.works_cell_img {
	width: 86px;
	height: 86px;
	overflow: hidden;
	background-color: rgb(128,128,128);
}

div.works_cell_caption {
	width: 86px;
	height: 24px;
	overflow: hidden;
	text-align: right;
}

div#footer {
	width: 540px;
	_width: 570px;
	height: 60px;
	margin: 0px 30px;
	border-top: 1px solid rgb(178,178,178);
	clear: both;
}

div#footer_goback {
	width: 540px;
	height: 15px;
	text-align: right;
	padding-top: 26px;
	float: right;
}

div#footer_close {
	width: 540px;
	height: 15px;
	top: -10px;
	float: left;
	text-align: center;
}

div#footer_home {
	width: 600px;
	height: 31px;
	margin-top: 40px;
	text-align: right;
}

