@charset "utf-8";
/*---------------------------------------
top.css
create:asoTWC/uchihara
---------------------------------------*/

#subWrapper {
	background:url(../img/subpages_bg.gif) repeat-x left top;
}

#subHeader {
	background:url(../img/subheader_bg.gif) no-repeat;
	width:900px;
	height:215px;
	margin:0 auto 15px;
}
.textBox {
	padding:0 40px;
	margin-bottom:40px;
}
.menuDataBox {
	float:right;
	width:390px;
}

table.manuData {
	width:100%;
	border-collapse:separate;
	margin-bottom:20px;
}
table.manuData th {
	border-bottom: dotted 1px #999;
	padding:5px 20px 5px 5px;
	color: #090;
	text-align:left;
	white-space:nowrap;
	vertical-align:top;
}
table.manuData td {
	border-bottom: dotted 1px #999;
	padding:5px;
}
table.manuData td.accessData {
	border-bottom: dotted 1px #999;
	padding:5px 20px;
	background:url(../img/info_im.gif) no-repeat left;
}

ul.caution {
	margin-left:1em;
}
ul.caution li {
    text-indent:-1em;
	margin-bottom:5px;
}
.question {
	margin:0 3px 10px;
	padding:5px 10px;
	background:#d7f5a8;
}
.photoName {
	padding-top:5px;
}

h4.green{
  border-left: 7px solid #7dbf14;
  padding-left:5px;
  border-bottom: 1px dashed #7dbf14;
  margin-bottom:10px;
}
.stafName{
	color:#090;
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.2em;
}
.stafUnit{
  border-bottom: 1px dashed #7dbf14;
  padding-bottom:10px;
  margin-bottom:20px;
}
.indent {
  text-indent: -1em;   /* 1文字分戻す */
  padding-left: 1em;   /* 全体を1文字分右へ */
  line-height: 1.6;
}

