@charset "utf-8";

@import "reset.css";

/*========================================index
/* +base
/* +simple-list
/* +photo-list
/* +shop-info
/* +page-break
/* +display: none;
========================================index*/

/*====================
 +base
====================*/
body {
	width: 100%;
	color: #000;
	font-family: serif;
	font-size: 8pt;
	line-height: 1.6;
	}

h1 {
	margin-bottom: 6mm;
	padding-bottom: 2mm;
	border-bottom: 5px double #000;
	font-size: 175%;
	}
h2 {
	margin: 3mm 0;
	border-bottom: 1px solid #000;
	font-size: 150%;
	}
h3 {
	margin: 3mm 0;
	border-bottom: 1px dotted #000;
	font-size: 125%;
	}
p,ul,ol,dl {
	margin: 1.5mm 0;
	}
a {
	text-decoration: none;
	}

th,td {
	padding: 1mm 2mm;
	border: 1px solid #000;
	}

/*====================
 +page-break
====================*/
#container {
	page-break-after: always;
	}

/*====================
 +display: none;
====================*/
#header h2,
#header ul,
#fade-area,
.pagetop,
#secondary-contents,
.visual-aid {
	display: none;
	}

