@charset "shift_jis";

*{
	margin:0;
	padding:0;
}
a:link,a:active,a:visited{
	color: #3366CC;
	text-decoration:none;
}	
a:hover{
	color:#ffffff;
	background-color:#FF6600;
	text-decoration:underline;
}	
body{
	font-size:80%;
	font-family: "MS PGothic", Osaka, "Hiragino Kaku Gothic Pro W3", sans-serif;
	height:100%;
	background-color:#ffffff;
	line-height:100%;
}

div.pcInfoClass{
	margin:auto;
}
div.pcInfoClass h2{
	color:#ffffff;
	margin:0;
	font-size:14px;	
	padding:3px;
	background-color:#2b5700;
}
div.pcInfoClass p.time{
	color:#ffffff;
	padding:4px;
	font-weight:bold;
	background-color: #EC7600;
	display:none;
}
div.pcInfoClass p.timeComment{
	color:#333333;
	font-size:80%;
	padding:4px;
	display:none;
}
div.pcInfoClass table.dasekiTable{
	border-collapse:collapse;
	width:200px;
	margin:0 0 0 0;
	font-size:100%;
	height:88px;
}


	div.pcInfoClass table.dasekiTable th{
		color:#ffffff;
		width:45px;
		background-color:#004A25;
		border:1px solid #CCCCCC;
		margin:0 0 0 0;
		padding:4px 2px;
	}
	div.pcInfoClass table.dasekiTable td{
		color:#333333;
		border:1px solid #CCCCCC;
		padding:2px 0 2px 2px;
		font-size:12px;
	}
	
	p.oshirase {
		font-size:11px;
		/*overflow:auto;
		border:1px solid #CCCCCC;
		margin-top:3px;
		padding:3px;
		height:75px;
		/width:200px;*/
	}
	
	div.oshirasearea {
		font-size:11px;
		overflow:auto;
		border:1px solid #CCCCCC;
		margin-top:3px;
		padding:3px;
		height:75px;
		/width:200px;
	}
	
.red{
	color:#CC0000;
}
