/* 本体 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(image/bg01.gif);
	font-family: "MS UI Gothic", "Osaka", sans-serif;
	font-size:12px;
}

/* 見出し */
h1 {
  font-size: 12px;
  line-height: 12px;
  color: #666633;
  font-family: "MS UI Gothic", "Osaka", sans-serif;
  margin: 0px 0px 0px 0px;
}

h2 {
  font-size: 14px;
  margin-top: 5px;
  font-family: "MS UI Gothic", "Osaka", sans-serif;
}

h3 {font-size: 24px;
    font-family: "MS UI Gothic", "Osaka", sans-serif;
}

/* リンク */
a:link {
	color: #32321F;
}
a:visited {
	color: #32321F;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}

/* フォント小 */
.font10-12 {
	font-size:10px;
	line-height:120%;
    font-family: "MS UI Gothic", "Osaka", sans-serif;
}

/* フォント中 */
.font12-12r {
	font-size:12px;
    font-family: "MS UI Gothic", "Osaka", sans-serif;
	color:#FF6600;
}

/* フォント中 */
.font12-12b {
	font-size:12px;
    font-family: "MS UI Gothic", "Osaka", sans-serif;
	color:#6699CC;
}

/* フォント大 */
.font16-16r {
	font-size:16px;
    font-family: "MS UI Gothic", "Osaka", sans-serif;
	color:#FF6600;
}

/* フォント中 */
.font12-12 {
	font-size:12px;
	line-height:120%;
    font-family: "MS UI Gothic", "Osaka", sans-serif;
}

/* フォント中 */
.font12-13 {
	font-size:12px;
	line-height:130%;
	font-family: "MS UI Gothic", "Osaka", sans-serif;
}

/* フォント中 */
.font12-20 {
	font-size:12px;
	line-height:200%;
    font-family: "MS UI Gothic", "Osaka", sans-serif;
}

/* フォント中 */
.font12-12bl {
	font-size:12px;
	color: #9C9A63;
    font-family: "MS UI Gothic", "Osaka", sans-serif;
}

/* フォント中 */
.font12-12w {
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
    font-family: "MS UI Gothic", "Osaka", sans-serif;
}

/* フォント中 */
.font12-12g {
	font-size:12px;
	color: #333333;
    font-family: "MS UI Gothic", "Osaka", sans-serif;
}

/* フォント大 */
.font14-14 {
	font-size:14px;
	line-height:160%;
    font-family: "MS UI Gothic", "Osaka", sans-serif;
}

.border_w {
	border: 1px solid #FFFFFF;
}

.border_b {
	border: 1px solid #9C9A63;
}

.border_k {
	border: 1px solid #000000;
}