function ProfileCSS()
{
document.write('<style type="text/css">\n');
document.write('<!--\n');
document.write('HTML {
	TEXT-ALIGN: left;
}\n');

document.write('BODY {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
}\n');

document.write('BODY TD {
	FONT-SIZE: 12px;
	LINE-HEIGHT: 140%;
}\n');

document.write('IMG {
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BORDER-LEFT: 0px;
	BORDER-BOTTOM: 0px;
}\n');

document.write('#title {
	COLOR: #235ef5;
}\n');

document.write('#info {
	COLOR: #656667;
}\n');

document.write('A:link {
	COLOR: #333333;
	TEXT-DECORATION: none;
}\n');

document.write('A:visited {
	COLOR: #333333;
	TEXT-DECORATION: none;
}\n');

document.write('A:hover {
	COLOR: #333333;
	TEXT-DECORATION: underline;
}\n');

document.write('TABLE.map {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px dashed;
	BACKGROUND: #ffffd9;
	BORDER-LEFT: #cccccc 1px solid;
	BORDER-BOTTOM: #cccccc 1px solid;
}\n');

document.write('.txt {
	FONT-SIZE: 12px;
	LINE-HEIGHT: 160%;
	FONT-FAMILY: Osaka,"MS UI Gothic",sans-serif;
}\n');

document.write('.txt-red {
	FONT-SIZE: 12px;
	COLOR: #ff0000;
	LINE-HEIGHT: 160%;
	FONT-FAMILY: Osaka,"MS UI Gothic",sans-serif;
}\n');

document.write('.txt-gray {
	FONT-SIZE: 12px;
	COLOR: #bbbbbb;
	LINE-HEIGHT: 160%;
	FONT-FAMILY: Osaka,"MS UI Gothic",sans-serif;
}\n');

document.write('.txt-navy {
	FONT-SIZE: 12px;
	COLOR: #506da8;
	LINE-HEIGHT: 160%;
	FONT-FAMILY: Osaka,"MS UI Gothic",sans-serif;
}\n');

document.write('.txt-orange-bold {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #f56c23;
	LINE-HEIGHT: 160%;
	FONT-FAMILY: Osaka,"MS UI Gothic",sans-serif;
}\n');

document.write('.txt-rss-bold {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #993300;
	LINE-HEIGHT: 160%;
	FONT-FAMILY: Osaka,"MS UI Gothic",sans-serif;
}\n');

document.write('.txt-10 {
	FONT-SIZE: 10px;
	LINE-HEIGHT: 160%;
	FONT-FAMILY: Osaka,"MS UI Gothic",sans-serif;
}\n');

document.write('.txt-10-white {
	FONT-SIZE: 10px;
	COLOR: #ffffff;
	LINE-HEIGHT: 160%;
	FONT-FAMILY: Osaka,"MS UI Gothic",sans-serif;
}\n');

document.write('.txt-10-navy {
	FONT-SIZE: 10px;
	COLOR: #526faa;
	LINE-HEIGHT: 160%;
	FONT-FAMILY: Osaka,"MS UI Gothic",sans-serif;
}\n');

document.write('.pub_title {
	FONT-SIZE: 14px;
	COLOR: #333333;
	LINE-HEIGHT: 2em;
}\n');

document.write('.interview_q {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #0066cc;
}\n');

document.write('.trend_title {
	FONT-SIZE: 14px;
	TEXT-TRANSFORM: uppercase;
	COLOR: #ff9900;
}\n');

document.write('.txt-red-bold {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	TEXT-TRANSFORM: capitalize;
	COLOR: #ec2f00;
	LINE-HEIGHT: 160%;
	FONT-FAMILY: "ＭＳ ゴシック", "Osaka－等幅";
}\n');

document.write('H1 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
}\n');

document.write('H2 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
}\n');

document.write('H3 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
}\n');

document.write('.m-b-10 {
	MARGIN-BOTTOM: 10px;
}\n');

document.write('.m-l-8 {
	MARGIN-LEFT: 8px;
}\n');

document.write('.bdr-search1 {
	BORDER-RIGHT: #b6b6b6 1px solid;
	BORDER-TOP: #dedede 1px solid;
	BORDER-LEFT: #dedede 1px solid;
	BORDER-BOTTOM: #b6b6b6 1px solid;
	BACKGROUND-COLOR: #feeee8;
}\n');

document.write('.bdr-search2 {
	BORDER-RIGHT: #b6b6b6 1px solid;
	BORDER-TOP: #dedede 1px solid;
	BORDER-LEFT: #dedede 1px solid;
	BORDER-BOTTOM: #b6b6b6 1px solid;
	BACKGROUND-COLOR: #fafafa;
}\n');

document.write('.bdr-search-b {
	BORDER-BOTTOM: #dfdfdf 1px solid;
}\n');

document.write('.txt-wht {
	FONT-SIZE: 14px;
	COLOR: #ffffff;
}\n');

document.write('.g {
	TEXT-DECORATION: none;
}\n');

document.write('g * A:link {
	COLOR: #000000;
}\n');

document.write('g * A:link {
	COLOR: #000000;
}\n');

document.write('g * A:visited {
	COLOR: #000000;
}\n');

document.write('g * A:hover {
	COLOR: #000000;
}\n');

document.write('g * A:active {
	COLOR: #000000;
}\n');

document.write('-->\n');
document.write('</style>\n');
}
