@charset "shift_jis";

/*
	BODY 設定
*/
body {
	width: 100%;
	font-size: 85%;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border-left: 1px solid #CCCCCC ;
	border-right: 1px solid #CCCCCC ;
	border-bottom: 1px solid #CCCCCC ;
	margin : 0px 0px;

}
td {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	line-height: 140%;
	text-decoration: none; 
}
a:link { 
	color: #0000EF; 
	text-decoration: none; 
}
a:visited { 
	color: #0000EF; 
	text-decoration: none; 
} 
a:hover {
	color: #CE0000; 
	text-decoration: none; 
} 

.txturl {
	font-size: 14px;
	color: #333333; 
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

.txtred {
	color: #Ce0000; 
}

