/*	-------------------------------------------------------------
	Description:	CSS file for screen media
	Filename:		content.css
	Author: 		
	Date:			01/16/2008
	-------------------------------------------------------------

FOR SCREEN ****************************************************** */
/*	-------------------------------------------------------------
	内覧会情報用css
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*  */
#exhivition {
	widows: 600px;
	margin-left: 15px;
	margin-top: 30px;
	background-image: url(../images/exhivition/back.jpg);
	background-repeat: repeat-y;
}

#info {
	width: 630px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/exhivition/info_back.jpg);
	background-repeat: repeat-y;
	margin-bottom: 30px;
}

#googlemap {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 20px;
	text-align: right;
}



#staff_comment {
	width: 600px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/exhivition/05_back.jpg);
	background-repeat: no-repeat;
	position: relative;
}

	#staff_comment p {
	position: absolute;
	left: 18px;
	top: 134px;
	width: 540px;
	font-size: 12px;
	line-height: 150%;
	}





#comment_text {
	width: 570px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 90px;
	font-size: 12px;
	background-color: #EBFFAC;
	background-image: url(../images/exhivition/comment_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

