﻿body * {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: small;
	font-family: sans-serif;
}

ul, ol {
	list-style: none;
}

body {
	background-color: #f2eddc;
	margin: 0px auto;
}

div.clear {
	clear: both;
}

img {
	border: none;
}

a:link, a:visited {
	color: #1f7ddd;
}

a:hover, a:active {
	color: #56a9ff;
}

div#all_contents {
	width: 890px;
	margin: 0px auto;
	background-color: #e0dccf;
}

/* @group header */

div#header {
	width: 850px;
	margin: 0px auto;
	background-color: white;
}

div#header h1 {
	height: 75px;
}

div#header ul.menu {
	background-image: url("../honsha_image/menu_kyoten.jpg");
	background-repeat: no-repeat;
	height: 35px;
	
}

div#header ul.menu li {
	float: left;
	height: 35px;
}

div#header ul.menu li.aomori {
	padding-left: 100px;
}

div#header ul.menu li.event {
	margin-left: 60px;
}

div#header ul.menu li.kengaku {
	margin-left: 10px;
}

/* @end */

div#contents {
	width: 850px;
	height: 100%;
	margin: 0px auto;
	background-color: white;
}

div#contents h2 {
	margin: 0px auto;
	height: 95px;
}

/* @group footer */

div#footer {
	position: relative;
	width: 850px;
	height: 90px;
	background-color: #8c5418;
	margin: 0px auto;
}

div#footer a:link,
div#footer a:visited {
	color: white;
}

div#footer p.gaiyo {
	position: absolute;
	top: 10px;
	right: 20px;
}

div#footer p.copyright {
	position: absolute;
	bottom: 5px;
	right: 20px;
	color: #d4a26b;
	font-size: x-small;
	font-family: sans-serif;
}



/* @end */
