/* favorites 背景 */
body.index {
	background: url(../photo/kinkaku.jpg) right fixed no-repeat;
}
/* タイトル */
h1.title{
	font-family: "MS 明朝";
}
/* タイトル */
font.link-title{
	font-family: "HGPｺﾞｼｯｸE";
}
/* 段落(共通) */
p{
	text-align: left;	
}
/* 段落(Link) */
p.link{
	font-family: "HGPｺﾞｼｯｸE";
}
/* 段落(タイトル欄) */
p.title{
	text-align: left;
	color: #00bbff;
	font-style: italic;
	font-family: "Times New Roman";
	font-size: 16pt;
}
/* 段落(更新表示) */
p.new{
	text-align: left;
	color: #ff0000;
	font-family: "Times New Roman";
	font-size: 10pt;
}
/* テーブル(共通) */
td{
	text-align: left;
}
/* テーブル(見出し1) */
td.midashi1{
	background-color: #33ccff;
	font-family: "Times New Roman";
}
/* テーブル(内容) */
td.contents{
	text-align: left;
	font-family: "Times New Roman";
	font-size: 11pt;
}
/* リンク(共通) */
a{
	text-decoration: none;
	font-style: italic;
	font-family: "Times New Roman";
	font-size: 16pt
}
a:link{
	color: #0000ff;
}
a:visited{
	color: #0000ff;
}
a:hover{
	color: #990000;
	text-decoration: underline
}
a:active{
	color: #ee0000
}
/* リンク(Back用) */
a.back:link{
	color: #000000
}
a.back:visited{
	color: #00bbff;	
}
a.back:hover{
	color: #990000;
	text-decoration: underline;
}
a.back:active{
	color: #ee0000;
}
