@import "../css/common.css";
@import "../css/detail.css";
@import "../css/layout.css";
@import "../css/main.css";
@import "../css/sub.css";

/*	ナビゲーション	*/
.navigation {
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/*	演奏会情報	*/
.concertinfo {
	font-size: 11px;
	color: #333333;
	margin-top: 1px;
	margin-bottom: 5px;
}

/*	演奏会情報	*/
.concertTitle {
	font-size: 12px;
	font-weight: bold;
}

/*	リンクのボックス	*/
#linkBox {
	float:left;
	width:650px;
	margin-left: 20px;
	_margin-left:10px;
	margin-right: 20px;
	_margin-right:10px;
}

/*	リンクタイトル	*/
.linktitle {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #BFD7E8;
}

/*	リンク紹介文	*/
.linkcomment {
	font-size: 12px;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 20px;
}

/*	自己紹介タイトル	*/
.profiltitle {
	font-size: 12px;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #BFD7E8;
}
