/* dock */
.dock {
	position: relative; 
	height: 100px; 
	text-align: center;
	margin: 25px 0 120px;
}
ul.dock-container {
	position: absolute;
	height: 100px;
}

ul.dock-container li {
	list-style:none;
	text-align:center;
}

.dock-item {
	text-align:center;
}

a.dock-item {
	display: block;
	width: 140px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
	height: 100%;
}
.dock-item span,
a.dock-item p {
	padding-left: 20px;
	display:block;
}

a.dock-item p {
	font-size:90%;
	text-align:center;
}


/* table（プロフィール） */

#assistance {
	background-color:#FFFFFF;
}

#assistance table.bordernone {
	margin:0 0 20px 0;
	border: none;
}

#assistance table.bordernone tr {
	border: none;
}

#assistance table.bordernone th {
	border: none;
	background:none;
	width: 6em;
	text-align: left;
	vertical-align: top;
}

#assistance table.bordernone td {
	border: none;
	text-align: left;
	vertical-align: top;
}

#assistance table.bordernone td.photo {
	width:280px;
}

/* table（写真）ボーダーあり */

#assistance  .photobox {
	text-align: center;
	width: 715px;
}


#assistance div.photobox table {
	margin: 1em auto;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}


#assistance div.photobox table td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


#assistance div.photobox table td.data {
	padding: 5px;
	text-align: center;
	background: #B9DBF9;
	color: #000000;
}


/* table（写真）ボーダーなし */

#assistance .photobox_borderres {
	text-align: center;
	width: 715px;
}

#assistance div.photobox_borderres table {
	margin: 1em auto;
	border:none;
}

#assistance div.photobox_borderres table td {
	border:none;
}


#assistance div.photobox_borderres table td.data {
	padding: 5px 0;
	margin:10px 0;
	text-align: center;
	border-bottom: dotted 1px #CCCCCC;
	font-weight: bold;
}

#assistance div.photobox_borderres table td img {
	border: solid 5px #B9DBF9;
	margin: 0 0 10px;
}

/* table（写真）ボーダーなし2 */

#assistance .photobox_borderres_b {
	text-align: center;
	width: 715px;
}

#assistance div.photobox_borderres_b table {
	margin: 1em auto;
	border:none;
}

#assistance div.photobox_borderres_b table td {
	border:none;
}


#assistance div.photobox_borderres_b table td.data {
	padding: 5px 40px;
	margin:10px 0;
	text-align: center;
	vertical-align:top;
	border-top: dotted 1px #CCCCCC;
	font-weight: bold;
}

#assistance div.photobox_borderres_b table td.photo {
	text-align: center;
}

#assistance div.photobox_borderres_b table td img {
	margin: 0 0 10px;
}

/* 見出し */

#assistance h2.img {
	margin: 0 0 1.5em 0;
}

#assistance h2.ttl {
	padding: 5px 5px 5px 0.5em;
	margin: 5px;
	border-left: 3px solid #000066;
	font-size: 130%;
	line-height: 1.3;
	background: #9FCDF7;
}

#assistance h3 {
	font-weight:bold;
	font-size:120%;
	margin:25px 0 7px 0px;	
}

/* 応援メッセージ */
#assistance h3.ttl1 { 
	height:30px;
	background:url(../image/message-bg.gif) 0 0 no-repeat;
	text-indent:-999em;
}

/* 包含 */

#assistance .box  {
	padding: 10px;
	margin: 10px 5px;
	background: #EBF3FC;
	border:#9FCDF7 1px solid;
}

#assistance p {
	margin:0 0 1em 0px;
}

/* 行揃え */

.txtrigth {
	text-align:right;
}
