A:hover {
	color:#B03A33;
	}

BODY {
	background-color:#E8DABA;
	font-size: small;
	font-weight: normal;
	text-align: center;
	color: #333333;
	}

/* 親ボックス */

#container {
	width: 824px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../parts/background.gif);
	background-color: #CC9966;
	background-repeat: repeat-y;
	}
	
/* 子ボックス */

#side {
	width: 160px;
	height: auto;
	float: left;
	text-align: center;
	padding-top: 40px;
	background-color: #333333;
	}
	
#main {
	width: 660px;
	height: auto;
	margin-left: 160px;
	text-align: center;
	background-color: #f0f0f0;
	}
	
/* タグ */

H1 {
	font-size: 100%;
	font-weight: normal;
	color:#333333;
	text-align: center;
	}

H2 {
	font-size: 100%;
	font-weight: normal;
	color:#333333;
	text-align: center;
	}

STRONG {
	font-weight: normal;
	color:#B03A33;
	}

/* メインの文章など */

.sentence {
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	color: #333333;
	background-color: #f0f0f0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

.navi {
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	color: #333333;
	}

.item {
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	color: #333333;
	background-color: #f0f0f0;
	}

/* フッタ部分 */
	
.footer {
	padding-left: 160px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	}
