body {
	font-size: 13px;
	line-height: 120%;
	color: #644F33;
	background-color: #BEDF97;
	background-image: url(../img/bb.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
h1 {
	font-size: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}



/*
*	コンテンツのヘッダー部分
*/
.header {
}

/*
*	ナビゲーションメニュー部分
*/
.nav {
	clear: both;
}


/*
*	コンテンツ内容部分
*/
.content {
	clear: both;
}

/*
*	コンテンツフッター部分
*/
.footer {
	clear: both;
}

.nav ul, .footer ul {
	margin: 0px;
	padding: 0px;
}
.nav li, .footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
	clear: both;
	letter-spacing: 0em;
	text-indent: 0px;
	word-spacing: 0em;
	white-space: nowrap;
}


.content ul, .content ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;

}
.content li {
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
