﻿@charset "utf-8";
html{
	overflow-x: hidden;
	height:100%;
}
body {
	background-color: #d3c4a4;
	background-image:url(../images/back.jpg);
	background-repeat:repeat-x;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W6", "Osaka";
}

a{text-decoration:underline;color:#804c15;}
a:link {text-decoration:underline; color:#804c15;}
a:visited {text-decoration:underline;color:#804c15;}
a:hover {text-decoration:underline; color:#d28617;}
.style1 {font-size: 12px}
