/* 

ペットルームP用スタイルシート

 */

a{
	text-decoration:none;
	font-size:8pt;
}

/* ################## グルーピング ##################### */

body,div,p,tr,td{
	font-size:8pt;
}



/* ################## クラス ##################### */

/* inputノーボーダークラス */
input.noborder{
	background-color: #FF9999;
	color: #FF99CC;
	border: 0;
}

/* 単独クラス */

.text{
	background-color: #d6d7de; 
	color: slateblue; 
	border: 2 double;
	font-size:10;
}

.button{
	background-color: #d6d7de; 
	color: slateblue; 
	border: 2 double;

}
.ten_hr {
border-top: #ff6666 1px dotted ;
border-left: #ff6666 1px dotted ;
border-right: #ff6666 1px dotted ;
border-bottom: #ff6666 1px dotted ;

}
.sw_ok{
	background-color: #ED2F00; 
	color: slateblue; 
	border: 0;
}

