@charset "utf-8";

/* ブラウザスタイルのリセット */

@import "reset.css";
@import "fonts.css";


/* 各部品のインポート */

@import "iehack.css";


/* Link Color */

a, a:visited {
	color: #0066FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	background: #ffffff;
	line-height: 1.6;
}

table.soto_sb {
	border: 1px dashed #666;
	text-align: center;
	margin: 0 auto;
	background: #ccc;
	width: 560px;
	height: 380px;
}

table.soto_au {
	border: 1px dashed #666;
	text-align: center;
	margin: 0 auto;
	background: #f7b977;
	width: 560px;
	height: 380px;
}

table.naka {
	border: 3px double #999;
	text-align: center;
	margin: 0.5em auto;
	width: 540px;
	height: 370px;
	background: #fff;
}

tr,td.naka {
	text-align: left;
	text-indent: 1em;
	vertical-align: top;
}

/* contents */

#shopinfo {
	margin: 1em;
	width: auto;
}

#shopinfo .img_left {
	float: left;
	margin: 0 1.2em 0 1em;
}

#shopinfo .img_right {
	float: right;
	margin: 0 1em 0 1.2em;
}

#shopinfo p.info {
	margin: 1em 1em 0;
	line-height: 1.7;
	white-space: normal;
}

#shopinfo .img_center {
	margin: 0.5em auto;
}

#shopinfo p {
	margin: 0 0 0 0.5em;
}

#shopinfo .padding_top_1em {
	padding-top: 1em;
}

#shopinfo .clear_left {
	clear: left;
}

#shopinfo .clear_right {
	clear: right;
}

#shopinfo .clear_both {
	clear: both;
}
