@charset "Shift-Jis";
/* CSS Document
 *
 * import用stylesheet
 *
 */

@import"../../common/css/common.css";	/* 共通スタイルシート */

#blandingArea {
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}
#blanding {
	width: 900px;
	list-style: none;
	margin: 0 auto;
	}


/* contents */

#right {
	float: right;
	width: 256px;
	overflow: hidden;
	}
	/* floatによるboxのheight: 0;へのフォロー */
	#right:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
	}
	/*\*/
	* html #right {
	height: 1em;
	overflow: visible;
	}
	/**/

.content {
	margin-bottom: 14px;
	border: 1px solid #B5B5B5;
}

#left {
	width: 624px;
}

.contentimg {
	margin: 20px 0 0 0;
}


#left p {
	margin: 20px 0 0 0;
	font-size: 85.7%;
	line-height: 175%;
}

h3 {
	background: #eee;
	color: #000000;
	font-weight: bold;
	margin: 4px 0;
	padding: 8px 14px;
}

.next {
	padding:10px 20px;
	border-color:#888888;
	border-width:1px;
	border-style:solid;
	height:50px;
	width:80px;
	font-weight: bold;
}

#topics_list dt {
	margin: 4px 0 0 0;
}

#topics_list dd {
	font-size: 84.7%;
	padding: 0 0 10px 0;
	font-weight: bold;
	line-height: 150%;
	border-bottom: 1px solid #B5B5B5;
}

#newslist dt {
	margin: 10px 0 0 0;
}

#newslist dd {
	font-size: 100%;
	padding: 0 0 20px 0;
	font-weight: bold;
	line-height: 170%;
	border-bottom: 1px solid #B5B5B5;
}

#update {
	font-size: 100%;
	font-weight: bold;
	background: #ddd;
	padding: 4px 8px;
	margin: 20px 0 0 0;
}

.concert_title {
	font-size: 120%;
	font-weight: bold;
}


