@charset "utf-8";

div#chidigiContents{
	width:100%;
	margin:0;
	padding:0;
}

h2#chidigiLogo{
	width:800px;
	height:280px;
	margin:20px auto;
	padding:0;
	background:url(../image/logo.jpg) no-repeat;
	text-indent:-1000em;
}

p.mainImage{
	width:900px;
	height:317px;
	margin:0 auto;
	padding:0;
	background:url(../image/main-image.jpg) no-repeat;
	text-indent:-1000em;
}

div#contentsBox{
	width:100%;
	margin:0;
	padding:32px 0 0 0;
	background:url(../image/contentsBg.jpg) repeat-x top;
}

h3#oaSchedule{
	width:800px;
	height:125px;
	margin:0 auto;
	padding:0;
	background:url(../image/oa-schedule.jpg) no-repeat;
	text-indent:-1000em;
}

div#contentsBox dl#themeBox{
	width:800px;
	margin:60px auto;
	padding:0;
}

div#contentsBox dl#themeBox dt{
	width:320px;
	height:50px;
	margin:0 0 10px 15px;
	padding:0;
	text-indent:-1000em;
}

div#contentsBox dl#themeBox dt.theme1{
	background:url(../image/theme-01.jpg) no-repeat;
}
div#contentsBox dl#themeBox dt.theme2{
	background:url(../image/theme-02.jpg) no-repeat;
}
div#contentsBox dl#themeBox dt.theme3{
	background:url(../image/theme-03.jpg) no-repeat;
}
div#contentsBox dl#themeBox dt.theme4{
	background:url(../image/theme-04.jpg) no-repeat;
}


div#contentsBox dl#themeBox dd{
	width:740px;
	margin:0 auto 40px auto;
	padding:0 15px 5px 15px;
	border-bottom:1px solid #CCCCCC;
	line-height:1.5em;
	font-size:14px;
}

























