@charset "utf-8";

@import "base.css";

body#construction {
	color:#434343;
}

body#construction #title {
	line-height:27px;
	border-bottom:solid 1px #858585;
	background:url(../construction/img/title_construction.gif) no-repeat right center;	
}

body#construction #title p {
	background-repeat:no-repeat;
	background-position:12px center;
	padding-left:32px;
	margin-top:0px;
	text-align:left;
}
body#construction #title p strong{
	font-weight:bold;
}

#wraper {
	background:url(../construction/img/border.gif) repeat-y left top;
	margin-top:8px;
}

#aisatsu {
	float:left;
	display:inline;
	width:157px;
	margin-left:9px;
	text-align:center;
	height:330px;
}
#aisatsu h2 {
	
}
#aisatsu address {
	font-weight:bold;
	/*text-align:left;*/
	text-align:justify;
	margin:10px 0px 8px;
	line-height: 1.8em;
}
#aisatsu img {
}
#aisatsu p {
	margin:30px 0px;
}

#flow {
	float:left;
	display:inline;
	margin-left:17px;
	margin-bottom:10px;
	border-bottom:dotted 1px #858585;
}

#photo {
	float:left;
	display:inline;
	margin-left:17px;
	width:370px;
	height:410px;
	overflow:scroll;
	border:solid 1px #D9D9D9;
}
#photo p {
	float:left;
	display:inline;
	width:66px;
	height:99px;
	margin:10px 10px 2px 10px;
	text-align:center;
}
#photo p span.date {
	font-size:0.9em;
	line-height:1.2em;
}
#photo p span.caption {
	font-size:0.9em;
	line-height:1.2em;
	font-weight:bold;
}
#photo p img {
	border:solid 1px #858585;
}


/* 写真ページ */
#caption strong{
	color:#AE1414;
	font-weight:bold;
}
p#date {
	text-align:right;
}

body#const_photo #container {
	width:510px;
}
body#const_photo #contents {
	padding:0px;
	background:url(../construction/img/bak_line.gif) repeat-y left top;
}
body#const_photo #contents img{
	width:320px;
	height:240px;
	float:left;
}
body#const_photo #wraper {
	margin:0px;
	padding:0px 12px;
	line-height:1.5em;
	margin-left:320px;
	background:none;
}


/* 拡大版 */

body#const_photo_l.landscape #container {
	width:642px;
}
body#const_photo_l.vertical #container {
	width:482px;
}
body#const_photo_l #contents {
	padding:0;
}
body#const_photo_l #contents img{
}
body#const_photo_l #wraper {
	margin:0px;
	padding:0px 12px;
	line-height:1.5em;
	background:#ffffff url(../construction/img/bak_line_l.gif) repeat 0 0;
}
