body {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	height: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #616161;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;

}

img{
	border:none;
		}

.small{
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}


a:link {
	color: #5C9480;
	text-decoration: none;
}
a:visited {
	color: #5C9480;
	text-decoration: none;
}
a:hover {
	color: #5C9480;
	text-decoration: underline;
}
a:active {
	color: #5C9480;
	text-decoration: none;
}



.left{
	float: left;
	}
	
.left20{
	float: left;
	margin-top: 20px;
	}

.right{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}


/*メイン*/

#float {
	padding: 0px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/bg_main.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}

#float2 {
	padding: 0px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/bg_main2.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}

/* フッタ */

#footer {
	width: 880px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	bottom: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* スーパーバナー */

#superbanner {
	margin: 0px;
	width: 100%;
	padding-top: 5px;
}

#superbanner h1{
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#superbanner img{
	margin-left: 76px;
	padding-right: 76px;
	margin-bottom: 10px;

}


/* メニュー */

#menu{
	width: 300px;
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 20px;
	padding-left: 10px;
	font-size: 10px;
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	border: 2px dashed #CAAC7B;
	line-height: 12px;
	margin-bottom: 20px;
	color: #999;
	}

#menu a:hover img{
	filter: Alpha(Opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

#menu ul{
	margin: 0px;
	padding: 5px;
	width: 200px;
}

#menu li{
	list-style-type: none;
	margin-top: 6px;
}

/*コンテンツ*/

#contents{
	float: left;
	width: 545px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-top: 20px;
	padding-right: 5px;
	}

#contents dl{
	float: right;
	width: 545px;
	margin-top: 10px;
	}

#contents dt{
	width: 80px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 4px;
	font-weight: bold;
	}
	
#contents dd{
	width: 454px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

/*コンテンツページバナー*/

#rectangle{
	padding: 0px;
	width: 300px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
