BODY {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: black;
	background-color: white;
}
h3 {
	font-size: 15pt;
	text-align: center;
}
h4 {
	font-size: 11pt;
	font-weight: normal;
}
IMG.intro {
	padding: 0px 0px 0px 10px;
}
/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:0000ff;/*文字の色：青*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:visited {/*訪問後の色*/
    color:#934C7B;/*文字の色：紫*/
    text-decoration:underline;/* 下線 */
}
a:hover {/*カーソルを合わせたときの色*/
    color:#ff0000;/*文字の色：赤*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}
#head {
	width: 800px;
	font-size: 10pt;
}
#foot {
	width: 800px;
	font-size: 10pt;
	text-align: center;
}
#menu {
	width: 800px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: silver;
	font-size: 10pt;
	text-decoration: none;
}
td#head-l {
	text-align: left;
}
td#head-r {
	text-align: right;
  vertical-align : bottom;
}
#intro {
	width: 800px;
}
#intro  td {
	width: 50%;
	padding: 0 2em;
	font-size: 12pt;
	vertical-align: top;
}
#intro  th {
	padding: 1em 0;
}
p.intro {
	font-size: 12pt;
}
#album {
	width: 700px;
}
#title {
	width: 780px;
}