@charset "utf-8";
/*------------------------------------
 
CSS Information
 
  Site URL: http://emshop-akasaka.jp/
  File name: base.css (http://emshop-akasaka.jp/css/layout.css)
  Summary: layout styles
  Created: 2010-04-01
  Version: 1.0
  Last update: 2010-04-01 by Yuki Itoh
  Author: Yuki Itoh
  Copyright: (c) 2010 Tremeal co. Ltd.
   
------------------------------------*/

*{ margin: 0; padding: 0; } 
html {
	height: 100%;
	text-align: center;
}
body {
	height: auto;
	background-color: #ffffff;
	font-size: 14px;
	color: #858585;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ ゴシック", Geneva, Arial, Verdana, sans-serif;
	background: url("../images/bg.png") repeat-x left top;
}
* html #container {
	height: 100%;
}
img {
	border: 0;
}
a {
	color: #858585;
	outline: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
/*\*/ a { overflow:hidden; }/**/
#container {
	width: 100%;
	min-height: 100%; 
	height: auto;
	position: relative;
}
.screen {
	width: 960px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.headbg {
	background: url("../images/header_bg.png") no-repeat;
}
.940Contents {
	width: 940px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.header {
	text-align: left;
	height: 100px;
	margin-left: 10px;
}
.middleup {
	background: url("../images/middle_up_bg.png") no-repeat;
	height: 189px;
	text-align: left;
}
.middledown {
	background: url("../images/middle_down_bg.png") no-repeat center top;
	padding-top: 50px;
}
#tweet {
	position: relative;
	top: 15px;
	left: 354px;
	width: 222px;
	display: block;
	overflow: hidden;
}
#shopBox {
	width: 780px;
	min-height: 463px;
	height: auto;
	display: block;
	margin: 0 auto 100px;
	background: url("../images/shop_img.png") no-repeat left top;
	text-align: left;
}
.shopDetail {
	position: relative;
	width: 310px;
	margin-left: 470px;
}
.shopTitle {
	text-indent: -9999px;
	height: 24px;
	margin-bottom: 10px;
}
.services {
	width: 154px;
	background: url("../images/shop_title_services.png") no-repeat;
}
.infos {
	width: 80px;
	margin-top: 20px;
	background: url("../images/shop_title_infos.png") no-repeat;
}
.shopDetail ul {
	list-style: none;
	margin-left: 30px;
}
.shopDetail p {
	margin-left: 30px;
}
.map {
	position: absolute;
	right: 0;
	padding-left: 16px;
	margin-top: 5px;
	background: url("../images/link_arrow.png") no-repeat left center;
}
#footer {
	width: 100%;
	height: 246px;
	background: url("../images/footer_bg.png") repeat-x;
}
#footerArea {
	position: relative;
	height: 246px;
	width: 960px;
	margin: 0 auto;
	color: #fff;
	background: url("../images/footer_contents_bg.png") no-repeat;
}
.footerInfo {
	float: left;
	margin-left: 80px;
	_margin-left: 40px;
	margin-top: 30px;
	text-align: left;
}
.footerInfo a {
	color: #fff;
}
.border {
	width: 162px;
	height: 2px;
	margin: 10px 0;
	background: url("../images/space_border.png") no-repeat;
}
.indent {
	margin-left: 20px;
	list-style: none;
	line-height: 150%;
	font-size: 11px;
}
.press {
	font-size: 11px;
}
h3 {
	font-size: 13px;
	margin-left: 10px;
	font-weight: normal;
}
#copy {
	position: absolute;
	bottom: 0;
	left: 20px;
	clear: both;
}

