/**************************************/
/**  all.css                         **/
/**************************************/

/*----------------------------*/
body{
	color: #000000;
	background-color: #FFFFFF;
}
.contentMainArea{
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 10px;
}
/*----------------------------*/
.bgpix{
	background-repeat: no-repeat;
}
.wd600{
	width: 600px;
}
/*----------------------------*/
.todetail{
	font-size: 12px;
}
.todetail a{
	color: mediumseagreen;
	text-decoration: none;
}
.todetail a:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.todetail2{
	font-size: 12px;
}
.todetail2 a{
	color: deeppink;
	text-decoration: none;
}
.todetail2 a:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.todetail3{
	font-size: 12px;
}
.todetail3 a{
	color: royalblue;
	text-decoration: none;
}
.todetail3 a:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.todetailxxx{
	font-size:12px;
	color: #cccccc;
}
.todetail2xxx{
	font-size:12px;
	color: #cccccc;
}
.todetail3xxx{
	font-size:12px;
	color: #cccccc;
}
/*----------------------------*/
.noLink{
	color: #cccccc;
}
/*----------------------------*/
.gotop{
	width: 600px;
	margin-top: 20px;
	text-align: right;
	font-size: 12px;
}
.gotop a{
	color: seagreen;
	text-decoration: none;
}
.gotop a:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.fs50p{
	font-size: 50%;
}
.fs80p{
	font-size: 80%;
}
.fs120p{
	font-size: 120%;
}
.fs150p{
	font-size: 150%;
}
/*----------------------------*/

