﻿@charset "utf-8";
/* 基本設定 ここから */
	
body {
	margin:0;
    padding:0;
	color: #8F785C;
	font-family:"メイリオ", "meiriyo", "ヒラギノ角ゴ PeoW3", "Hiragino kaku GothicPro", "MSPゴシック", "MS PGothic", sans-serif;
}
a:link {
	color: #AD8C7C;
	text-decoration: none;
}
a:visited {
	color: #AD8C7C;
	text-decoration: none;
	border:0;
}
a:hover {
	color: #E07F7F;
	text-decoration: none;
	position:relative;
	top:1px;
	left:1px;
}
a:active {
	color: #AD8C7C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



div#wrap {
position:absolute;
width:500px;
height:200px;
left:50%;
top:50%;
margin-left:-250px;
margin-top:-100px;
background:#fff;
color:#999;
}

div#shop {
float:left;
}

div#photographs {
float:right;
}
