/*トップページ用ＣＳＳ*/
/*-----------------------------------背景*/
body {
	/*background-color: #EEEEEE;*/
}
/*---------------------------全体の表示幅*/
.table-main_g {
	/*width: 600px;*/
	width: 172px;
	margin-top: 5px;
}
/*-------------------------ページタイトル*/
.page-title_g {
	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_g {
	/*width: 600px;*/
	width: 172px;
	margin-top: 5px;
}
/*-----------------------アルバム全体の枠*/
/*.td-one {
	text-align: center;
	padding: 5px;
	vertical-align: top;
}*/

/*-----------------------------アルバム枠*/
.table-one_g {
	border: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	/*margin-bottom: 15px;	/*ボックスの下（外側）のスペース*/
	-webkit-box-shadow: 1px 2px 7px #ccc;
	box-shadow: 1px 2px 7px #ccc;
	margin-bottom: 20px;
}
/*-----------------------アルバムタイトル*/
.album-title_g {
	vertical-align: top;
	/*padding: 3px;*/
	font-weight: bold;
	font-size: 16px;
}
/*-----------------------アルバムコメント*/
.album-comment_g {
	vertical-align: top;
	/*padding: 3px 3px 3px 15px;*/
	text-align:right;
	font-weight: bold;
	font-size: 12px;
	color:#CC0000;
}
/*---------------------------アルバム画像*/
.album-pic_g {
	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;
}
*/
