@charset "UTF-8";

/* 基本レイアウト-----------------------------*/
#menubar {
	height: 50px;
	width: 850px;
}
#con_header {
	position: relative;
}
#con_header #photo {
	height: 104px;
	width: 680px;
	margin-left: 85px;
}
#con_maintext {
	color: #76161b;
	width: 680px;
	margin: 15px auto;
}
#con_inlineframe {
	width: 620px;
	margin-left: 115px;
	height: 150px;
	clear: both;
}
#con_seminar {
	width: 690px;
	margin-left: 80px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	height: 90px;
}
#con_seminar a {
	color: #76161b;
	font-weight: bold;
	line-height: 2;
	display: block;
	width: 230px;
	float: left;
}

/* コンシェルジュレイアウト-----------------------------*/

#side_a {
	width: 150px;
	float: left;
	color: #C80936;
	padding: 10px;
	line-height: 110%;
}
.index {
	font-size: 140%;
	line-height: 1.2;
}
#side_b {
	width: 638px;
	border-left: 1px solid #C80936;
	padding-top: 40px;
	padding-left: 40px;
	float: right;
}
.midashi {
	clear: both;
	height: 34px;
	width: 588px;
	margin-top: 10px;
}
#kaisai {
	background-color: #C70030;
	margin-top: 15px;
	margin-bottom: 15px;
}
.day {
	font-size: 250%;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding: 10px;
}
.place {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding: 10px;
	width: 280px;
	margin-right: 30px;
}
.clear{
	clear: both;
	visibility: hidden;
	height: 0px;
}
.body_text {
	width: 300px;
	float: left;
}
.fig1 {
	height: 280px;
	width: 280px;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
}
.fig2 {
	clear: both;
	height: 274px;
	width: 588px;
	position: relative;
	margin-bottom: 20px;
}

