body,td,th {
	font-family: "Osaka", "ＤＦＰ華康ゴシック体W5", "MS Pゴシック";
	font-size: 12px;
	color: #3C2620;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}




a:link {
	color: #92CBE2;
	text-decoration: none;
}
a:visited {
	color: #92CBE2;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF99CC;
}
a:active {
	text-decoration: none;
	color: #FF99CC;
}



/*リンクカラー　ブラウン×ブルー*/
a.link_brown:link {
	color: #3C2620;
	text-decoration: none;
}
a.link_brown:visited {
	text-decoration: none;
	color: #3C2620;
}
a.link_brown:hover {
	text-decoration: none;
	color: #92CBE2;
}
a.link_brown:active {
	text-decoration: none;
	color: #92CBE2;
}
/**/



/*リンクカラー　ブルー×グレー*/
a.link_blue:link {
	color: #0066CC;
	text-decoration: none;
}
a.link_blue:visited {
	text-decoration: none;
	color: #0066CC;
}
a.link_blue:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a.link_blue:active {
	text-decoration: none;
	color: #CCCCCC;
}
/**/



/*リンクカラー　ピンク×グレー*/
a.link_pink:link {
	color: #CC66CC;
	text-decoration: none;
}
a.link_pink:visited {
	text-decoration: none;
	color: #CC66CC;
}
a.link_pink:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a.link_pink:active {
	text-decoration: none;
	color: #CCCCCC;
}



/*コピー*/
.copylight {
	font-size: 10px;
}
.copylight-shiro {
	font-size: 10px;
	color: #FFFFFF;
}



/*フォント*/
.color_white3 {
	color: #FFFFFF;
	font-size: 11px;
}
.color_white {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 140%;
}
.color_white4 {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 120%;
}
.color_white2 {
	color: #FFFFFF;
	font-size: 9px;	
}
.color_brown-15 {
	color: #3C2620;
	font-size: 15px;
}
.color_brown-12 {
	color: #3C2620;
	font-size: 12px;
}
.color_brown-11 {
	color: #3C2620;
	font-size: 11px;
}
.color_brown-10 {
	color: #3C2620;
	font-size: 10px;
}
.color_pink {
	color: #FF6699;
	font-size: 12px;
}
.color_blue {
	color: #92CBE2;
	font-size: small;
}
.color-blue2 {
	color: #92CBE2;
	font-size: 12px;
}
.top-x-small {
	font-size: x-small;
	line-height: 13px;
	padding-right: 10px;
	padding-top: 3px;
}
.indexfont-x-small {
	font-size: x-small;
}
.font-12px {
	font-size: 12px;
}
.font-10px {
	font-size: 10px;
}
.font-9px {
	font-size: 9px;
}
.pink {
	color: #ff6699;
}



line-under-brown {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C2620;
}
.line-under-pink {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EA9DF2;
}
.line-under-dot {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.line-all {
	border: 1px solid #3C2620;
}
.line-waku {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #3C2620;
	border-right-color: #3C2620;
	border-left-color: #3C2620;
}
.line-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3C2620;
}

.line-top-bottom-right {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3C2620;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C2620;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3C2620;
}
.line-bottom-right {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C2620;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3C2620;
}
.line-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3C2620;	
	}
.line-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C2620;
}
.line-top-bottom-right2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3C2620;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C2620;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3C2620;
}