@charset"UTF-8";

/* 
***********************************************************
* Copyright(C)2007 Frontier of Business Intelligence Inc.
* since:2010.02.22
* Editor:Hiroyuki Yoshino
***********************************************************
*/


@media print{
	body {
		zoom:60%;
	}
}



/* 1.layout
========================================================================================================
*/

#innerWrap01{
	background:url(../images/bgContents-schedule.jpg) no-repeat;
	width:1000px;
	padding:32px 0 50px 0;
}

#innerWrap02{
	clear:both;
	background:url(../images/bgContentsFrame05.jpg) no-repeat;
	width:1000px;
	padding:0 0 15px 0;
}

/* 2.contents
========================================================================================================
*/

#leadtext{
	background:url(../../schedule/images/schedule-h02.gif) no-repeat;
	width:595px;
	height:48px;
	margin:0 0 0 35px;
}

#leadtext span{
	display:none;
}


/* scheduleToMove */

#scheduleToMove{
	margin:50px 0 0 65px;
	width:870px;
}

#scheduleToMove h2{
	background:url(../../schedule/images/schedule-h03.gif) no-repeat;
	width:392px;
	height:39px;
	margin-bottom:23px;
}

#scheduleToMove h2 span{
	display:none;
}

#scheduleToMove h3{
	background:url(../../schedule/images/schedule-h04.gif) no-repeat;
	width:557px;
	height:23px;
	margin-bottom:25px;
}

#scheduleToMove h3 span{
	display:none;
}

.p1{
	width:790px;
	line-height:150%;
	margin:0 0 30px 0;
}

.d1{
	width:870px;
	margin:5px 0;
}

.p2{
	float:left;
	width:550px;
	padding:0 0 0 20px;
	background:url(../images/icnArrow.gif) no-repeat left center;
	font-weight:bold;
}

.printBtn{
	float:right;
	width:210px;
	height:20px;
	line-height:100%;
	padding:3px 0 0 20px;
	_padding:5px 0 0 20px;
	background:url(../images/icnPdf.jpg) no-repeat left top;
	font-size:95%;
	_font-size:90%;
}

#scheduleSheet{
	clear:both;
	line-height:100%;
}

#scheduleSheet h1{
	font-weight:bold;
	font-size:110%;
	padding:5px 0 0 0;
}

.p3{
	float:left;
	width:640px;
	font-size:85%;
	_font-size:80%;
}

.d2{
	clear:both;
	padding:10px;
	margin:30px 0 20px 0;
	border:1px #999 dashed;
}


