@charset "utf-8";
@import url("reset.css");


/**********************************************************
　Link - リンク
***********************************************************/
a{
	color: #933;
}
a:hover{
	color: #C66;
}



/**********************************************************
　Layout - レイアウト
***********************************************************/
body{
	height: 100%;
	font-size: small;
	background: #EEE8CF url(../img/bg.gif) repeat-y center;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, Arial, Helvetica, sans-serif;
	line-height: 145%;
}

#container{
	width: 810px;
	margin: 0 auto;
}
	


/**********************************************************
　Side - サイド
***********************************************************/
#side{
	float: left;
	width: 275px;
	height: 730px;
	background: #F9F7ED url(../img/bg_side.gif) no-repeat;
	position: fixed;
}
#side img{
	margin: 5px 0;
	margin-left: 40px;
}



/**********************************************************
　Contents
***********************************************************/
#contents{
	float: right;
	width: 500px;
	margin-left: 275px;
	margin-right: 10px;
	/margin-left: 0;
	padding-left: 25px;
	background: #F9F7ED url(../img/bg_contents.gif) no-repeat;
	overflow: hidden;
	_zoom: 1;
}
.hmenu{
	margin-bottom: 180px;
	margin-right: 20px;
	text-align: right;
}


/*見出し*/
h2{
	width: 470px;
	padding-left: 15px;
	padding-bottom: 10px;
	background: url(../img/bg_h2_1.png) no-repeat bottom;
	font-size: 120%;
	font-weight: bold;
}
.c1{
	background: url(../img/bg_h2_1.png) no-repeat bottom;
}
.c2{
	background: url(../img/bg_h2_2.png) no-repeat bottom;
}
.c3{
	background: url(../img/bg_h2_3.png) no-repeat bottom;
}
.c4{
	background: url(../img/bg_h2_4.png) no-repeat bottom;
}


/*エントリー*/
.photo{
	width: 450px;
	margin-top: 5px;
	margin-left: 15px;
}
.photo img{
	margin: 5px 0;
}
.shopdata{
	width: 430px;
	margin-left: 15px;
	padding: 10px;
	background-color: #EEE8CF;
	overflow: hidden;
	_zoom: 1;
}
.shopdata img{
	float: left;
	margin-right: 10px;
	border: 1px solid #FFF;
}
.pagetop{
	clear: both;
	width: 450px;
	margin-left: 15px;
	margin-bottom: 60px;
	font-size: 90%;
	text-align: right;
}


/**********************************************************
　Footer - フッター
***********************************************************/
#footer{
	clear: both;
	padding: 10px 30px;
	font-size: 10px;
	text-align: right;
}



/**********************************************************
　アーカイブ
***********************************************************/
#arc ul{
	margin: 5px 20px 80px;
}
#arc li{
	padding: 5px;
}
#arc li img{
	vertical-align: middle;
}
.odd-row{
	background-color: #EEE8CF;
}

#arc li a{
	display: block;
	color: #000;
	text-decoration: none;
}

