/*トップページ用ＣＳＳ*/
/*-----------------------------------背景*/
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 85%;
	font-style: normal;
	line-height: 115%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	margin: 0px;
}
/*---------------------------全体の表示幅*/
.table-main {
	width: 380px;
	margin-top: 0px;
}
/*-------------------------ページタイトル*/
.page-title {
	font-weight: bold;
	text-align: center;
	font-size: 85%;
}
/*-----------------------------ヘッダー@*/
.header1 {
	text-align: center;
	padding: 0px;
	font-size: 85%;
}
/*-----------------------------ヘッダーA*/
.header2 {
	padding: 0px;
	font-size: 85%;
}
/*-----------------------ホームアイコン欄*/
.home-icon {
	text-align: left;
}
/*---------------------ログインアイコン欄*/
.login-icon {
	text-align: right;
}
/*---------------------------------枠内部*/
.inside {
	padding: 0px;
}
/*-----------------------アルバム全体の枠*/
.album-all {
	width: 380px;
	margin-top: 0px;
}
/*-----------------------アルバム全体の枠*/
.td-one {
	text-align: center;
	padding: 0px;
	vertical-align: top;
}
/*-----------------------------アルバム枠*/
.table-one {
	width: 95%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
/*-----------------------アルバムタイトル*/
.album-title {
	vertical-align: top;
	padding: 10px 0px 5px 0px;
	font-weight: bold;
	font-size: 85%;
	color: #666666;
}
/*-----------------------アルバムコメント*/
.album-comment {
	vertical-align: top;
	padding: 5px;
	font-size: 80%;
	color: #666666;
}
/*iconコメント------------------------*/
.icon-comment {
	vertical-align: mbsmiddle;
	padding: 0px 0px 0px 5px;
	font-size: 80%;
}
/*---------------------------アルバム画像*/
.album-pic {
	vertical-align: top;
	text-align: right;
	padding: 5px 0px 5px 0px;
	width: 180px;
	text-align: right;
}
/*---------------------------------リンク*/
a:link{
	color: #de5d73;
	text-decoration: none;
}
a:visited{
	color: #de5d73;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}
a:active{
	color: #FF0000;
	text-decoration: underline;
}
