@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
.txtRed {
	color: #F00;
}

#contentWrapper {
	float: right;
	width: 720px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
}
#contentWrapper h1 {
	padding-bottom: 26px;
}
#contentWrapper #demoTxt {
	float: left;
	width: 460px;
	padding-bottom: 20px;
}
#contentWrapper #demoTxt h2 {
	padding-bottom: 5px;
}
#contentWrapper #demoImage {
	float: right;
	width: 222px;
	padding-bottom: 20px;
}
#contentWrapper h3 {
	clear: both;
	padding-top: 20px;
	border-top: 2px solid #CCC;
	width: 720px;
	margin-bottom: 10px;
}

#flashMap {
	margin-bottom: 20px;
}

#mapTxt {
	margin-bottom: 10px;
}
