/*サムネイルの周辺枠属性*/
.highslide img {
    margin: 0px;
    padding: 0px;
    border: 0px solid silver;
    max-width  /**/: 150px;
    max-height: 152px;
}


/*「次へ」「前へ」リンクの属性*/
table.pageinfo {
    border:none;
    table-layout: fixed;
    width: 643px;
}
/*「前へ」リンクの属性*/
td.pageinfo {
    text-align: center;
}
/*サムネイル一覧を囲むテーブルの属性*/
table.photo {
    border: none;
    margin: 0px;
    padding: 0px;
    border-collapse:collapse;
    width:652px;
		cellspacing: 10px;
}
/*サムネイル一覧を囲むテーブルの１カラム分の属性*/
tr.photo {
    border: none;
    height: 152px;
    width:652px;
    margin: 0px;
    padding: 0px;
}
td.photo {
    border: none;
    width: 152px;
    margin: 0px;
    padding: 17px 0 0 0;
}
/*サムネイルを囲む固定サイズ枠の属性*/
table.photo-frame {
    width: 152px;
		height: 152px;
    margin: 0px ;
    padding: 0px;
    border-collapse: collapse;
    border: 1px solid silver;
    max-width: 153px;
    max-height: 152px;
    text-align:center;
}
/*サムネイルを囲む固定サイズ枠のカラム属性*/
tr.photo-frame {
    margin: 0px;
    padding: 0px;
    table-layout:fixed;
    height: 152px;
    text-align:center;
    border: none;
    max-width: 153px;
    max-height: 152px;

}
td.photo-frame {
    margin: 0px;
    padding: 0px;
    table-layout:fixed;
    width: 152px;
    height: 152px;
    vertical-align:middle;
    text-align:center;
    border: none;
    max-width: 153px;
    max-height: 152px;
}

/*サムネイル一覧のコメント部の属性*/
td.comment
{
    margin: 0px;
    padding: 0px;
    border: none;
    text-align:center;
    vertical-align:top;
    width:152px;
    max-width: 152px;
}

/* サムネイル日付の属性*/
div.date-str
{
		font-size: 100%;
		font-weight:bold;
		text-align: center;
    margin: 0px 3px 0 0;
    padding: 0;
}

/*サムネイル一覧のコメント部の属性*/
div.comment
{
    width:152px;
		font-size: 90%;
    text-align:center;
    max-width: 140px;
    padding: 0;
    margin: 0 0 0 3px;

}

div.blog-link
{
    width:152px;
		font-size: 90%;
		text-align: right;
    margin: 0px;
    padding: 0px;
}


