﻿* {
	margin:0;
	padding:0;
	font-family: 'Verdana','Arial','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}

body{
	padding-left:6px;
	background:url(../images/bg.gif) top left repeat;
}

div {
    height: 1%; /* for IE 5.5-7 */
}

div:after { /* for modern browser */
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

img{
	border:0;
}

li{
	list-style:none;
}

h2{
	height: 20px;
	padding: 10px 10px 10px 40px;
	background: url(../images/h2.gif) top left no-repeat transparent;
	font-size: 1.0em;
	letter-spacing: 0.1em;	
}

h3{
	clear: both;
	margin: 15px 0;
	padding: 5px;
	border-top: 1px solid #999;
	border-bottom: 1px dotted #999;
	background: #f3f3f3;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

h3 .inner{
	padding: 0 10px;
	border-left: 5px solid #ff0000;
}

h4{
	clear: both;
	margin: 15px 0;
	padding: 3px 18px;
	border-bottom: 1px dotted #ff0000;
	font-size: 0.8em;
	font-weight: bolder;
	background: #f3f3f3;
}

h4.catalog {
	padding: 3px 0;
	border: 0;
	background: #fff;
}

h5 {
	clear: both;
	margin: 15px 0;
	padding: 3px 18px;
	border-bottom: 1px solid #000;
	font-size: 0.8em;
	font-weight: bolder;
}

h5.catalog {
	width: 250px;
	margin: 15px 160px;
	padding: 3px 0;
	border: 0;
	background: #4852ab;
	color: #fff;
	text-align: center;
}


p{
	margin: 15px 0;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: justify;
	letter-spacing: 0.05em;
}

address{
	font-size: smaller;
	font-style: normal;
	line-height: 1.5em;
}

ol {
}

ol li {
	margin: 0 0 0.5em 2em;
	list-style: decimal;
}

ul.shops li {
	display: block;
	float: left;
	width: 260px;
	margin: 0 5px 10px 5px;
	padding: 0 5px 5px 5px;
	font-size: 0.8em;
	border-bottom: 1px dotted #999;
position: relative;
}

* html ul.shops li {
	width: 250px;

}

table.side_header {
	width: 100%;
	font-size: 0.8em;
	border-collapse: collapse;
}

table.side_header th {
	padding: 0.5em 1em;
	font-size: 0.9em;
	background: #dfdfdf;
	border: 1px dotted #999;
}

table.side_header td {
	padding: 0.5em;
	border: 1px dotted #999;
}