@charset "UTF-8";


/* lowを枠で囲まない設定 */
.low	{border: none;
	background: none;
	line-height: normal;
	text-align: left}



/* ボックスごとに色を変える設定 */
.head	{
	border-color: #faa;
	color: #faa;
	}

.side1	{
	float: left;
	width: 20%;
	margin: 5px;
	}

.main	{
	float: left;
	width: 75%;
	margin: 15px;
	}

.side2	{
	float: left;
	width: 5%;
	}

.footer {
	position: fixed;
	bottom: 0;
	}
	
/* ボックスの高さ */

.head	{line-height: 20px}
