/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
	font-family: "ＭＳ Ｐゴシック";
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

/* リンク
---------------------------------------------------- */
a {
	font-size: 12px;
	color: #0066FF;
}
a:link {
	text-decoration: none;
	color: #0099CC;
}

a:visited {
	text-decoration: none;
	color: #3399CC;
}
a:hover {
	text-decoration: none;
	color: #66CCCC;
}
a:active {
	text-decoration: none;
	color: #66CCFF;
}

/* コンテンツ
---------------------------------------------------- */
#content {
	margin: 0 auto;
	width: 760px;
	padding-bottom: px;
	padding-top: 0px;
}
/* ヘッダ
---------------------------------------------------- */
#head {
	width: 760px;
	margin: auto;
	padding-top: 0px;
	background-image: url(../image/top_image.jpg);
	background-repeat: no-repeat;
	height: 130px;
	
}


#maincontent {
	width: 760px;
	margin: auto;
	background-image: url(../image/main_bk.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#mainmenu {
	width: 760px;



	padding-top:
;
	height: 27px;
	background-image: url(../image/contents_bar.jpg);
	background-repeat: no-repeat;
	}



/* フッタ
---------------------------------------------------- */
#footer {
	margin: 0px;
	width: 760px;
	background-image: url(../image/under_image.jpg);
	background-repeat: no-repeat;
	height: 25px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #996633;
	font-weight: bold;
}
#content #footer table {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	color: #996600;
}
.red {
	color: #FF0000;
}
.gray1 {
	color: #CCCCCC;
}

.gold {
	font-size: 14px;
	color: #996600;
	font-weight: bold;
}
.gold_f {
	color: #996600;
}

.wine {
	font-size: 14px;
	color: #990000;
}
.bule1 {
	color: #0099FF;
}
.font_10 {
	font-size: 10px;
	line-height: 14px;
}

#sitemap a {
	color: #990033;
	font-size: 12px;

}
#sitemap a:hover {
	color: #993333;
	font-size: 12px;
}

