@charset "utf-8";

body {
	background-color: #fff;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, Gothic, sans-serif;
	font-size: 0.9em;
 color: #000;
}

/*-------------------------------------------------
ヘッダ
-------------------------------------------------*/

/* 枠 */
#head-container {
	width: 720px;
}

/* ヘッダ */
#header {
	width: 720px;
}

h1 {
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 1em;
	color: #000;
	font-weight: bold;
	border: solid #000 1px;
}

#accms {
	display: none;
}

/* ナビゲーション */
#navigation {
	display: none;
}

/*-------------------------------------------------
メインコンテンツ
-------------------------------------------------*/

/* 枠 */
#contents {
	text-align: left;
	width: 720px;
}

/* パンくずリンク */
#bread-crumbs {
	display:none;
}

/* タイトル */
h2 {
	text-align: left;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
	font-size: 1em;
	color: #000;
	font-weight: bold;
	border-bottom: solid #000 2px;
}

#contents h4 {
	clear: both;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 1em 0 0.3em 0;
	padding: 2px 5px;
	border-left: solid #000 5px;
}

#contents p {
	font-size: 10px;
	line-height: 140%;
	margin-bottom: 0.3em;
}

#contents strong {
	color: #000;
	font-weight: bold;
}

.clear {
	clear: both;
}

.arrow_right {
	display:none;
}

.arrow_top {
	display:none;
}

.photo-right img {
	float:right;
	margin: 0 0 10px 10px;
}

.photo-left img {
	float:left;
	margin: 0 10px 10px 0;
}

.photo-center img {
	margin-bottom: 15px;
	text-align: center;
}

.button {
	display:none;
}

/* ページトップ */
#pagetop {
	display:none;
}

/*-------------------------------------------------
フッタ
-------------------------------------------------*/
#foot-container {
	display:none;
}

/*-------------------------------------------------
会場案内専用
-------------------------------------------------*/

.map{
	text-align: center;
	margin-bottom: 15px;
}