/*トップページ用ＣＳＳ*/
/*-----------------------------------背景*/
body {
  background-color: #FFFFFF;
  padding: 0px;
  margin: 0px;
}
/*---------------------------全体の表示幅*/
.table-main {
  width: 700px;
}
/*-------------------------ページタイトル*/
.page-title {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
/*-----------------------------ヘッダー@*/
.header1 {
  text-align: center;
  padding: 5px;
  font-size: 12px;
  display: none;
}
/*-----------------------------ヘッダーA*/
.header2 {
  padding: 5px;
  font-size: 12px;
  display: none;
}
/*-----------------------ホームアイコン欄*/
.home-icon {
	text-align: left;
}
/*---------------------ログインアイコン欄*/
.login-icon {
	text-align: right;
}
/*---------------------------------枠内部*/
.inside {
	padding: 10px;
}
/*-----------------------アルバム全体の枠*/
.album-all {
  width: 700px;
  margin-top: 5px;
}
/*-----------------------アルバム全体の枠*/
.td-one {
  text-align: center;
  vertical-align: top;
  padding: 5px;
}
/*-----------------------------アルバム枠*/
.table-one {
	width: 100%;
}
/*-----------------------アルバムタイトル*/
.album-title {
  vertical-align: top;
  padding: 0px 3px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
/*-----------------------アルバムコメント*/
.album-comment {
  vertical-align: top;
  font-size: 12px;
  padding: 3px 3px 3px 15px;
  display: none;
}
/*---------------------------アルバム画像*/
.album-pic {
  vertical-align: top;
  padding: 3px;
  width: 50px;
  text-align: right;
}
/*---------------------------------リンク*/
a:link{
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited{
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
