/*トップページ用ＣＳＳ*/
/*-----------------------------------背景*/
body   { background: #ffffff url(http://www.active-hakata.com/cgi/hd-album/adm_img/bg.gif) repeat fixed left top }
/*---------------------------全体の表示幅*/
.table-main  { margin-top: 2px; width: 550px }
/*-------------------------ページタイトル*/
.page-title       { background: #fff url(http://www.active-hakata.com/cgi/hd-album/style/top.gif) no-repeat; width: 650px; height: 35px }
/*-----------------------------ヘッダー@*/
.header1 {
	font-size: 11px;
	color: #000000;
	text-align: center;
}
/*-----------------------------ヘッダーA*/
.header2 {
	font-size: 11px;
	color: #000000;
}
/*-----------------------ホームアイコン欄*/
.home-icon {
	text-align: left;
}
/*---------------------ログインアイコン欄*/
.login-icon {
	text-align: right;
}
/*---------------------------------枠内部*/
.inside {
	padding: 10px;
}
/*-----------------------アルバム全体の枠*/
.album-all   { margin-top: 15px; width: 650px }
/*-----------------------アルバム全体の枠*/
.td-one {
	text-align: center;
	padding: 5px;
	vertical-align: top;
}
/*-----------------------------アルバム枠*/
.table-one {
	width: 100%;
}
/*-----------------------アルバムタイトル*/
.album-title  { color: #000000; font-size: 11px; vertical-align: top; padding: 3px }
/*-----------------------アルバムコメント*/
.album-comment {
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	padding: 3px 3px 3px 15px;
}
/*---------------------------アルバム画像*/
.album-pic {
	vertical-align: top;
	padding: 3px;
	width: 50px;
	text-align: right;
}
/*---------------------------------リンク*/
a:link  { color: black; text-decoration: underline }
a:visited  { color: black; text-decoration: underline }
a:hover  { color: black; text-decoration: none }
a:active  { color: black; text-decoration: none }
