@charset "utf-8";

#head01 {
	height: 70px;
	background-image: url(../../img/common/bg_head.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#head02 {
	height: 70px;
	width: 990px;
	margin: auto;
	position: relative;
}
#head02 p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #666666;
	position: absolute;
	right: 10px;
	top: 10px;
}

#head02 ul {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top:5px;
}
#head02 li {
	float: left;
}



#SiteMain {
	width: 990px;
	margin: auto;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../../img/common/bg_main.jpg);
}
#contents {
	background-image: url(../../img/common/bg_contents.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 545px;
	width: 988px;
	margin: auto;
	z-index: 0;
}
.con01{margin-left:100px;}
.con01 ul{padding:20px 0 75px 8px;}
.con01 ul .small{font-size:80%;}

p.copyTxt{
	width:920px;
	margin-left:35px;
	background: url(../../img/schedule/dotto.jpg) 0 0 repeat-x;
	padding:10px 0 20px;
	}
#contents ul.con02 {
	margin-left: 100px;
	width: 900px;
}
#contents ul.con02 li{
	float: left;
	width: 240px;
	margin: 0 60px 30px 0;
}
#contents ul.con02 li.last{margin-right:0;}

.p1 {
	margin-top: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-left: 10px;
	line-height: 150%;
	letter-spacing: 0.02em;
}

.p2 {
	margin-top: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-left: 25px;
	line-height: 150%;
	letter-spacing: 0.02em;
}


.nichiji {
	margin-top: 26px;

}
.mojiMini {
	font-size: 85%;
	line-height: 130%;
}





#foot01 {
	height: 40px;
	background-image: url(../../img/common/bg_foot.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#foot02 {
	height: 40px;
	width: 990px;
	margin: auto;
	position: relative;
}
#foot02 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	position: absolute;
	right: 10px;
	top: 13px;
}
#title {
	width: 988px;
	height: 120px;
	position: relative;
}
#title img {
	position: absolute;
	left: 0px;
	top: 0px;
}




/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */

#contents ul.con02:after{
content:"."; 
display:block; 
clear:both; 
height:0;
line-height:0;
visibility:hidden;
font-size: 0;
}

	/* IE6 */
	* html #contents ul.con02{height:1%;}

	/* IE7 */
	*:first-child+html #contents ul.con02{display:inline-block;}
