/* ページトップ */

.pagetop {
	text-align: right;
	font-size: 12px;
	clear: both;
	padding-bottom: 5px;
}
.pagetop a:link{
	color: #366F4F;
    text-decoration: none;
}
.pagetop a:visited{
	color: #366F4F;
	text-decoration: none;
}
.pagetop a:active{
	color: #366F4F;
	text-decoration: none;
}
.pagetop a:hover{
	color: #366F4F;
	text-decoration: none;
}


/* フッター */

#footer {
	clear: both;
	width: 750px;
	height: 40px;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 30px;
	color: #666666;
}



#footer a:link{
	color: #0099CC;
	font-style: normal;
    text-decoration: none;
}
#footer a:visited{
	color: #666666;
	text-decoration: none;
}
#footer a:active{
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
	color: #FF3300;
	text-decoration: none;
}

/* フッター／オンラインショップ */

#footer_navi {
	clear: both;
	width: 750px;
	height: 25px;
	letter-spacing: 1px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	line-height: 16px;
}
#footer_navi a:link{
	color: #0099CC;
	font-style: normal;
	text-decoration: none;
}
#footer_navi a:visited{
	color: #0099CC;
	text-decoration: none;
}
#footer_navi a:active{
	color: #666666;
	text-decoration: none;
}
#footer_navi a:hover{
	color: #FF3300;
	text-decoration: none;
}
.footer_navi_r {
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer_navi_l {
	float: left;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}





#footer_os {
	clear: both;
	background-image : url(Macintosh HD/Work/img/footer/os.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 40px;
	color: #FFFFFF;
	text-align: center;
	background-color: #058150;
}
#footer_os a:link{
	color: #FFFFFF;
	font-style: normal;
    text-decoration: none;
}
#footer_os a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer_os a:active{
	color: #FFFFFF;
	text-decoration: none;
}
#footer_os a:hover{
	color: #FFFF66;
	text-decoration: underline;
}

