

/* ----- リンクに関するスタイル ----- */



A:link.html_album {

	color : #FF0000;

	text-decoration : underline;

}





A:visited.html_album {

	color : #8B0000;

	text-decoration : underline;

}





A:active.html_album {

	color : #00FF00;

	text-decoration : underline;

}





A:hover.html_album {

	color : #00FF00;

	text-decoration : underline;

}





/* ----- リンク(ボタン型)に関するスタイル ----- */



A:link.button {

	color : #000000;

	background-color : #CCCCCC;

	text-decoration : none;

	border : 2px outset;

	padding: 2px 20px 2px 20px;

}





A:visited.button {

	color : #000000;

	background-color : #CCCCCC;

	text-decoration : none;

	border : 2px outset;

	padding: 2px 20px 2px 20px;

}





A:active.button {

	color : #FF5555;

	background-color : #555555;

	text-decoration : none;

	border : 2px inset;

	padding: 2px 20px 2px 20px;

}





A:hover.button {

	color : #555555;

	background-color : #DDDDDD;

	text-decoration : none;

	border : 2px inset;

	padding: 2px 20px 2px 20px;

}





/* ----- BODYタグに関するスタイル ----- */



BODY.html_album {

	color : #000000;

	background-color: #FFFFFF;

	text-align : center;

}





/* ----- DIVタグ(ページタイトル用)に関するスタイル ----- */



div.title {

	color : #0000FF;

	font-size : 16px;

	text-align : center;

}





/* ----- DIVタグ(ページ上下コメント用)に関するスタイル ----- */



div.com_big {

	color : #00008B;

	font-size : 14px;

	text-align : center;

}





/* ----- DIVタグ(画像毎コメント用)に関するスタイル ----- */



div.com {

	font-size : 12px;

}





/* ----- DIVタグ(画像毎タイムスタンプ用)に関するスタイル ----- */



div.time_stamp {

	font-size : 11px;

	margin-top : 10px;

}





/* ----- DIVタグ(そざわの頁リンク用)に関するスタイル ----- */



div.sozawa {

	font-size : 11px;

	text-align : right;

}





/* ----- DIVタグ(ボタン用)に関するスタイル ----- */



div.button {

	font-size : 12px;

	margin-top : 20px;

	margin-bottom : 20px;

}





/* ----- TABLEタグ(罫線)に関するスタイル ----- */



TABLE.html_album {

	text-align : center;

	border-style : solid;

	border-width : 1px;

	border-spacing : 1px;

	margin-top : 20px;

	margin-bottom : 20px;

}





/* ----- TDタグ(TABLE内のセル)に関するスタイル ----- */



TD.html_album {

	text-align : center;

	width : 160px;

	height : 160px;

	border-style : solid;

	border-width : 1px;

	border-spacing : 1px;

	padding : 2px;

}





/* ----- IMGタグ(画像)に関するスタイル ----- */



IMG.html_album {

	border-width : 0px;

}



