/*トップページ用ＣＳＳ*/
/*-----------------------------------背景*/
body {
	background-color: #FFFBE5
}
/*---------------------------全体の表示幅*/
.table-main {
	width: 680px;
	margin-top: 5px;
	clip:  rect(   ); 
}
/*-------------------------ページタイトル*/
.page-title {
	font-size: 12px;
	color: #333333;
	text-align: center;
}
/*-----------------------------ヘッダー@*/
.header1 {
	font-size: 12px;
	color: #333333;
	text-align: center;
}
/*-----------------------------ヘッダーA*/
.header2 {
	font-size: 12px;
	color: #00BFBF;
	 text-align: center;
}
/*-----------------------ホームアイコン欄*/
.home-icon {
	text-align: right;
}
/*----------------------ログインアイコン欄*/
.login-icon {
	text-align: right;
}
/*---------------------------------枠内部*/
.inside {
	padding: 10px;
}
/*-----------------------アルバム全体の枠*/
.album-all {
	width: 650px;
	margin-top: 5px;
	clip:  rect(   );
}
/*-----------------------アルバム全体の枠*/
.td-one {
	text-align: center;
	padding: 5px;
	vertical-align: top;
}
/*-----------------------------アルバム枠*/
.table-one {
	width: 100%;
}
/*-----------------------アルバムタイトル*/
.album-title {
	font-size: 12px;
	color: #00BFBF;
	vertical-align: middle;
	text-align: center;
}
/*-----------------------アルバムコメント*/
.album-comment {
	font-size: 10px;
	color: #00BFBF;
	text-align: center;
}
/*---------------------------アルバム画像*/
.album-pic {
	vertical-align: top;
	width: 100px;
	text-align: right;
	height: 100px; 
}
/*---------------------------------リンク*/
a:link{
	color: #008080;
	text-decoration: underline;
}
a:visited{
	color: #00BFBF;
	text-decoration: underline;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}
a:active{
	color: #FFFF00;
	text-decoration: underline;
}

