@charset "utf-8";
/* CSS Document */

/* topBox
---------------------------------------- */
#topBox {
	width:1100px;
	padding:0 10px;
	margin:0 auto 55px;
}
#topBox h2 {
	text-align:center;
	margin-bottom:35px;
}

/* timeBox
---------------------------------------- */
.timeBox {
	width:100%;
	margin-bottom:40px;
}
.timeBox h3 {
	width:100%;
	height:58px;
	text-align:center;
	background:url(../../images/daily/border01.gif) no-repeat center bottom;
}
.timeBox .wrapper {
	width:100%;
	background:url(../../images/daily/box_tex.gif) repeat top center;
}
.timeBox .inner {
	width:1100px;
	padding:35px 10px;
	margin:0 auto;
}
.timeBox .inner p {
	text-align:center;
}
.timeBox .inner p a {
	color:#147df0;
	text-decoration:underline;
}
.timeBox .inner p a:hover {
	text-decoration:none;
}

/* box01 */
#box01 .inner {
	background:url(../../images/daily/image01.png) no-repeat 140px center;
}
/* box02 */
#box02 .inner .aleft {
	font-size:12px;
	padding-left:270px;
}
/* box03 */
#box03 .inner {
	background:url(../../images/daily/image02.png) no-repeat 860px center;
}
/* box04 */
#box04 .inner {
	background:url(../../images/daily/image03.png) no-repeat 140px center;
}
/* box07 */
#box07 .inner {
	background:url(../../images/daily/image04.png) no-repeat 870px bottom;
}

/* bottomBox
---------------------------------------- */
#bottomBox {
	width:780px;
	padding:0 170px;
	margin:0 auto;
}
#bottomBox h4 {
	color:#555;
	font-weight:bold;
	line-height:20px;
}
#bottomBox p {
	color:#555;
	font-size:12px;
}

