@charset "utf-8";
@import url("/shared/css/import.css");
/* ////////////////////
INDEX
//////////////////// */
#topicPath dd strong {
	margin-left:0;
}
#content #main {
	position:relative;
	background:url(../img/main.jpg) no-repeat 0 0;
}
#content #main h2 {
	position:absolute;
	top:56px;
	left:21px;
	width:359px;
	height:19px;
	background-image:url(../img/lead.jpg);
}
#content #main #description {
	position:absolute;
	top:96px;
	left:21px;
	width:253px;
	height:56px;
	margin:0;
	background:url(../img/description.jpg) no-repeat 0 0;
	text-indent:-1000em;
}
#content #section01 {
	margin-top:239px;
}
#content #section01 h3 {
	height:27px;
	background-image:url(../img/ttl01.gif);
}

/* information */
#content #main #infobtn {
	color: #FE7F80;
	background-color: #fff0f0;
	border: solid 1px #FE7F80;
	padding: 5px 5px 5px 10px;
	font-size: 84%;
	margin: 20px 0 30px 0;
}

#content #main #time,
#content #main #subject {
	position:relative;
	width:520px; /* for IE */
}
#content #main #time h4,
#content #main #subject h4 {
	position:absolute;
	left:0;
	width:67px;
	height:22px;
}
#content #main #time h4 {background-image:url(../img/ttl02_01.gif)}
#content #main #subject h4 {background-image:url(../img/ttl02_02.gif)}
#content #main #time dl,
#content #main #subject ul,
#content #main #subject p {
	margin-left:88px;
}
#content #main #time dl {
	position:relative;
	width:432px; /* for IE */
	margin-bottom:1em;
}
#content #main #time dt {
	position:absolute;
	left:0;
	width:70px;
}
#content #main #time dd {
	margin-left:80px;
}
#content #main #time dt#daySat {
	color:#0045d5;
}
#content #main #time dt#daySun {
	color:#ea0000;
}
#content #main #subject ul {
	margin-bottom:1em;
}
#content #main #subject ul li {
	list-style:disc inside;
}
#content #main #subject p {
	margin-bottom:0;
}

/* #blogFeed
-------------------- */
#content #main #blogFeed {
	margin:0 21px;
	background:url(../img/blog/bg_side.jpg) repeat-y bottom;
}
#content #main #blogFeed h3 {
	height:51px;
	background-image:url(../img/blog/ttl.jpg);
}
#content #main #blogFeed ul {
	width:100%;
	padding-bottom:17px;
	background:url(../img/blog/bg_btm.jpg) no-repeat bottom;
}
#content #main #blogFeed li {
	margin:0 23px 8px;
	padding-bottom:3px;
	background:url(/shared/img/bdr_dot.gif) repeat-x bottom;
}
#content #main #blogFeed li a {
	margin-left:2em;
}

