* {
	font: normal normal 100%/1.5em sans-serif;
	text-align:center;
	margin: 0;
	padding: 0;
}
body {
}
div {
	width: 100%;
	height: 100%;
	clear: both;
}
#postscript, #footer {
	color: #ffffff;
	background-color: #003300;
}
h1 {
	height: 72px;
	color: #ffffff;
	background-color: #003300;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#preface {
	height: 40px;
	background-image: url(images/preface.gif);
	background-repeat: repeat-x;
}
#preface ul, #preface li{
	list-style: none none outside;
	display: inline;
}
#main {
	width: 500px;
	margin: 0 auto;
	padding: 1em;
	border-left:  dashed 2px #003300;
	border-right: dashed 2px #003300;
	background-image: url(images/background.png);
}
h2, h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #ffffff;
	background-color: #003300;
	clear: both;
}
p {
	text-align: left;
	text-indent: 1em;
}
em {
	font-weight: bold;
}
p.object > img {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.object {
	text-align: center;
}
.object-left {
	float: left;
}
.object-right {
	float: right;
}
li {
	text-align: left;
	margin-left: 1em;
	list-style-position: outside;
}
ul.shop, ul.shop li {
	list-style: none none outside;
	display: inline;
}
dt {
	text-align: left;
	margin-left: 1em;
	font-weight: bold;
}
dd {
	text-align: left;
	margin-left: 4em;
}
#footer {
	padding-top: 20px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
}
#footer address {
	width: 600px;
	margin: 0 auto;
	font-size: small;
	text-align: center;
}
#footer address a {
	color: #ffffff;
	text-decoration: none;
}
#footer address a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer address a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer address a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer address a:active {
	color: #ffffff;
	text-decoration: none;
}
.altscreen {
	display: none;
}


/*	開発
*/
div, h1, h2, h3, p, li, dt, dd {
/*	border: solid 1px #000;
*/
}


/*	特産品販売コーナー
*/
th {
	font-weight: bold;
	color: #ffffff;
	background-color: #003300;
}
td {
	vertical-align: top;
}
td p {
	font-size: small;
}
td ul {
	margin-left: 0.5em;
}
td ul li {
	font-size: small;
}
p.object > img {
	margin-left: 0;
	margin-right: 0;
}

/*	WordPress
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

