/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* :::::: common ::::::  */
#contents .inner{
  width: 1000px;
  margin: 0 auto;
  padding-top:40px;
  background-color:#ffffff;
}
#contents h2{
	color:#ffffff;
	letter-spacing:0.05em;
	line-height:1.5em;
	width:88.5%;
	text-align:center;
	margin:0 auto 20px;
	border:1px solid #dddddd;
	background:#ffffff url("../img/h_back_img.gif") repeat 0px 0px;
}
h3 {
	font-size:112%;
	margin:0;
	padding-top:15px;
	padding-left:30px;
}
p{
	margin:0;
}
/* :::::: contents ::::::  */
#office {
	margin:0 auto;
	padding-bottom:80px;
	width:90%;
}
#info .img_photo{
	margin-top:80px;
	text-align:center;
}
#info .img_photo img{
	border:1px solid #dddddd;
}
#info .img_photo img.left{
	float:left;
	margin-left:48px;
}
#info .img_photo img.right{
	float:right;
	margin-right:48px;
}
#box1 {
	display:inline-block;
	width:100%;
}
#office #info table{
	border-collapse:collapse;
	margin:0 auto;
}
#office #info tr{
	border:1px solid #000000;
}
#office #info th{
	background-color:#eeeeee;
	width:160px;
	padding:4px 0 4px 25px;
	text-align:left;
}
#office #info td{
	border-left:4px double #000000;
	padding:0 25px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {

	#contents .inner{
		padding-bottom:239px;
	}

}