/*トップページ用ＣＳＳ*/
/*-----------------------------------背景*/
body  { background-color: #efffef }
/*---------------------------全体の表示幅*/
.table-main {
	width: 600px;
	margin-top: 5px;
}
/*-------------------------ページタイトル*/
.page-title {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
/*-----------------------------ヘッダー?@*/
.header1 {
	text-align: center;
	padding: 5px;
	font-size: 12px;
}
/*-----------------------------ヘッダー?A*/
.header2 {
	padding: 5px;
	font-size: 12px;
}
/*-----------------------ホームアイコン欄*/
.home-icon {
	text-align: left;
}
/*---------------------ログインアイコン欄*/
.login-icon {
	text-align: right;
}
/*---------------------------------枠内部*/
.inside {
	padding: 10px;
}
/*-----------------------アルバム全体の枠*/
.album-all {
	width: 600px;
	margin-top: 5px;
}
/*-----------------------アルバム全体の枠*/
.td-one {
	text-align: center;
	padding: 5px;
	vertical-align: top;
}
/*-----------------------------アルバム枠*/
.table-one {
	width: 100%;
}
/*-----------------------アルバムタイトル*/
.album-title { color: #009999; font-size: 12px; font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; font-style: normal; font-weight: bold; line-height: 125%; background-color: #eeeeff; text-align: center; border-style: solid none; border-width: 1px; border-color: silver }
/*-----------------------アルバムコメント*/
.album-comment { font-size: 12px; font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; font-style: normal; font-variant: normal; line-height: 150%; background-position: center; padding: 5px; left: 12px; border-style: solid none solid solid; border-width: 1px; border-color: silver }
/*---------------------------アルバム画像*/
.album-pic {
	vertical-align: top;
	padding: 3px;
	width: 50px;
	text-align: right;
}
/*---------------------------------リンク*/
a:link        { color: #009999 }
A:hover { color: #FF0000; text-decoration: underline; }
a:visited  { color: #00f2a9; text-decoration: underline }
a:active{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
