@charset "UTF-8";
/* --------------------------------------------------------------------
Copyright 2009 Sony Computer Entertainment Inc. All rights reserved.
-------------------------------------------------------------------- 

/*==========================================
	　www.scei.co.jp/olp/
============================================*/

/* ///////////////////////////////////////////// */
/* tag */
/* ///////////////////////////////////////////// */
p {
	margin-bottom: 0.5em;
}

/* ///////////////////////////////////////////// */
/* layout */
/* ///////////////////////////////////////////// */

.box02	{
 padding-top: 10px;
	padding-bottom: 20px;
}

/* 連絡先 */
.tBox	{
	margin-top: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.tBox th	{
	white-space: nowrap;
	width: 50%;
	text-align: left;
	font-weight: normal;
}
.tBox td	{
	white-space: nowrap;
}

.photoLeft	{
 float: left;
	padding: 0 10px 10px 0;
}

.contact {
	margin-left: 15px;
	margin-top: 15px;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

*:first-child+html .black_overlay { height: 1000px;/*IE7*/ }

* html .black_overlay  { height: 1000px;/*IE6*/ }

.white_content {
	display: none;
	position: absolute;
	top: 12%;
	left: 15%;
	width: 550px;
	height: 600px;
	padding: 16px;
	border: 10px solid #999;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

h2.csr_komoku2 {
	width: 100%;
	padding-bottom: 6px;
	margin-bottom: 13px;
	line-height: 2.3;
	font-size: 120%;
	color:#FFF;
	background-image: url(../images/label_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 5px;
}
