/* CSS Document */


/*　見出し・段落の基本設定　*/
h1 { 
	margin : 0px 0px 27px 0px ;
	font-size : 100% ;
	line-height : 180% ;
	font-weight : normal ;
	color : #006699 ;
	text-align : left}
h2 { 
	margin : 0px ;
	font-size : 80% ;
	line-height : 180% ;
	font-weight : normal ;
	color : #006666 }
h3 { 
	margin : 0px ;
	font-size : 80% ;
	line-height : 180% ;
	font-weight : normal ;
	color : #006666 }


/* コンテンツ部分 */
#contents {
	margin : 30px auto 45px auto ; 
	padding : 0px  ; 
	width : 700px ;
	height : auto ;
	color : #333333 ;
	clear : both ;
	text-align : left }


/*　このページトップへ　*/
.page-top { 
	margin : 0px 0px 22px 0px ; 
	padding : 0px  ; 
	width : 700px ;
	height: auto ;
	font-size : 80% ;
	text-align : right ;
	clear : both }

/*　戦災の地図　*/
.mapbox {
	margin : 6px 0px 6px 0px ; 
	padding : 6px 0px 0px 0px  ; 
	width : auto ;
	height : auto ;
	font-size : 80% ;
	line-height : 200% ;
	clear : both ;
	border-top : 1px dashed #cccccc;
	text-align : left ;}
