
body { background-image: url(./bg.jpg); }
.TXT { font-family: "‚l‚r ƒSƒVƒbƒN", Osaka; font-size: 14px; line-height: 140%; color: #FF7800; }
.TXTS { font-family: "‚l‚r ƒSƒVƒbƒN", Osaka; font-size: 12px; line-height: 140%; }
.TXT_BR { font-family: "‚l‚r ƒSƒVƒbƒN", Osaka; font-size: 14px; line-height: 150%; }
.TXT_BR_B { font-family: "‚l‚r ƒSƒVƒbƒN", Osaka; font-size: 14px; line-height: 150%; color: #913301; font-weight: bold; }
.fortextlink { font-family: "‚l‚r ƒSƒVƒbƒN", Osaka; font-size: 10px; line-height: 150%; }

a:link { text-decoration:none; color:#FFFF00; }
a:visited { text-decoration:none; color:#CC9900; }
a:hover { text-decoration:underline; color:#66FFFF; }

A.colorA:link { text-decoration:underline;color:#FFFF00; }
A.colorA:hover { text-decoration:underline;color:#33CCFF; }
A.colorA:active { text-decoration:underline;color:#FFFFFF; }
A.colorA:visited { text-decoration:none;color:#003333; }

/*=================================================
add header
=================================================*/
#add_header{
	width: 100%;
	height: 54px;
	background-image: url(bg_add_header.png);
	background-repeat: repeat-x;
	text-align: center;
}

#add_header #wrap{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#add_header #wrap .add_btn{
	width: 580px;
	margin: 0 auto;
	padding-top: 10px;
}

#add_header #wrap .add_btn a img{
	border: none;
}

