@chaerset "shift_jis";
body {
		color: #142ffc;
	}

	a:hover {
		color: #ff9b0c;
	}
	
	h1 {
		color: #fff;
		font-size: 130%;
	}
	
	h2 {
	border-bottom: solid 1px #ccc;
	font-size: 110%;
	margin-bottom: 10px;
	}

	th {
		text-align: right;
		padding: 7px;
	}
	
	td {
		padding-right: 7px;
	}

/*
==============================
				class selecter
==============================
*/
	.btn {
		border: solid 1px #000;
		float: left;
		display: block;
		text-decoration: none;
		text-align: center;
		margin-right: 10px;
		width: 50px;
	}

	.supLine {
		border: dashed 1px #ccc;
	}
	
	.floatRight {
		float: right;
	}

	.clearFix {
		zoom: 1;
	}
		.clearFix:after {
			content: '.';
			clear: both;
			display: block;
			height: 0;
			visibility: hidden;
		}

/*
==============================
				container
==============================
*/
	#wrap {
	width: 900px;
	}
	
	#wrap > h2:first-child {
		padding-top: 0;
	}
#read {
		margin-bottom: 15px;
	}

      *.logbox2
      {
	border: 1px solid #999999;
	width: 230px;
	height: 350px;
	padding: 0em;
	float: left;
	text-align: left;
	overflow: auto;
	margin: 0.5px;
	clear: none;
      }
      q  { color: #008000; }

