/* CSS Document */

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px auto;
	padding:0px;
	color:#3f3f5c;
	line-height:150%;
}
a:link {
	color: #3f3f5c;
	text-decoration: none;
}
a:visited {
	color: #48638c;
	text-decoration: none;
}

.box{
	border:1px solid #CCCCCC;
	width:15px;
}
.btgo{
	border:1px solid #CCCCCC;
	cursor:pointer;
}
.title{
	color:#be1802;
	font-size:14px;
}
.album{
	border:1px solid #dddddd;
	width:50%; 
	padding:2px;
	text-align:center;
}

.underline{
	text-decoration:underline;
}/*
p{
	text-align:justify;text-justify:inter-ideograph;
*/}