@charset "utf-8";


/* ------------------------------------------------------------------------------------------------------------------------
	screen.css
	2012/07/31
------------------------------------------------------------------------------------------------------------------------ */
body {background-image: none;}
div#wrap2 {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

div#logoBox h1 {
	background: url(../img/bg_logo.gif) no-repeat 0 0;
	width: 250px;
	height: 195px;
	display: block;
	position: absolute;
	left: 780px;
	z-index: 1;
}


div#wrapPhoto {
	width: 820px;
	padding: 70px 0;
	float: left;
	position: relative;
	z-index: 10;
}
div#wrapPhoto p {
	line-height: 1.6;
}
div#sidebar {
	float: right;
	padding-top: 215px;
}
div#wrapPhoto div.leftBox p,
div#wrapPhoto div.rightBox p {
	width: 405px;
	height: 252px;
	overflow: hidden;
	margin-bottom: 10px;
}
div#wrapPhoto div.leftBox p.long,
div#wrapPhoto div.rightBox p.long {
	width: 405px;
	height: 609px;
}

div#wrapPhoto div.leftBox {
	width: 405px;
	float: left;
}
div#wrapPhoto div.rightBox {
	width: 405px;
	float: right;
}


h2 {
	width: 820px;
	height: 252px;
	overflow: hidden;
	margin-bottom: 10px;
	clear: both;
}
