/*トップページ用ＣＳＳ*/

/*-----------------------------------背景*/

body {

	background-color: #FFFFFF;

}

/*---------------------------全体の表示幅*/

.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 {

	vertical-align: top;

	padding: 3px;

	font-weight: bold;

	font-size: 12px;

}

/*-----------------------アルバムコメント*/

.album-comment {

	vertical-align: top;

	padding: 3px 3px 3px 15px;

	font-size: 12px;

}

/*---------------------------アルバム画像*/

.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;

}


