/*見出しの設定*/
h2 {font-size:1.2em;
	font-family: "MSゴシック", "MS P ゴシック", Arial, sans-serif ;
	text-align:center;
	color:blue;
	margin-top:15px;
	padding-bottom:15px}

/*文章の設定*/
p.linenote {font-size:0.85em;
	font-family: "MSゴシック", "MS P ゴシック", Arial, sans-serif ;
	text-align:center;
	padding-top:10px;
	padding-bottom:15px;
	line-height:2em;}

p.photo {font-size: 0.65em;
	text-align: right;
	margin-right:50px;
	margin-top:0px;
	color: #0080ff;
	text-decoration: italic;
	font-family: "MS明朝", "MS P 明朝", Times, Times New Roman ;}

/*アルバムの設定*/
table.album {width:700px;
	border: inset 3px blue;
	margin: 10px auto;
	padding:5px}

.tr {border-spacing:5px;}

.td {padding:5px;
	border: none;}

.td img {padding:auto}

/*アルバムの見出しセルの設定*/
td.legend {color:blue;
		font-family: "MSゴシック", "MS P ゴシック", Arial, sans-serif ;
		text-align:center;
		vertical-align:middle}

/*アルバムの注釈セルの設定*/	
td.note {color:blue;
		font-family: "MSゴシック", "MS P ゴシック", Arial, sans-serif ;
		text-align:center;
		vertical-align:middle;
		font-size:0.7em}