@charset   "UTF-8";

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	TEXT-DECORATION: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
	background-color: #fffff7;
	background-attachment: fixed;
}

li {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 22px;
}

#main {
	width: 800px;
	height: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: olive;
	border-right-color: olive;
	background-color: white;
}

p {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 1px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}

address {
	font-size: 16px;
	font-style: normal;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#menu01 {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 780px;
	height: auto;
}

#menu02 {
	padding-top: 4px;
	padding-bottom: 12px;
	width: 780px;
	height: auto;
}

#menu03 {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 780px;
	height: auto;
}

