* {
	margin: 0;
	padding: 0; 
}

body {
	width: 100%;
  font-family: Open Sans,游ゴシック,Yu Gothic,ヒラギノ角ゴ Pro W3,メイリオ,Lucida Grande,Hiragino Kaku Gothic Pro,Verdana,ＭＳ\ Ｐゴシック,sans-serif;
  color: #555555;
  line-height: 1.6;
}

.wrapper {
	width: 100%;
	height: 100%;
  min-height: 100%;
}

.header {
	width: 100%;
}

h2.page_title {
	width: 500px;
	border-top: 9px solid #E08492;
	text-align: center;
	font-weight: normal;
	margin: 0 auto;
	padding-top: 9px;
	line-height: 1.3;
}

span.page_sub_title {
	color: #E08492;
	font-size: 1.2em;
}

.container {
	width: 100%;
	min-height: 100%;
	margin-top: 20px;
}

.sakura_line {
	height: 12px;
	background-image: url("images/haji_sakura_line.png");
}

.container_inner {
	/*width: 1200px;*/
	margin: 0 auto;
}

.content {
	text-align: center;
	margin: 3% 0 3% 0;
}

/*
.content_map {
	float: left;
	margin-right: 50px;
	margin-bottom: 5%;
}

.content_camera {
	float: left;
}
*/

h3.content_title {
	font-weight: normal;
}

img.sakura_camera {
	width: 500px;
	height: 380px;
	background: #EAE3E4;
}

.clearfix {
	content: '';
	display: block;
	clear: both;
}