
BODY		{ scrollbar-3dlight-color:#716359;
			  scrollbar-arrow-color:#716359;
			  scrollbar-base-color:#716359;
			  scrollbar-darkshadow-color:#ffffff;
			  scrollbar-face-color:#ffffff;
			  scrollbar-highlight-color:#ffffff;
			  scrollbar-shadow-color:#716359;
			  background-color:#ffffff;}

.all		{ text-align: center; }

.main		{ width:785px;
			  margin-left:auto;
			  margin-right:auto;
			  border: solid 1px #333333;
			  text-align: left;}

a			{ color:#2f4f4f;
			  font-size:13px;
			  text-decoration: none; }

a:hover		{ color: #556b2f;
			  text-decoration: underline; }

/* ===　ヘッダー部分のスタイル　=== */

.head		{ height: 300px ;
			  background-image:url(img/title.jpg);
			  background-position:  right;
			  background-repeat: no-repeat;
			  border-bottom: solid 1px ; }

.link		{ text-align: right;
			  padding-right: 12px;
			  padding: 10px;
			  background: #8fbc8f;
			  border-bottom: 1px solid #333333;
			  height: 30px;}

.top		{ padding-bottom:10px;}

/* ===　メニュー部分のスタイル　=== */

UL			{ list-style-type: disc;}

.li			{ font-size: 14px;
			  font-weight: bold;}

h1			{ margin-top:3px;
			  margin-bottom:8px;
			  margin-left:10px;
			  font-size: 17px; }

h2			{ font-size:16px;
			  font-family:Arial,Helvetica;
			  color:#333333;
			  margin-bottom:2px;
			  padding-left: 10px;
			  border-top-width: 0px;
			  border-right-width: 0px;
			  border-bottom-width: 2px;
			  border-left-width: 15px;
			  border-bottom-style: dotted;
			  border-left-style: solid;
			  border-color: #008b8b; }

p			{ font-size: 13px;
			  margin-top: 5px;
			  margin-left: 25px;
			  color:#333333 }

.menu td	{ font-size:13px;
			  color:#333333 }
  
.menu img	{ border: none;}


.copy		{ border-top: solid 1px;
			  background-color: #8fbc8f;
			  font-size:11px;
			  color#FFFFFF;
			  text-align: right;
			  padding-top:15px;
			  padding-bottom:8px;
			  padding-right:5px; }

