

h1{
	color: Red;
	font-size: 20px;
	font-weight: normal;
}
h2{
	margin-bottom:0px;
	margin-top:10px;
}
img{
	border:none;
}
td img{
	/* border:1px solid #cccccc; */
}
span.url{
	padding:1px;
	margin-left:30px;
	margin-right:0px;
	margin-bottom:3px;
	margin-top:1px;
	color:green;
	font-size:12px;
}


#imginfo {
	color:#CCCCCC;
	font-size:80%;
}



/* 旧バージョン互換用 */
.nbutton {
	border:1px solid #CCCCCC; 
	padding:1px; 
	margin:2px; 
	font-size:12px; 
	width:10px; 
	height:5px; 
	display:inline;
	background-color:#e8e8e8;
	text-align:center;
}

.nbutton a {
	text-decoration:none;

}
.nbutton a:link{
	color:#3366ff;
}
.nbutton a:visited{
	color:#006699;
	background-color:#dedede;
}
.nbutton_select{
	border:1px solid #CCCCCC; 
	padding:1px; 
	margin:2px; 
	font-size:12px; 
	width:10px; 
	height:5px; 
	display:inline;
	background-color:#3366ff;
	color:#ffffff;
}
 /* -------ここまで-------- */
 

#nbutton {
	/*width:500px; */
}


#nbutton a {
	display:block;
	width:25px; 
	height:13px;
	text-decoration:none;
	border:1px solid #CCCCCC; 
	padding:1px; 
	font-size:12px; 
	background-color:#e8e8e8;
	text-align:center;
	margin:1px 2px;
	float:left;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
}
#nbutton a:link{
	color:#3366ff;
}
#nbutton a:visited{
	color:#006699;
	background-color:#dedede;
}
#nbutton span{
	display:block;
	width:25px; 
	height:13px;
	border:1px solid #CCCCCC; 
	padding:1px; 	
	font-size:12px; 
	background-color:#3366ff;
	color:#ffffff;
	margin:1px 2px;
	float:left;
}



 
.imgw {
	border:1px solid #CCCCCC;
	width:150px;
	height:130px;
	text-align:center;
	background-color:#dbdeeb;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */

}

.comment {
	display:block;
	text-align:right;
	padding:1px 10px;
	color:#696969;
	font-size:80%;
}


/* ポプアプ用 */
#popup {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background-color: #FFC;
	padding: 2px;
	border: solid 3px #EFEFEF;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	font-size: 10px;
	/* filter: Alpha(opacity=90); */ /* 透明度 */
	/* opacity: 0.9; */
	width:230px;
	text-align: left;
}
#popup img{
	filter: Alpha(opacity=100); /* 透明度 */
	opacity: 1;
	background-color:#efefef;
}
.popupinfo {
	font-size:10px;
	color:#494949;
}

