@charset "utf-8";
@import url("common.css");
@import url("bace.css");

/* ===================================================================
CSS information

 file name  :grandtop.css
 style info :トップページ用css
 
=================================================================== */

/* -------- バナーエリア -------- */
#grandtop #sidemenu #bnr {
	width: 170px;
	margin: 15px auto 0;
}
#grandtop #sidemenu #bnr img {
	margin-bottom: 7px;
}

/* -------- 講演会・コンサート -------- */
#lecture,#concert {
	width: 638px;
	border: 1px solid #cdcdcd;
	margin: 15px auto 21px;
	background: url(/images/grandtop/parts_h2_bg.gif) no-repeat top left;
}
#lecture h2,#concert h2 {
	font-weight:bolder;
	font-size: 84%;
	line-height:29px;
	width:638px;
	height:29px;
	display:block;
	text-indent:21px;
	margin:0;
	color: #333333;
}

#lecture .inner,#concert .inner {
	background: #f3f3f3;
	margin: 0 4px 4px;
	padding: 8px 10px;
}

#maincontents .linkOrg {
	margin-top:5px;
 padding-left:12px;
 background:url(/images/icon_orange.gif) left center no-repeat;
}
#maincontents .linkOrgL {
	margin-top:5px;
 padding-left:12px;
 background:url(/images/icon_orange_left.gif) left center no-repeat;
}
#maincontents .linkOrgR {
	margin-top:5px;
 padding-right:12px;
 background:url(/images/icon_orange.gif) right center no-repeat;
}
#maincontents .linkOrgB {
	margin-top:5px;
 padding-left:12px;
 background:url(/images/icon_orange_bottom.gif) left center no-repeat;
}

/* -------- トピックス -------- */
#topicsList {
	width:640px;
	margin: 16px auto 8px;
}
#topicsList h2 {
	margin-bottom:7px;
}
#topicsList dl {
	margin-bottom:7px;
	padding-bottom:7px;
	background:url(/images/line_dot.gif) repeat-x left bottom;
	clear:left;
}
#topicsList dt {
	float: left;
	width: 130px;
}
#topicsList dt img {
	margin-right: 10px;
}
#topicsList dd {
	float: left;
	width: 510px;
}
#grandtop #legend {
	font-size: 83.3%;
	border-bottom:solid 1px #582e00;
	padding-bottom:8px;
	margin-bottom:16px;
}
#grandtop #legend li {
	display:inline;
	padding-right:20px;
}
