@charset "utf-8";

/*

HOTALBUM BOOK INDEX CSS

author NOAH(T.Nikaidoh) by SALTWORKS INC.

LAST UPDATE 2009.09.01


*/

div#contents table{
 	width:600px;
	margin:10px 5px;
	padding:0;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
div#contents table th{
	width:165px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#77b00f;
	color:#fff;
	text-align:left;
	padding-left:10px;

}
div#contents table td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding-left:10px;
}

div#contents p{
 margin-top:20px;
