* {
  margin:0;
  padding: 0;
}

img {
  border: 0;
}
a:link, a:visited {
  color:#666666;
  text-decoration:none;
}
a:hover, a:active {
  color:#333333;
  text-decoration:underline;
}

html, body {
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro","Meiryo","MS PGothic","Osaka";
  color: #444444;
}

#holder-box {
  width: 100%;
  background: url(../resources/bg_global.png) repeat-x;
}

#contents-box {
  margin: 0px auto;
  width: 910px;
  border:1px solid silver;
  background: #ffffff url(../resources/bg_side_b.png) repeat-y;
  position:relative;
  text-align: left;
}

#line-box {
	padding: 4px 2px;
	line-height: 1em;
	font-size: 70%;
	text-align: right;
	color: #888888;	
	background:url(../resources/topline_bg.png) repeat-y right top;
}
#caption-box {
	margin:10px 0px 5px;
	padding:0px;
	width:312px;
	height: 112px;
	text-align:right;
	position: relative;
}

#caption-box-head {
	background: url(../resources/bg_topCap_01.png) no-repeat left top;
	height: 12px;
}
#caption-box-body {
	background: url(../resources/bg_topCap_02.png) repeat-y;
}
#caption-box-footer {
	background: url(../resources/bg_topCap_03.png) no-repeat left bottom;
	height: 14px;
}

#caption-box p {
	padding: 15px;
	font-size: 90%;
	font-weight: bold;
}
#caption-box p.caption {
	font-size:90%;
	line-height: 1.8em;
	color:#333333;
}
#caption-box p.caption-recruit {
	position: relative;
	font-size: 85%;
	color: #454545;
	line-height: 1.2em;
	text-align: center;
	padding: 2px 5px 0px;
}
#caption-box p.caption-recruit img {
	display: inline;
	vertical-align: middle;
}
#top-menu-box {
  width:480px;
  position:absolute;
  top:120px;
  left: 80px;
}

#top-menu-box img {
  margin: 5px 0px;
  display: block;
}
#side-box {
  width: 70px;
  float: left;
}
#main-box {
  margin-left: 70px;
  width: 830px;
  text-align:left;
}

#header-box {
  text-align:right;
}

#address-box {
  width:501px;
  height:418px;
  margin-left: 328px;
  background: url(../resources/img_top_bg.jpg) no-repeat;
  position: relative;
}

#address {
  width: 170px;
  height: 260px;
  font-size: 70%;
  line-height: 2em;
  color: #666666;
  position:absolute;
  top: 150px;
  left: 336px;
}
span.add-head {
	font-weight: bold;
}
span.top-head {
	font-size: 110%;
}
span.underline-wave {
	font-weight: bold;
	padding-bottom: 5px;
	background: url(../resources/underline_wave.png) repeat-x bottom left;
}
#topicpath-box {
  font-size: 80%;
  width: 750px;
  position:relative;
  top: -2.2em;
  left: 70px;
  line-height: 1.1em;
}
#topicpath-box a:link, #topicpath-box a:visited {
  color: #666666;
}
#topicpath-box a:hover, #topicpath-box a:active {
  color: #6666e0;
}

#menu-box {
  font-size: 80%;
  padding-left: 20px;
  line-height: 2em;
  width: 200px;
  float: left;
}
#menu-box img {
	display: block;
}
#menu-box a:link, #menu-box a:visited {
  color: #333333;
}
#menu-box a:link, #menu-box a:visited {
  color: #3333f0;
}
#submenu-box {
	margin-top: 50px;
}
#content-box {
	margin-left: 230px;
	width: 590px;
}
#recruit-box {
	margin-left: 230px;
	width: 590px;
	
	background: url(../resources/amano_recruit_bg.png) no-repeat right 2em;
}
#recruit-box dl {
	font-size: 90%;
	padding: 20px 0px;
}
#recruit-box dt {
	font-weight: bold;
	float: left;
	width: 130px;
	padding-left: 10px;
	text-align: right;
	line-height: 1.7em;
}
#recruit-box dd {
	width: 430px;
	float: left;
	line-height: 1.7em;
}
#recruit-box p.recruit-header {
	font-weight: bold;
	border-bottom: 1px solid silver;
}
#recruit-box p.recruit-desc {
	clear: left;
	padding: 20px;
	line-height: 1.5em;
}
#recruit-box p.recruit-tel {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	border: 3px double #ee8d13;
	width: 12em;
	margin: 4px auto;
}
#bottom-box {
  clear:left;
  height: 80px;
  background: url(../resources/bg_bottom.png) no-repeat;
  position:relative;
}

#bottom-menu-box {
  color: #f0f0f0;
  font-size: 80%;
  text-align:left;
  position:absolute;
  top: 18px;
  left: 100px;
}

#copyright {
  text-align:right;
  color: #fefefe;
  font-size: 80%;
  padding: 30px 20px 0px;
}

/* */
.visiting {
  font-weight: bold;
  text-decoration: underline;
}