@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;
}


#adBox{
	width: 680px;
	text-align: center;
	background-color: #FAF4CB;
	color: #333;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#adBox2{
	width: 680px;
	text-align: left;
	background-color: #CCC;
	color: #333;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 10px;
	font-size: x-small;
	line-height: normal;
}
.txtBig{
	color: #333;
	font-size: small;
	font-weight: bold;
}
.txtRed{
	color: #F00;
}
.txtRed2{
	color: #F00;
	font-size: small;
}

/* ~~ ~~ */

.leftPhoto{
	float: left;
	width: 170px;
	font-size: x-small;
}
.rightTxt{
	float: right;
	width: 510px;
	font-size: small;
}

.btm5{
	margin-bottom: 5px;
}

/* ~~ テーブル1~~ */
table#kotei {
	width: 510px;
	border-spacing: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: 6px;
	margin-bottom: 15px;
	font-size: x-small;
	color: #333;
	background-color: #FAF4CB;
	border-collapse: collapse;
}
table#kotei th {
	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: #333;
	font-weight: normal;
	vertical-align: top;
}
table#kotei th.c-time {
	white-space: nowrap;
}
table#kotei td {
	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: #333;
	vertical-align: top;
}
