/* basicRewrite -----*/

body { background-image: url("../images/index_bg.jpg"); }


/* styleRewrite -----*/

div#container { background-image: url("../images/index_bg_container.jpg"); }
div#container div#sideimg { height: 1400px; background-image: url("../images/index_sideimg.jpg"); }


/* contents -----*/

div.contents {
	padding: 60px 0 0 70px;
}

div.contents div.photographer {
	padding: 30px 40px 30px 0;
	line-height: 200%;
	border-top: 1px dotted #888888;
}

div.contents div.photographer .name {
	float: right;
	width: 230px;
	padding: 50px 0;
	font-weight: bold;
}

div.contents div.photographer img.thumb {
	display: block;
	float: left;
	width: 260px;
}
