@charset "UTF-8";
.photos{
	margin:0 0 0 20px;
	padding:0;
	float:right;
	width:210px;
	display:block;
}

.photos ul{
	list-style:none;
	margin:0;
	padding:0;
}

.photos li{
	display:block;
	margin:0 0 10px 0;
	padding:0;
	line-height: normal;
}

.photos li img{
	padding:0;
	display:inline;
	border:4px solid #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6;
	margin-left: 0;
}

.photos li span{
	display:block;
	font-size:x-small;
	line-height: normal;
	padding-top: 6;
	margin-top: 6px;
	margin-bottom: 5px;
}







.seibunBox{
	border: 1px solid #999999;
	margin-bottom: 5px;
	background-color: #FFF;
	margin-top: 20px;
	font-size: x-small;
	color: #333;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.seibun-txt{
	font-size: small;
	color: #333;
}


/* ~~ テーブル成分表1~~ */
table#seibun1 {
	width: 655px;
	border-spacing: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: x-small;
	color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
table#seibun1 th {
	font-Size:x-small;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: normal;
	vertical-align: top;
}
table#seibun1 td {
	font-Size:x-small;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	vertical-align: top;
}
